@azure/arm-machinelearning 3.0.0 → 4.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3949) hide show
  1. package/LICENSE +3 -3
  2. package/README.md +35 -26
  3. package/dist/browser/api/azureMachineLearningServicesManagementContext.d.ts +22 -0
  4. package/dist/browser/api/azureMachineLearningServicesManagementContext.js +30 -0
  5. package/dist/browser/api/azureMachineLearningServicesManagementContext.js.map +1 -0
  6. package/dist/browser/api/batchDeployments/index.d.ts +3 -0
  7. package/dist/browser/api/batchDeployments/index.js +4 -0
  8. package/dist/browser/api/batchDeployments/index.js.map +1 -0
  9. package/dist/browser/api/batchDeployments/operations.d.ts +27 -0
  10. package/dist/browser/api/batchDeployments/operations.js +189 -0
  11. package/dist/browser/api/batchDeployments/operations.js.map +1 -0
  12. package/dist/browser/api/batchDeployments/options.d.ts +29 -0
  13. package/dist/browser/api/batchDeployments/options.js +4 -0
  14. package/dist/browser/api/batchDeployments/options.js.map +1 -0
  15. package/dist/browser/api/batchEndpoints/index.d.ts +3 -0
  16. package/dist/browser/api/batchEndpoints/index.js +4 -0
  17. package/dist/browser/api/batchEndpoints/index.js.map +1 -0
  18. package/dist/browser/api/batchEndpoints/operations.d.ts +31 -0
  19. package/dist/browser/api/batchEndpoints/operations.js +214 -0
  20. package/dist/browser/api/batchEndpoints/operations.js.map +1 -0
  21. package/dist/browser/api/batchEndpoints/options.d.ts +30 -0
  22. package/dist/browser/api/batchEndpoints/options.js +4 -0
  23. package/dist/browser/api/batchEndpoints/options.js.map +1 -0
  24. package/dist/browser/api/capabilityHosts/index.d.ts +3 -0
  25. package/dist/browser/api/capabilityHosts/index.js +4 -0
  26. package/dist/browser/api/capabilityHosts/index.js.map +1 -0
  27. package/dist/browser/api/capabilityHosts/operations.d.ts +18 -0
  28. package/dist/browser/api/capabilityHosts/operations.js +109 -0
  29. package/dist/browser/api/capabilityHosts/operations.js.map +1 -0
  30. package/dist/browser/api/capabilityHosts/options.d.ts +15 -0
  31. package/dist/browser/api/capabilityHosts/options.js +4 -0
  32. package/dist/browser/api/capabilityHosts/options.js.map +1 -0
  33. package/dist/browser/api/codeContainers/index.d.ts +3 -0
  34. package/dist/browser/api/codeContainers/index.js +4 -0
  35. package/dist/browser/api/codeContainers/index.js.map +1 -0
  36. package/dist/browser/api/codeContainers/operations.d.ts +22 -0
  37. package/dist/browser/api/codeContainers/operations.js +133 -0
  38. package/dist/browser/api/codeContainers/operations.js.map +1 -0
  39. package/dist/browser/api/codeContainers/options.d.ts +16 -0
  40. package/dist/browser/api/codeContainers/options.js +4 -0
  41. package/dist/browser/api/codeContainers/options.js.map +1 -0
  42. package/dist/browser/api/codeVersions/index.d.ts +3 -0
  43. package/dist/browser/api/codeVersions/index.js +4 -0
  44. package/dist/browser/api/codeVersions/index.js.map +1 -0
  45. package/dist/browser/api/codeVersions/operations.d.ts +31 -0
  46. package/dist/browser/api/codeVersions/operations.js +214 -0
  47. package/dist/browser/api/codeVersions/operations.js.map +1 -0
  48. package/dist/browser/api/codeVersions/options.d.ts +32 -0
  49. package/dist/browser/api/codeVersions/options.js +4 -0
  50. package/dist/browser/api/codeVersions/options.js.map +1 -0
  51. package/dist/browser/api/componentContainers/index.d.ts +3 -0
  52. package/dist/browser/api/componentContainers/index.js +4 -0
  53. package/dist/browser/api/componentContainers/index.js.map +1 -0
  54. package/dist/browser/api/componentContainers/operations.d.ts +22 -0
  55. package/dist/browser/api/componentContainers/operations.js +134 -0
  56. package/dist/browser/api/componentContainers/operations.js.map +1 -0
  57. package/dist/browser/api/componentContainers/options.d.ts +19 -0
  58. package/dist/browser/api/componentContainers/options.js +4 -0
  59. package/dist/browser/api/componentContainers/options.js.map +1 -0
  60. package/dist/browser/api/componentVersions/index.d.ts +3 -0
  61. package/dist/browser/api/componentVersions/index.js +4 -0
  62. package/dist/browser/api/componentVersions/index.js.map +1 -0
  63. package/dist/browser/api/componentVersions/operations.d.ts +27 -0
  64. package/dist/browser/api/componentVersions/operations.js +179 -0
  65. package/dist/browser/api/componentVersions/operations.js.map +1 -0
  66. package/dist/browser/api/componentVersions/options.d.ts +28 -0
  67. package/dist/browser/api/componentVersions/options.js +4 -0
  68. package/dist/browser/api/componentVersions/options.js.map +1 -0
  69. package/dist/browser/api/computeOperations/index.d.ts +3 -0
  70. package/dist/browser/api/computeOperations/index.js +4 -0
  71. package/dist/browser/api/computeOperations/index.js.map +1 -0
  72. package/dist/browser/api/computeOperations/operations.d.ts +67 -0
  73. package/dist/browser/api/computeOperations/operations.js +511 -0
  74. package/dist/browser/api/computeOperations/operations.js.map +1 -0
  75. package/dist/browser/api/computeOperations/options.d.ts +63 -0
  76. package/dist/browser/api/computeOperations/options.js +4 -0
  77. package/dist/browser/api/computeOperations/options.js.map +1 -0
  78. package/dist/browser/api/connection/index.d.ts +3 -0
  79. package/dist/browser/api/connection/index.js +4 -0
  80. package/dist/browser/api/connection/index.js.map +1 -0
  81. package/dist/browser/api/connection/operations.d.ts +31 -0
  82. package/dist/browser/api/connection/operations.js +215 -0
  83. package/dist/browser/api/connection/operations.js.map +1 -0
  84. package/dist/browser/api/connection/options.d.ts +32 -0
  85. package/dist/browser/api/connection/options.js +4 -0
  86. package/dist/browser/api/connection/options.js.map +1 -0
  87. package/dist/browser/api/connectionRaiBlocklist/index.d.ts +3 -0
  88. package/dist/browser/api/connectionRaiBlocklist/index.js +4 -0
  89. package/dist/browser/api/connectionRaiBlocklist/index.js.map +1 -0
  90. package/dist/browser/api/connectionRaiBlocklist/operations.d.ts +18 -0
  91. package/dist/browser/api/connectionRaiBlocklist/operations.js +114 -0
  92. package/dist/browser/api/connectionRaiBlocklist/operations.js.map +1 -0
  93. package/dist/browser/api/connectionRaiBlocklist/options.d.ts +19 -0
  94. package/dist/browser/api/connectionRaiBlocklist/options.js +4 -0
  95. package/dist/browser/api/connectionRaiBlocklist/options.js.map +1 -0
  96. package/dist/browser/api/connectionRaiBlocklistItem/index.d.ts +3 -0
  97. package/dist/browser/api/connectionRaiBlocklistItem/index.js +4 -0
  98. package/dist/browser/api/connectionRaiBlocklistItem/index.js.map +1 -0
  99. package/dist/browser/api/connectionRaiBlocklistItem/operations.d.ts +26 -0
  100. package/dist/browser/api/connectionRaiBlocklistItem/operations.js +196 -0
  101. package/dist/browser/api/connectionRaiBlocklistItem/operations.js.map +1 -0
  102. package/dist/browser/api/connectionRaiBlocklistItem/options.d.ts +29 -0
  103. package/dist/browser/api/connectionRaiBlocklistItem/options.js +4 -0
  104. package/dist/browser/api/connectionRaiBlocklistItem/options.js.map +1 -0
  105. package/dist/browser/api/connectionRaiBlocklistItems/index.d.ts +3 -0
  106. package/dist/browser/api/connectionRaiBlocklistItems/index.js +4 -0
  107. package/dist/browser/api/connectionRaiBlocklistItems/index.js.map +1 -0
  108. package/dist/browser/api/connectionRaiBlocklistItems/operations.d.ts +10 -0
  109. package/dist/browser/api/connectionRaiBlocklistItems/operations.js +43 -0
  110. package/dist/browser/api/connectionRaiBlocklistItems/operations.js.map +1 -0
  111. package/dist/browser/api/connectionRaiBlocklistItems/options.d.ts +7 -0
  112. package/dist/browser/api/connectionRaiBlocklistItems/options.js +4 -0
  113. package/dist/browser/api/connectionRaiBlocklistItems/options.js.map +1 -0
  114. package/dist/browser/api/connectionRaiBlocklists/index.d.ts +3 -0
  115. package/dist/browser/api/connectionRaiBlocklists/index.js +4 -0
  116. package/dist/browser/api/connectionRaiBlocklists/index.js.map +1 -0
  117. package/dist/browser/api/connectionRaiBlocklists/operations.d.ts +10 -0
  118. package/dist/browser/api/connectionRaiBlocklists/operations.js +42 -0
  119. package/dist/browser/api/connectionRaiBlocklists/operations.js.map +1 -0
  120. package/dist/browser/api/connectionRaiBlocklists/options.d.ts +7 -0
  121. package/dist/browser/api/connectionRaiBlocklists/options.js +4 -0
  122. package/dist/browser/api/connectionRaiBlocklists/options.js.map +1 -0
  123. package/dist/browser/api/connectionRaiPolicies/index.d.ts +3 -0
  124. package/dist/browser/api/connectionRaiPolicies/index.js +4 -0
  125. package/dist/browser/api/connectionRaiPolicies/index.js.map +1 -0
  126. package/dist/browser/api/connectionRaiPolicies/operations.d.ts +10 -0
  127. package/dist/browser/api/connectionRaiPolicies/operations.js +42 -0
  128. package/dist/browser/api/connectionRaiPolicies/operations.js.map +1 -0
  129. package/dist/browser/api/connectionRaiPolicies/options.d.ts +7 -0
  130. package/dist/browser/api/connectionRaiPolicies/options.js +4 -0
  131. package/dist/browser/api/connectionRaiPolicies/options.js.map +1 -0
  132. package/dist/browser/api/connectionRaiPolicy/index.d.ts +3 -0
  133. package/dist/browser/api/connectionRaiPolicy/index.js +4 -0
  134. package/dist/browser/api/connectionRaiPolicy/index.js.map +1 -0
  135. package/dist/browser/api/connectionRaiPolicy/operations.d.ts +18 -0
  136. package/dist/browser/api/connectionRaiPolicy/operations.js +114 -0
  137. package/dist/browser/api/connectionRaiPolicy/operations.js.map +1 -0
  138. package/dist/browser/api/connectionRaiPolicy/options.d.ts +19 -0
  139. package/dist/browser/api/connectionRaiPolicy/options.js +4 -0
  140. package/dist/browser/api/connectionRaiPolicy/options.js.map +1 -0
  141. package/dist/browser/api/dataContainers/index.d.ts +3 -0
  142. package/dist/browser/api/dataContainers/index.js +4 -0
  143. package/dist/browser/api/dataContainers/index.js.map +1 -0
  144. package/dist/browser/api/dataContainers/operations.d.ts +22 -0
  145. package/dist/browser/api/dataContainers/operations.js +134 -0
  146. package/dist/browser/api/dataContainers/operations.js.map +1 -0
  147. package/dist/browser/api/dataContainers/options.d.ts +19 -0
  148. package/dist/browser/api/dataContainers/options.js +4 -0
  149. package/dist/browser/api/dataContainers/options.js.map +1 -0
  150. package/dist/browser/api/dataVersions/index.d.ts +3 -0
  151. package/dist/browser/api/dataVersions/index.js +4 -0
  152. package/dist/browser/api/dataVersions/index.js.map +1 -0
  153. package/dist/browser/api/dataVersions/operations.d.ts +27 -0
  154. package/dist/browser/api/dataVersions/operations.js +180 -0
  155. package/dist/browser/api/dataVersions/operations.js.map +1 -0
  156. package/dist/browser/api/dataVersions/options.d.ts +33 -0
  157. package/dist/browser/api/dataVersions/options.js +4 -0
  158. package/dist/browser/api/dataVersions/options.js.map +1 -0
  159. package/dist/browser/api/datastores/index.d.ts +3 -0
  160. package/dist/browser/api/datastores/index.js +4 -0
  161. package/dist/browser/api/datastores/index.js.map +1 -0
  162. package/dist/browser/api/datastores/operations.d.ts +26 -0
  163. package/dist/browser/api/datastores/operations.js +177 -0
  164. package/dist/browser/api/datastores/operations.js.map +1 -0
  165. package/dist/browser/api/datastores/options.d.ts +36 -0
  166. package/dist/browser/api/datastores/options.js +4 -0
  167. package/dist/browser/api/datastores/options.js.map +1 -0
  168. package/dist/browser/api/endpoint/index.d.ts +3 -0
  169. package/dist/browser/api/endpoint/index.js +4 -0
  170. package/dist/browser/api/endpoint/index.js.map +1 -0
  171. package/dist/browser/api/endpoint/operations.d.ts +31 -0
  172. package/dist/browser/api/endpoint/operations.js +214 -0
  173. package/dist/browser/api/endpoint/operations.js.map +1 -0
  174. package/dist/browser/api/endpoint/options.d.ts +32 -0
  175. package/dist/browser/api/endpoint/options.js +4 -0
  176. package/dist/browser/api/endpoint/options.js.map +1 -0
  177. package/dist/browser/api/endpointDeployment/index.d.ts +3 -0
  178. package/dist/browser/api/endpointDeployment/index.js +4 -0
  179. package/dist/browser/api/endpointDeployment/index.js.map +1 -0
  180. package/dist/browser/api/endpointDeployment/operations.d.ts +27 -0
  181. package/dist/browser/api/endpointDeployment/operations.js +183 -0
  182. package/dist/browser/api/endpointDeployment/operations.js.map +1 -0
  183. package/dist/browser/api/endpointDeployment/options.d.ts +28 -0
  184. package/dist/browser/api/endpointDeployment/options.js +4 -0
  185. package/dist/browser/api/endpointDeployment/options.js.map +1 -0
  186. package/dist/browser/api/environmentContainers/index.d.ts +3 -0
  187. package/dist/browser/api/environmentContainers/index.js +4 -0
  188. package/dist/browser/api/environmentContainers/index.js.map +1 -0
  189. package/dist/browser/api/environmentContainers/operations.d.ts +22 -0
  190. package/dist/browser/api/environmentContainers/operations.js +134 -0
  191. package/dist/browser/api/environmentContainers/operations.js.map +1 -0
  192. package/dist/browser/api/environmentContainers/options.d.ts +19 -0
  193. package/dist/browser/api/environmentContainers/options.js +4 -0
  194. package/dist/browser/api/environmentContainers/options.js.map +1 -0
  195. package/dist/browser/api/environmentVersions/index.d.ts +3 -0
  196. package/dist/browser/api/environmentVersions/index.js +4 -0
  197. package/dist/browser/api/environmentVersions/index.js.map +1 -0
  198. package/dist/browser/api/environmentVersions/operations.d.ts +27 -0
  199. package/dist/browser/api/environmentVersions/operations.js +179 -0
  200. package/dist/browser/api/environmentVersions/operations.js.map +1 -0
  201. package/dist/browser/api/environmentVersions/options.d.ts +28 -0
  202. package/dist/browser/api/environmentVersions/options.js +4 -0
  203. package/dist/browser/api/environmentVersions/options.js.map +1 -0
  204. package/dist/browser/api/features/index.d.ts +3 -0
  205. package/dist/browser/api/features/index.js +4 -0
  206. package/dist/browser/api/features/index.js.map +1 -0
  207. package/dist/browser/api/features/operations.d.ts +14 -0
  208. package/dist/browser/api/features/operations.js +81 -0
  209. package/dist/browser/api/features/operations.js.map +1 -0
  210. package/dist/browser/api/features/options.d.ts +21 -0
  211. package/dist/browser/api/features/options.js +4 -0
  212. package/dist/browser/api/features/options.js.map +1 -0
  213. package/dist/browser/api/featuresetContainers/index.d.ts +3 -0
  214. package/dist/browser/api/featuresetContainers/index.js +4 -0
  215. package/dist/browser/api/featuresetContainers/index.js.map +1 -0
  216. package/dist/browser/api/featuresetContainers/operations.d.ts +23 -0
  217. package/dist/browser/api/featuresetContainers/operations.js +150 -0
  218. package/dist/browser/api/featuresetContainers/operations.js.map +1 -0
  219. package/dist/browser/api/featuresetContainers/options.d.ts +33 -0
  220. package/dist/browser/api/featuresetContainers/options.js +4 -0
  221. package/dist/browser/api/featuresetContainers/options.js.map +1 -0
  222. package/dist/browser/api/featuresetVersions/index.d.ts +3 -0
  223. package/dist/browser/api/featuresetVersions/index.js +4 -0
  224. package/dist/browser/api/featuresetVersions/index.js.map +1 -0
  225. package/dist/browser/api/featuresetVersions/operations.d.ts +27 -0
  226. package/dist/browser/api/featuresetVersions/operations.js +195 -0
  227. package/dist/browser/api/featuresetVersions/operations.js.map +1 -0
  228. package/dist/browser/api/featuresetVersions/options.d.ts +42 -0
  229. package/dist/browser/api/featuresetVersions/options.js +4 -0
  230. package/dist/browser/api/featuresetVersions/options.js.map +1 -0
  231. package/dist/browser/api/featurestoreEntityContainers/index.d.ts +3 -0
  232. package/dist/browser/api/featurestoreEntityContainers/index.js +4 -0
  233. package/dist/browser/api/featurestoreEntityContainers/index.js.map +1 -0
  234. package/dist/browser/api/featurestoreEntityContainers/operations.d.ts +23 -0
  235. package/dist/browser/api/featurestoreEntityContainers/operations.js +150 -0
  236. package/dist/browser/api/featurestoreEntityContainers/operations.js.map +1 -0
  237. package/dist/browser/api/featurestoreEntityContainers/options.d.ts +33 -0
  238. package/dist/browser/api/featurestoreEntityContainers/options.js +4 -0
  239. package/dist/browser/api/featurestoreEntityContainers/options.js.map +1 -0
  240. package/dist/browser/api/featurestoreEntityVersions/index.d.ts +3 -0
  241. package/dist/browser/api/featurestoreEntityVersions/index.js +4 -0
  242. package/dist/browser/api/featurestoreEntityVersions/index.js.map +1 -0
  243. package/dist/browser/api/featurestoreEntityVersions/operations.d.ts +23 -0
  244. package/dist/browser/api/featurestoreEntityVersions/operations.js +156 -0
  245. package/dist/browser/api/featurestoreEntityVersions/operations.js.map +1 -0
  246. package/dist/browser/api/featurestoreEntityVersions/options.d.ts +37 -0
  247. package/dist/browser/api/featurestoreEntityVersions/options.js +4 -0
  248. package/dist/browser/api/featurestoreEntityVersions/options.js.map +1 -0
  249. package/dist/browser/api/index.d.ts +3 -0
  250. package/dist/browser/api/index.js +4 -0
  251. package/dist/browser/api/index.js.map +1 -0
  252. package/dist/browser/api/inferenceEndpoints/index.d.ts +3 -0
  253. package/dist/browser/api/inferenceEndpoints/index.js +4 -0
  254. package/dist/browser/api/inferenceEndpoints/index.js.map +1 -0
  255. package/dist/browser/api/inferenceEndpoints/operations.d.ts +27 -0
  256. package/dist/browser/api/inferenceEndpoints/operations.js +191 -0
  257. package/dist/browser/api/inferenceEndpoints/operations.js.map +1 -0
  258. package/dist/browser/api/inferenceEndpoints/options.d.ts +34 -0
  259. package/dist/browser/api/inferenceEndpoints/options.js +4 -0
  260. package/dist/browser/api/inferenceEndpoints/options.js.map +1 -0
  261. package/dist/browser/api/inferenceGroups/index.d.ts +3 -0
  262. package/dist/browser/api/inferenceGroups/index.js +4 -0
  263. package/dist/browser/api/inferenceGroups/index.js.map +1 -0
  264. package/dist/browser/api/inferenceGroups/operations.d.ts +47 -0
  265. package/dist/browser/api/inferenceGroups/operations.js +369 -0
  266. package/dist/browser/api/inferenceGroups/operations.js.map +1 -0
  267. package/dist/browser/api/inferenceGroups/options.d.ts +55 -0
  268. package/dist/browser/api/inferenceGroups/options.js +4 -0
  269. package/dist/browser/api/inferenceGroups/options.js.map +1 -0
  270. package/dist/browser/api/inferencePools/index.d.ts +3 -0
  271. package/dist/browser/api/inferencePools/index.js +4 -0
  272. package/dist/browser/api/inferencePools/index.js.map +1 -0
  273. package/dist/browser/api/inferencePools/operations.d.ts +27 -0
  274. package/dist/browser/api/inferencePools/operations.js +186 -0
  275. package/dist/browser/api/inferencePools/operations.js.map +1 -0
  276. package/dist/browser/api/inferencePools/options.d.ts +34 -0
  277. package/dist/browser/api/inferencePools/options.js +4 -0
  278. package/dist/browser/api/inferencePools/options.js.map +1 -0
  279. package/dist/browser/api/jobs/index.d.ts +3 -0
  280. package/dist/browser/api/jobs/index.js +4 -0
  281. package/dist/browser/api/jobs/index.js.map +1 -0
  282. package/dist/browser/api/jobs/operations.d.ts +30 -0
  283. package/dist/browser/api/jobs/operations.js +179 -0
  284. package/dist/browser/api/jobs/operations.js.map +1 -0
  285. package/dist/browser/api/jobs/options.d.ts +32 -0
  286. package/dist/browser/api/jobs/options.js +4 -0
  287. package/dist/browser/api/jobs/options.js.map +1 -0
  288. package/dist/browser/api/managedNetworkProvisions/index.d.ts +3 -0
  289. package/dist/browser/api/managedNetworkProvisions/index.js +4 -0
  290. package/dist/browser/api/managedNetworkProvisions/index.js.map +1 -0
  291. package/dist/browser/api/managedNetworkProvisions/operations.d.ts +10 -0
  292. package/dist/browser/api/managedNetworkProvisions/operations.js +44 -0
  293. package/dist/browser/api/managedNetworkProvisions/operations.js.map +1 -0
  294. package/dist/browser/api/managedNetworkProvisions/options.d.ts +10 -0
  295. package/dist/browser/api/managedNetworkProvisions/options.js +4 -0
  296. package/dist/browser/api/managedNetworkProvisions/options.js.map +1 -0
  297. package/dist/browser/api/managedNetworkSettings/index.d.ts +3 -0
  298. package/dist/browser/api/managedNetworkSettings/index.js +4 -0
  299. package/dist/browser/api/managedNetworkSettings/index.js.map +1 -0
  300. package/dist/browser/api/managedNetworkSettings/operations.d.ts +23 -0
  301. package/dist/browser/api/managedNetworkSettings/operations.js +150 -0
  302. package/dist/browser/api/managedNetworkSettings/operations.js.map +1 -0
  303. package/dist/browser/api/managedNetworkSettings/options.d.ts +21 -0
  304. package/dist/browser/api/managedNetworkSettings/options.js +4 -0
  305. package/dist/browser/api/managedNetworkSettings/options.js.map +1 -0
  306. package/dist/browser/api/managedNetworkSettingsRule/index.d.ts +3 -0
  307. package/dist/browser/api/managedNetworkSettingsRule/index.js +4 -0
  308. package/dist/browser/api/managedNetworkSettingsRule/index.js.map +1 -0
  309. package/dist/browser/api/managedNetworkSettingsRule/operations.d.ts +23 -0
  310. package/dist/browser/api/managedNetworkSettingsRule/operations.js +143 -0
  311. package/dist/browser/api/managedNetworkSettingsRule/operations.js.map +1 -0
  312. package/dist/browser/api/managedNetworkSettingsRule/options.d.ts +18 -0
  313. package/dist/browser/api/managedNetworkSettingsRule/options.js +4 -0
  314. package/dist/browser/api/managedNetworkSettingsRule/options.js.map +1 -0
  315. package/dist/browser/api/marketplaceSubscriptions/index.d.ts +3 -0
  316. package/dist/browser/api/marketplaceSubscriptions/index.js +4 -0
  317. package/dist/browser/api/marketplaceSubscriptions/index.js.map +1 -0
  318. package/dist/browser/api/marketplaceSubscriptions/operations.d.ts +23 -0
  319. package/dist/browser/api/marketplaceSubscriptions/operations.js +144 -0
  320. package/dist/browser/api/marketplaceSubscriptions/operations.js.map +1 -0
  321. package/dist/browser/api/marketplaceSubscriptions/options.d.ts +20 -0
  322. package/dist/browser/api/marketplaceSubscriptions/options.js +4 -0
  323. package/dist/browser/api/marketplaceSubscriptions/options.js.map +1 -0
  324. package/dist/browser/api/modelContainers/index.d.ts +3 -0
  325. package/dist/browser/api/modelContainers/index.js +4 -0
  326. package/dist/browser/api/modelContainers/index.js.map +1 -0
  327. package/dist/browser/api/modelContainers/operations.d.ts +22 -0
  328. package/dist/browser/api/modelContainers/operations.js +135 -0
  329. package/dist/browser/api/modelContainers/operations.js.map +1 -0
  330. package/dist/browser/api/modelContainers/options.d.ts +21 -0
  331. package/dist/browser/api/modelContainers/options.js +4 -0
  332. package/dist/browser/api/modelContainers/options.js.map +1 -0
  333. package/dist/browser/api/modelVersions/index.d.ts +3 -0
  334. package/dist/browser/api/modelVersions/index.js +4 -0
  335. package/dist/browser/api/modelVersions/index.js.map +1 -0
  336. package/dist/browser/api/modelVersions/operations.d.ts +27 -0
  337. package/dist/browser/api/modelVersions/operations.js +185 -0
  338. package/dist/browser/api/modelVersions/operations.js.map +1 -0
  339. package/dist/browser/api/modelVersions/options.d.ts +40 -0
  340. package/dist/browser/api/modelVersions/options.js +4 -0
  341. package/dist/browser/api/modelVersions/options.js.map +1 -0
  342. package/dist/browser/api/onlineDeployments/index.d.ts +3 -0
  343. package/dist/browser/api/onlineDeployments/index.js +4 -0
  344. package/dist/browser/api/onlineDeployments/index.js.map +1 -0
  345. package/dist/browser/api/onlineDeployments/operations.d.ts +35 -0
  346. package/dist/browser/api/onlineDeployments/operations.js +260 -0
  347. package/dist/browser/api/onlineDeployments/operations.js.map +1 -0
  348. package/dist/browser/api/onlineDeployments/options.d.ts +39 -0
  349. package/dist/browser/api/onlineDeployments/options.js +4 -0
  350. package/dist/browser/api/onlineDeployments/options.js.map +1 -0
  351. package/dist/browser/api/onlineEndpoints/index.d.ts +3 -0
  352. package/dist/browser/api/onlineEndpoints/index.js +4 -0
  353. package/dist/browser/api/onlineEndpoints/index.js.map +1 -0
  354. package/dist/browser/api/onlineEndpoints/operations.d.ts +39 -0
  355. package/dist/browser/api/onlineEndpoints/operations.js +287 -0
  356. package/dist/browser/api/onlineEndpoints/operations.js.map +1 -0
  357. package/dist/browser/api/onlineEndpoints/options.d.ts +49 -0
  358. package/dist/browser/api/onlineEndpoints/options.js +4 -0
  359. package/dist/browser/api/onlineEndpoints/options.js.map +1 -0
  360. package/dist/browser/api/operations/index.d.ts +3 -0
  361. package/dist/browser/api/operations/index.js +4 -0
  362. package/dist/browser/api/operations/index.js.map +1 -0
  363. package/dist/browser/api/operations/operations.d.ts +10 -0
  364. package/dist/browser/api/operations/operations.js +37 -0
  365. package/dist/browser/api/operations/operations.js.map +1 -0
  366. package/dist/browser/api/operations/options.d.ts +5 -0
  367. package/dist/browser/api/operations/options.js +4 -0
  368. package/dist/browser/api/operations/options.js.map +1 -0
  369. package/dist/browser/api/outboundRule/index.d.ts +3 -0
  370. package/dist/browser/api/outboundRule/index.js +4 -0
  371. package/dist/browser/api/outboundRule/index.js.map +1 -0
  372. package/dist/browser/api/outboundRule/operations.d.ts +23 -0
  373. package/dist/browser/api/outboundRule/operations.js +147 -0
  374. package/dist/browser/api/outboundRule/operations.js.map +1 -0
  375. package/dist/browser/api/outboundRule/options.d.ts +18 -0
  376. package/dist/browser/api/outboundRule/options.js +4 -0
  377. package/dist/browser/api/outboundRule/options.js.map +1 -0
  378. package/dist/browser/api/outboundRules/index.d.ts +3 -0
  379. package/dist/browser/api/outboundRules/index.js +4 -0
  380. package/dist/browser/api/outboundRules/index.js.map +1 -0
  381. package/dist/browser/api/outboundRules/operations.d.ts +10 -0
  382. package/dist/browser/api/outboundRules/operations.js +51 -0
  383. package/dist/browser/api/outboundRules/operations.js.map +1 -0
  384. package/dist/browser/api/outboundRules/options.d.ts +7 -0
  385. package/dist/browser/api/outboundRules/options.js +4 -0
  386. package/dist/browser/api/outboundRules/options.js.map +1 -0
  387. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  388. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  389. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  390. package/dist/browser/api/privateEndpointConnections/operations.d.ts +25 -0
  391. package/dist/browser/api/privateEndpointConnections/operations.js +135 -0
  392. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  393. package/dist/browser/api/privateEndpointConnections/options.d.ts +14 -0
  394. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  395. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  396. package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
  397. package/dist/browser/api/privateLinkResources/index.js +4 -0
  398. package/dist/browser/api/privateLinkResources/index.js.map +1 -0
  399. package/dist/browser/api/privateLinkResources/operations.d.ts +16 -0
  400. package/dist/browser/api/privateLinkResources/operations.js +46 -0
  401. package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
  402. package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
  403. package/dist/browser/api/privateLinkResources/options.js +4 -0
  404. package/dist/browser/api/privateLinkResources/options.js.map +1 -0
  405. package/dist/browser/api/ptuQuota/index.d.ts +3 -0
  406. package/dist/browser/api/ptuQuota/index.js +4 -0
  407. package/dist/browser/api/ptuQuota/index.js.map +1 -0
  408. package/dist/browser/api/ptuQuota/operations.d.ts +18 -0
  409. package/dist/browser/api/ptuQuota/operations.js +102 -0
  410. package/dist/browser/api/ptuQuota/operations.js.map +1 -0
  411. package/dist/browser/api/ptuQuota/options.d.ts +15 -0
  412. package/dist/browser/api/ptuQuota/options.js +4 -0
  413. package/dist/browser/api/ptuQuota/options.js.map +1 -0
  414. package/dist/browser/api/quotas/index.d.ts +3 -0
  415. package/dist/browser/api/quotas/index.js +4 -0
  416. package/dist/browser/api/quotas/index.js.map +1 -0
  417. package/dist/browser/api/quotas/operations.d.ts +14 -0
  418. package/dist/browser/api/quotas/operations.js +70 -0
  419. package/dist/browser/api/quotas/operations.js.map +1 -0
  420. package/dist/browser/api/quotas/options.d.ts +8 -0
  421. package/dist/browser/api/quotas/options.js +4 -0
  422. package/dist/browser/api/quotas/options.js.map +1 -0
  423. package/dist/browser/api/raiPolicies/index.d.ts +3 -0
  424. package/dist/browser/api/raiPolicies/index.js +4 -0
  425. package/dist/browser/api/raiPolicies/index.js.map +1 -0
  426. package/dist/browser/api/raiPolicies/operations.d.ts +10 -0
  427. package/dist/browser/api/raiPolicies/operations.js +42 -0
  428. package/dist/browser/api/raiPolicies/operations.js.map +1 -0
  429. package/dist/browser/api/raiPolicies/options.d.ts +7 -0
  430. package/dist/browser/api/raiPolicies/options.js +4 -0
  431. package/dist/browser/api/raiPolicies/options.js.map +1 -0
  432. package/dist/browser/api/raiPolicy/index.d.ts +3 -0
  433. package/dist/browser/api/raiPolicy/index.js +4 -0
  434. package/dist/browser/api/raiPolicy/index.js.map +1 -0
  435. package/dist/browser/api/raiPolicy/operations.d.ts +18 -0
  436. package/dist/browser/api/raiPolicy/operations.js +114 -0
  437. package/dist/browser/api/raiPolicy/operations.js.map +1 -0
  438. package/dist/browser/api/raiPolicy/options.d.ts +19 -0
  439. package/dist/browser/api/raiPolicy/options.js +4 -0
  440. package/dist/browser/api/raiPolicy/options.js.map +1 -0
  441. package/dist/browser/api/registries/index.d.ts +3 -0
  442. package/dist/browser/api/registries/index.js +4 -0
  443. package/dist/browser/api/registries/index.js.map +1 -0
  444. package/dist/browser/api/registries/operations.d.ts +35 -0
  445. package/dist/browser/api/registries/operations.js +239 -0
  446. package/dist/browser/api/registries/operations.js.map +1 -0
  447. package/dist/browser/api/registries/options.d.ts +29 -0
  448. package/dist/browser/api/registries/options.js +4 -0
  449. package/dist/browser/api/registries/options.js.map +1 -0
  450. package/dist/browser/api/registryCodeContainers/index.d.ts +3 -0
  451. package/dist/browser/api/registryCodeContainers/index.js +4 -0
  452. package/dist/browser/api/registryCodeContainers/index.js.map +1 -0
  453. package/dist/browser/api/registryCodeContainers/operations.d.ts +23 -0
  454. package/dist/browser/api/registryCodeContainers/operations.js +144 -0
  455. package/dist/browser/api/registryCodeContainers/operations.js.map +1 -0
  456. package/dist/browser/api/registryCodeContainers/options.d.ts +20 -0
  457. package/dist/browser/api/registryCodeContainers/options.js +4 -0
  458. package/dist/browser/api/registryCodeContainers/options.js.map +1 -0
  459. package/dist/browser/api/registryCodeVersions/index.d.ts +3 -0
  460. package/dist/browser/api/registryCodeVersions/index.js +4 -0
  461. package/dist/browser/api/registryCodeVersions/index.js.map +1 -0
  462. package/dist/browser/api/registryCodeVersions/operations.d.ts +27 -0
  463. package/dist/browser/api/registryCodeVersions/operations.js +184 -0
  464. package/dist/browser/api/registryCodeVersions/operations.js.map +1 -0
  465. package/dist/browser/api/registryCodeVersions/options.d.ts +27 -0
  466. package/dist/browser/api/registryCodeVersions/options.js +4 -0
  467. package/dist/browser/api/registryCodeVersions/options.js.map +1 -0
  468. package/dist/browser/api/registryComponentContainers/index.d.ts +3 -0
  469. package/dist/browser/api/registryComponentContainers/index.js +4 -0
  470. package/dist/browser/api/registryComponentContainers/index.js.map +1 -0
  471. package/dist/browser/api/registryComponentContainers/operations.d.ts +23 -0
  472. package/dist/browser/api/registryComponentContainers/operations.js +144 -0
  473. package/dist/browser/api/registryComponentContainers/operations.js.map +1 -0
  474. package/dist/browser/api/registryComponentContainers/options.d.ts +20 -0
  475. package/dist/browser/api/registryComponentContainers/options.js +4 -0
  476. package/dist/browser/api/registryComponentContainers/options.js.map +1 -0
  477. package/dist/browser/api/registryComponentVersions/index.d.ts +3 -0
  478. package/dist/browser/api/registryComponentVersions/index.js +4 -0
  479. package/dist/browser/api/registryComponentVersions/index.js.map +1 -0
  480. package/dist/browser/api/registryComponentVersions/operations.d.ts +23 -0
  481. package/dist/browser/api/registryComponentVersions/operations.js +150 -0
  482. package/dist/browser/api/registryComponentVersions/operations.js.map +1 -0
  483. package/dist/browser/api/registryComponentVersions/options.d.ts +24 -0
  484. package/dist/browser/api/registryComponentVersions/options.js +4 -0
  485. package/dist/browser/api/registryComponentVersions/options.js.map +1 -0
  486. package/dist/browser/api/registryDataContainers/index.d.ts +3 -0
  487. package/dist/browser/api/registryDataContainers/index.js +4 -0
  488. package/dist/browser/api/registryDataContainers/index.js.map +1 -0
  489. package/dist/browser/api/registryDataContainers/operations.d.ts +23 -0
  490. package/dist/browser/api/registryDataContainers/operations.js +145 -0
  491. package/dist/browser/api/registryDataContainers/operations.js.map +1 -0
  492. package/dist/browser/api/registryDataContainers/options.d.ts +23 -0
  493. package/dist/browser/api/registryDataContainers/options.js +4 -0
  494. package/dist/browser/api/registryDataContainers/options.js.map +1 -0
  495. package/dist/browser/api/registryDataReferences/index.d.ts +3 -0
  496. package/dist/browser/api/registryDataReferences/index.js +4 -0
  497. package/dist/browser/api/registryDataReferences/index.js.map +1 -0
  498. package/dist/browser/api/registryDataReferences/operations.d.ts +9 -0
  499. package/dist/browser/api/registryDataReferences/operations.js +40 -0
  500. package/dist/browser/api/registryDataReferences/operations.js.map +1 -0
  501. package/dist/browser/api/registryDataReferences/options.d.ts +5 -0
  502. package/dist/browser/api/registryDataReferences/options.js +4 -0
  503. package/dist/browser/api/registryDataReferences/options.js.map +1 -0
  504. package/dist/browser/api/registryDataVersions/index.d.ts +3 -0
  505. package/dist/browser/api/registryDataVersions/index.js +4 -0
  506. package/dist/browser/api/registryDataVersions/index.js.map +1 -0
  507. package/dist/browser/api/registryDataVersions/operations.d.ts +27 -0
  508. package/dist/browser/api/registryDataVersions/operations.js +186 -0
  509. package/dist/browser/api/registryDataVersions/operations.js.map +1 -0
  510. package/dist/browser/api/registryDataVersions/options.d.ts +35 -0
  511. package/dist/browser/api/registryDataVersions/options.js +4 -0
  512. package/dist/browser/api/registryDataVersions/options.js.map +1 -0
  513. package/dist/browser/api/registryEnvironmentContainers/index.d.ts +3 -0
  514. package/dist/browser/api/registryEnvironmentContainers/index.js +4 -0
  515. package/dist/browser/api/registryEnvironmentContainers/index.js.map +1 -0
  516. package/dist/browser/api/registryEnvironmentContainers/operations.d.ts +23 -0
  517. package/dist/browser/api/registryEnvironmentContainers/operations.js +145 -0
  518. package/dist/browser/api/registryEnvironmentContainers/operations.js.map +1 -0
  519. package/dist/browser/api/registryEnvironmentContainers/options.d.ts +23 -0
  520. package/dist/browser/api/registryEnvironmentContainers/options.js +4 -0
  521. package/dist/browser/api/registryEnvironmentContainers/options.js.map +1 -0
  522. package/dist/browser/api/registryEnvironmentVersions/index.d.ts +3 -0
  523. package/dist/browser/api/registryEnvironmentVersions/index.js +4 -0
  524. package/dist/browser/api/registryEnvironmentVersions/index.js.map +1 -0
  525. package/dist/browser/api/registryEnvironmentVersions/operations.d.ts +23 -0
  526. package/dist/browser/api/registryEnvironmentVersions/operations.js +151 -0
  527. package/dist/browser/api/registryEnvironmentVersions/operations.js.map +1 -0
  528. package/dist/browser/api/registryEnvironmentVersions/options.d.ts +27 -0
  529. package/dist/browser/api/registryEnvironmentVersions/options.js +4 -0
  530. package/dist/browser/api/registryEnvironmentVersions/options.js.map +1 -0
  531. package/dist/browser/api/registryModelContainers/index.d.ts +3 -0
  532. package/dist/browser/api/registryModelContainers/index.js +4 -0
  533. package/dist/browser/api/registryModelContainers/index.js.map +1 -0
  534. package/dist/browser/api/registryModelContainers/operations.d.ts +23 -0
  535. package/dist/browser/api/registryModelContainers/operations.js +145 -0
  536. package/dist/browser/api/registryModelContainers/operations.js.map +1 -0
  537. package/dist/browser/api/registryModelContainers/options.d.ts +23 -0
  538. package/dist/browser/api/registryModelContainers/options.js +4 -0
  539. package/dist/browser/api/registryModelContainers/options.js.map +1 -0
  540. package/dist/browser/api/registryModelVersions/index.d.ts +3 -0
  541. package/dist/browser/api/registryModelVersions/index.js +4 -0
  542. package/dist/browser/api/registryModelVersions/index.js.map +1 -0
  543. package/dist/browser/api/registryModelVersions/operations.d.ts +27 -0
  544. package/dist/browser/api/registryModelVersions/operations.js +193 -0
  545. package/dist/browser/api/registryModelVersions/operations.js.map +1 -0
  546. package/dist/browser/api/registryModelVersions/options.d.ts +38 -0
  547. package/dist/browser/api/registryModelVersions/options.js +4 -0
  548. package/dist/browser/api/registryModelVersions/options.js.map +1 -0
  549. package/dist/browser/api/schedules/index.d.ts +3 -0
  550. package/dist/browser/api/schedules/index.js +4 -0
  551. package/dist/browser/api/schedules/index.js.map +1 -0
  552. package/dist/browser/api/schedules/operations.d.ts +23 -0
  553. package/dist/browser/api/schedules/operations.js +145 -0
  554. package/dist/browser/api/schedules/operations.js.map +1 -0
  555. package/dist/browser/api/schedules/options.d.ts +23 -0
  556. package/dist/browser/api/schedules/options.js +4 -0
  557. package/dist/browser/api/schedules/options.js.map +1 -0
  558. package/dist/browser/api/serverlessEndpoints/index.d.ts +3 -0
  559. package/dist/browser/api/serverlessEndpoints/index.js +4 -0
  560. package/dist/browser/api/serverlessEndpoints/index.js.map +1 -0
  561. package/dist/browser/api/serverlessEndpoints/operations.d.ts +35 -0
  562. package/dist/browser/api/serverlessEndpoints/operations.js +251 -0
  563. package/dist/browser/api/serverlessEndpoints/operations.js.map +1 -0
  564. package/dist/browser/api/serverlessEndpoints/options.d.ts +33 -0
  565. package/dist/browser/api/serverlessEndpoints/options.js +4 -0
  566. package/dist/browser/api/serverlessEndpoints/options.js.map +1 -0
  567. package/dist/browser/api/usages/index.d.ts +3 -0
  568. package/dist/browser/api/usages/index.js +4 -0
  569. package/dist/browser/api/usages/index.js.map +1 -0
  570. package/dist/browser/api/usages/operations.d.ts +10 -0
  571. package/dist/browser/api/usages/operations.js +39 -0
  572. package/dist/browser/api/usages/operations.js.map +1 -0
  573. package/dist/browser/api/usages/options.d.ts +5 -0
  574. package/dist/browser/api/usages/options.js +4 -0
  575. package/dist/browser/api/usages/options.js.map +1 -0
  576. package/dist/browser/api/virtualMachineSizes/index.d.ts +3 -0
  577. package/dist/browser/api/virtualMachineSizes/index.js +4 -0
  578. package/dist/browser/api/virtualMachineSizes/index.js.map +1 -0
  579. package/dist/browser/api/virtualMachineSizes/operations.d.ts +9 -0
  580. package/dist/browser/api/virtualMachineSizes/operations.js +35 -0
  581. package/dist/browser/api/virtualMachineSizes/operations.js.map +1 -0
  582. package/dist/browser/api/virtualMachineSizes/options.d.ts +5 -0
  583. package/dist/browser/api/virtualMachineSizes/options.js +4 -0
  584. package/dist/browser/api/virtualMachineSizes/options.js.map +1 -0
  585. package/dist/browser/api/workspaceConnections/index.d.ts +3 -0
  586. package/dist/browser/api/workspaceConnections/index.js +4 -0
  587. package/dist/browser/api/workspaceConnections/index.js.map +1 -0
  588. package/dist/browser/api/workspaceConnections/operations.d.ts +35 -0
  589. package/dist/browser/api/workspaceConnections/operations.js +243 -0
  590. package/dist/browser/api/workspaceConnections/operations.js.map +1 -0
  591. package/dist/browser/api/workspaceConnections/options.d.ts +38 -0
  592. package/dist/browser/api/workspaceConnections/options.js +4 -0
  593. package/dist/browser/api/workspaceConnections/options.js.map +1 -0
  594. package/dist/browser/api/workspaceFeatures/index.d.ts +3 -0
  595. package/dist/browser/api/workspaceFeatures/index.js +4 -0
  596. package/dist/browser/api/workspaceFeatures/index.js.map +1 -0
  597. package/dist/browser/api/workspaceFeatures/operations.d.ts +10 -0
  598. package/dist/browser/api/workspaceFeatures/operations.js +40 -0
  599. package/dist/browser/api/workspaceFeatures/operations.js.map +1 -0
  600. package/dist/browser/api/workspaceFeatures/options.d.ts +5 -0
  601. package/dist/browser/api/workspaceFeatures/options.js +4 -0
  602. package/dist/browser/api/workspaceFeatures/options.js.map +1 -0
  603. package/dist/browser/api/workspaces/index.d.ts +3 -0
  604. package/dist/browser/api/workspaces/index.js +4 -0
  605. package/dist/browser/api/workspaces/index.js.map +1 -0
  606. package/dist/browser/api/workspaces/operations.d.ts +63 -0
  607. package/dist/browser/api/workspaces/operations.js +472 -0
  608. package/dist/browser/api/workspaces/operations.js.map +1 -0
  609. package/dist/browser/api/workspaces/options.d.ts +71 -0
  610. package/dist/browser/api/workspaces/options.js +4 -0
  611. package/dist/browser/api/workspaces/options.js.map +1 -0
  612. package/dist/browser/azureMachineLearningServicesManagementClient.d.ts +213 -0
  613. package/dist/browser/azureMachineLearningServicesManagementClient.js +289 -0
  614. package/dist/browser/azureMachineLearningServicesManagementClient.js.map +1 -0
  615. package/dist/browser/classic/batchDeployments/index.d.ts +33 -0
  616. package/dist/browser/classic/batchDeployments/index.js +43 -0
  617. package/dist/browser/classic/batchDeployments/index.js.map +1 -0
  618. package/dist/browser/classic/batchEndpoints/index.d.ts +35 -0
  619. package/dist/browser/classic/batchEndpoints/index.js +44 -0
  620. package/dist/browser/classic/batchEndpoints/index.js.map +1 -0
  621. package/dist/browser/classic/capabilityHosts/index.d.ts +24 -0
  622. package/dist/browser/classic/capabilityHosts/index.js +33 -0
  623. package/dist/browser/classic/capabilityHosts/index.js.map +1 -0
  624. package/dist/browser/classic/codeContainers/index.d.ts +17 -0
  625. package/dist/browser/classic/codeContainers/index.js +17 -0
  626. package/dist/browser/classic/codeContainers/index.js.map +1 -0
  627. package/dist/browser/classic/codeVersions/index.d.ts +27 -0
  628. package/dist/browser/classic/codeVersions/index.js +28 -0
  629. package/dist/browser/classic/codeVersions/index.js.map +1 -0
  630. package/dist/browser/classic/componentContainers/index.d.ts +17 -0
  631. package/dist/browser/classic/componentContainers/index.js +17 -0
  632. package/dist/browser/classic/componentContainers/index.js.map +1 -0
  633. package/dist/browser/classic/componentVersions/index.d.ts +25 -0
  634. package/dist/browser/classic/componentVersions/index.js +27 -0
  635. package/dist/browser/classic/componentVersions/index.js.map +1 -0
  636. package/dist/browser/classic/computeOperations/index.d.ts +69 -0
  637. package/dist/browser/classic/computeOperations/index.js +85 -0
  638. package/dist/browser/classic/computeOperations/index.js.map +1 -0
  639. package/dist/browser/classic/connection/index.d.ts +31 -0
  640. package/dist/browser/classic/connection/index.js +36 -0
  641. package/dist/browser/classic/connection/index.js.map +1 -0
  642. package/dist/browser/classic/connectionRaiBlocklist/index.d.ts +24 -0
  643. package/dist/browser/classic/connectionRaiBlocklist/index.js +33 -0
  644. package/dist/browser/classic/connectionRaiBlocklist/index.js.map +1 -0
  645. package/dist/browser/classic/connectionRaiBlocklistItem/index.d.ts +36 -0
  646. package/dist/browser/classic/connectionRaiBlocklistItem/index.js +51 -0
  647. package/dist/browser/classic/connectionRaiBlocklistItem/index.js.map +1 -0
  648. package/dist/browser/classic/connectionRaiBlocklistItems/index.d.ts +11 -0
  649. package/dist/browser/classic/connectionRaiBlocklistItems/index.js +14 -0
  650. package/dist/browser/classic/connectionRaiBlocklistItems/index.js.map +1 -0
  651. package/dist/browser/classic/connectionRaiBlocklists/index.d.ts +11 -0
  652. package/dist/browser/classic/connectionRaiBlocklists/index.js +14 -0
  653. package/dist/browser/classic/connectionRaiBlocklists/index.js.map +1 -0
  654. package/dist/browser/classic/connectionRaiPolicies/index.d.ts +11 -0
  655. package/dist/browser/classic/connectionRaiPolicies/index.js +14 -0
  656. package/dist/browser/classic/connectionRaiPolicies/index.js.map +1 -0
  657. package/dist/browser/classic/connectionRaiPolicy/index.d.ts +24 -0
  658. package/dist/browser/classic/connectionRaiPolicy/index.js +33 -0
  659. package/dist/browser/classic/connectionRaiPolicy/index.js.map +1 -0
  660. package/dist/browser/classic/dataContainers/index.d.ts +17 -0
  661. package/dist/browser/classic/dataContainers/index.js +17 -0
  662. package/dist/browser/classic/dataContainers/index.js.map +1 -0
  663. package/dist/browser/classic/dataVersions/index.d.ts +25 -0
  664. package/dist/browser/classic/dataVersions/index.js +27 -0
  665. package/dist/browser/classic/dataVersions/index.js.map +1 -0
  666. package/dist/browser/classic/datastores/index.d.ts +19 -0
  667. package/dist/browser/classic/datastores/index.js +18 -0
  668. package/dist/browser/classic/datastores/index.js.map +1 -0
  669. package/dist/browser/classic/endpoint/index.d.ts +27 -0
  670. package/dist/browser/classic/endpoint/index.js +28 -0
  671. package/dist/browser/classic/endpoint/index.js.map +1 -0
  672. package/dist/browser/classic/endpointDeployment/index.d.ts +29 -0
  673. package/dist/browser/classic/endpointDeployment/index.js +35 -0
  674. package/dist/browser/classic/endpointDeployment/index.js.map +1 -0
  675. package/dist/browser/classic/environmentContainers/index.d.ts +17 -0
  676. package/dist/browser/classic/environmentContainers/index.js +17 -0
  677. package/dist/browser/classic/environmentContainers/index.js.map +1 -0
  678. package/dist/browser/classic/environmentVersions/index.d.ts +25 -0
  679. package/dist/browser/classic/environmentVersions/index.js +27 -0
  680. package/dist/browser/classic/environmentVersions/index.js.map +1 -0
  681. package/dist/browser/classic/features/index.d.ts +13 -0
  682. package/dist/browser/classic/features/index.js +15 -0
  683. package/dist/browser/classic/features/index.js.map +1 -0
  684. package/dist/browser/classic/featuresetContainers/index.d.ts +27 -0
  685. package/dist/browser/classic/featuresetContainers/index.js +34 -0
  686. package/dist/browser/classic/featuresetContainers/index.js.map +1 -0
  687. package/dist/browser/classic/featuresetVersions/index.d.ts +33 -0
  688. package/dist/browser/classic/featuresetVersions/index.js +43 -0
  689. package/dist/browser/classic/featuresetVersions/index.js.map +1 -0
  690. package/dist/browser/classic/featurestoreEntityContainers/index.d.ts +27 -0
  691. package/dist/browser/classic/featurestoreEntityContainers/index.js +34 -0
  692. package/dist/browser/classic/featurestoreEntityContainers/index.js.map +1 -0
  693. package/dist/browser/classic/featurestoreEntityVersions/index.d.ts +27 -0
  694. package/dist/browser/classic/featurestoreEntityVersions/index.js +34 -0
  695. package/dist/browser/classic/featurestoreEntityVersions/index.js.map +1 -0
  696. package/dist/browser/classic/index.d.ts +68 -0
  697. package/dist/browser/classic/index.js +4 -0
  698. package/dist/browser/classic/index.js.map +1 -0
  699. package/dist/browser/classic/inferenceEndpoints/index.d.ts +33 -0
  700. package/dist/browser/classic/inferenceEndpoints/index.js +43 -0
  701. package/dist/browser/classic/inferenceEndpoints/index.js.map +1 -0
  702. package/dist/browser/classic/inferenceGroups/index.d.ts +47 -0
  703. package/dist/browser/classic/inferenceGroups/index.js +56 -0
  704. package/dist/browser/classic/inferenceGroups/index.js.map +1 -0
  705. package/dist/browser/classic/inferencePools/index.d.ts +33 -0
  706. package/dist/browser/classic/inferencePools/index.js +43 -0
  707. package/dist/browser/classic/inferencePools/index.js.map +1 -0
  708. package/dist/browser/classic/jobs/index.d.ts +32 -0
  709. package/dist/browser/classic/jobs/index.js +35 -0
  710. package/dist/browser/classic/jobs/index.js.map +1 -0
  711. package/dist/browser/classic/managedNetworkProvisions/index.d.ts +16 -0
  712. package/dist/browser/classic/managedNetworkProvisions/index.js +23 -0
  713. package/dist/browser/classic/managedNetworkProvisions/index.js.map +1 -0
  714. package/dist/browser/classic/managedNetworkSettings/index.d.ts +27 -0
  715. package/dist/browser/classic/managedNetworkSettings/index.js +34 -0
  716. package/dist/browser/classic/managedNetworkSettings/index.js.map +1 -0
  717. package/dist/browser/classic/managedNetworkSettingsRule/index.d.ts +27 -0
  718. package/dist/browser/classic/managedNetworkSettingsRule/index.js +34 -0
  719. package/dist/browser/classic/managedNetworkSettingsRule/index.js.map +1 -0
  720. package/dist/browser/classic/marketplaceSubscriptions/index.d.ts +27 -0
  721. package/dist/browser/classic/marketplaceSubscriptions/index.js +34 -0
  722. package/dist/browser/classic/marketplaceSubscriptions/index.js.map +1 -0
  723. package/dist/browser/classic/modelContainers/index.d.ts +17 -0
  724. package/dist/browser/classic/modelContainers/index.js +17 -0
  725. package/dist/browser/classic/modelContainers/index.js.map +1 -0
  726. package/dist/browser/classic/modelVersions/index.d.ts +25 -0
  727. package/dist/browser/classic/modelVersions/index.js +27 -0
  728. package/dist/browser/classic/modelVersions/index.js.map +1 -0
  729. package/dist/browser/classic/onlineDeployments/index.d.ts +37 -0
  730. package/dist/browser/classic/onlineDeployments/index.js +45 -0
  731. package/dist/browser/classic/onlineDeployments/index.js.map +1 -0
  732. package/dist/browser/classic/onlineEndpoints/index.d.ts +43 -0
  733. package/dist/browser/classic/onlineEndpoints/index.js +54 -0
  734. package/dist/browser/classic/onlineEndpoints/index.js.map +1 -0
  735. package/dist/browser/classic/operations/index.d.ts +11 -0
  736. package/dist/browser/classic/operations/index.js +14 -0
  737. package/dist/browser/classic/operations/index.js.map +1 -0
  738. package/dist/browser/classic/outboundRule/index.d.ts +27 -0
  739. package/dist/browser/classic/outboundRule/index.js +34 -0
  740. package/dist/browser/classic/outboundRule/index.js.map +1 -0
  741. package/dist/browser/classic/outboundRules/index.d.ts +13 -0
  742. package/dist/browser/classic/outboundRules/index.js +17 -0
  743. package/dist/browser/classic/outboundRules/index.js.map +1 -0
  744. package/dist/browser/classic/privateEndpointConnections/index.d.ts +20 -0
  745. package/dist/browser/classic/privateEndpointConnections/index.js +17 -0
  746. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  747. package/dist/browser/classic/privateLinkResources/index.d.ts +17 -0
  748. package/dist/browser/classic/privateLinkResources/index.js +14 -0
  749. package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
  750. package/dist/browser/classic/ptuQuota/index.d.ts +15 -0
  751. package/dist/browser/classic/ptuQuota/index.js +16 -0
  752. package/dist/browser/classic/ptuQuota/index.js.map +1 -0
  753. package/dist/browser/classic/quotas/index.d.ts +13 -0
  754. package/dist/browser/classic/quotas/index.js +15 -0
  755. package/dist/browser/classic/quotas/index.js.map +1 -0
  756. package/dist/browser/classic/raiPolicies/index.d.ts +11 -0
  757. package/dist/browser/classic/raiPolicies/index.js +14 -0
  758. package/dist/browser/classic/raiPolicies/index.js.map +1 -0
  759. package/dist/browser/classic/raiPolicy/index.d.ts +24 -0
  760. package/dist/browser/classic/raiPolicy/index.js +33 -0
  761. package/dist/browser/classic/raiPolicy/index.js.map +1 -0
  762. package/dist/browser/classic/registries/index.d.ts +37 -0
  763. package/dist/browser/classic/registries/index.js +45 -0
  764. package/dist/browser/classic/registries/index.js.map +1 -0
  765. package/dist/browser/classic/registryCodeContainers/index.d.ts +27 -0
  766. package/dist/browser/classic/registryCodeContainers/index.js +34 -0
  767. package/dist/browser/classic/registryCodeContainers/index.js.map +1 -0
  768. package/dist/browser/classic/registryCodeVersions/index.d.ts +29 -0
  769. package/dist/browser/classic/registryCodeVersions/index.js +35 -0
  770. package/dist/browser/classic/registryCodeVersions/index.js.map +1 -0
  771. package/dist/browser/classic/registryComponentContainers/index.d.ts +27 -0
  772. package/dist/browser/classic/registryComponentContainers/index.js +34 -0
  773. package/dist/browser/classic/registryComponentContainers/index.js.map +1 -0
  774. package/dist/browser/classic/registryComponentVersions/index.d.ts +27 -0
  775. package/dist/browser/classic/registryComponentVersions/index.js +34 -0
  776. package/dist/browser/classic/registryComponentVersions/index.js.map +1 -0
  777. package/dist/browser/classic/registryDataContainers/index.d.ts +27 -0
  778. package/dist/browser/classic/registryDataContainers/index.js +34 -0
  779. package/dist/browser/classic/registryDataContainers/index.js.map +1 -0
  780. package/dist/browser/classic/registryDataReferences/index.d.ts +10 -0
  781. package/dist/browser/classic/registryDataReferences/index.js +14 -0
  782. package/dist/browser/classic/registryDataReferences/index.js.map +1 -0
  783. package/dist/browser/classic/registryDataVersions/index.d.ts +29 -0
  784. package/dist/browser/classic/registryDataVersions/index.js +35 -0
  785. package/dist/browser/classic/registryDataVersions/index.js.map +1 -0
  786. package/dist/browser/classic/registryEnvironmentContainers/index.d.ts +27 -0
  787. package/dist/browser/classic/registryEnvironmentContainers/index.js +34 -0
  788. package/dist/browser/classic/registryEnvironmentContainers/index.js.map +1 -0
  789. package/dist/browser/classic/registryEnvironmentVersions/index.d.ts +27 -0
  790. package/dist/browser/classic/registryEnvironmentVersions/index.js +34 -0
  791. package/dist/browser/classic/registryEnvironmentVersions/index.js.map +1 -0
  792. package/dist/browser/classic/registryModelContainers/index.d.ts +27 -0
  793. package/dist/browser/classic/registryModelContainers/index.js +34 -0
  794. package/dist/browser/classic/registryModelContainers/index.js.map +1 -0
  795. package/dist/browser/classic/registryModelVersions/index.d.ts +29 -0
  796. package/dist/browser/classic/registryModelVersions/index.js +35 -0
  797. package/dist/browser/classic/registryModelVersions/index.js.map +1 -0
  798. package/dist/browser/classic/schedules/index.d.ts +27 -0
  799. package/dist/browser/classic/schedules/index.js +34 -0
  800. package/dist/browser/classic/schedules/index.js.map +1 -0
  801. package/dist/browser/classic/serverlessEndpoints/index.d.ts +41 -0
  802. package/dist/browser/classic/serverlessEndpoints/index.js +53 -0
  803. package/dist/browser/classic/serverlessEndpoints/index.js.map +1 -0
  804. package/dist/browser/classic/usages/index.d.ts +11 -0
  805. package/dist/browser/classic/usages/index.js +14 -0
  806. package/dist/browser/classic/usages/index.js.map +1 -0
  807. package/dist/browser/classic/virtualMachineSizes/index.d.ts +10 -0
  808. package/dist/browser/classic/virtualMachineSizes/index.js +14 -0
  809. package/dist/browser/classic/virtualMachineSizes/index.js.map +1 -0
  810. package/dist/browser/classic/workspaceConnections/index.d.ts +29 -0
  811. package/dist/browser/classic/workspaceConnections/index.js +29 -0
  812. package/dist/browser/classic/workspaceConnections/index.js.map +1 -0
  813. package/dist/browser/classic/workspaceFeatures/index.d.ts +11 -0
  814. package/dist/browser/classic/workspaceFeatures/index.js +14 -0
  815. package/dist/browser/classic/workspaceFeatures/index.js.map +1 -0
  816. package/dist/browser/classic/workspaces/index.d.ts +63 -0
  817. package/dist/browser/classic/workspaces/index.js +76 -0
  818. package/dist/browser/classic/workspaces/index.js.map +1 -0
  819. package/dist/browser/index.d.ts +83 -0
  820. package/dist/browser/index.js +9 -0
  821. package/dist/browser/index.js.map +1 -0
  822. package/dist/browser/logger.d.ts +2 -0
  823. package/dist/browser/logger.js +5 -0
  824. package/dist/browser/logger.js.map +1 -0
  825. package/dist/browser/models/index.d.ts +3 -0
  826. package/dist/browser/models/index.js +4 -0
  827. package/dist/browser/models/index.js.map +1 -0
  828. package/dist/browser/models/models.d.ts +12322 -0
  829. package/dist/browser/models/models.js +16703 -0
  830. package/dist/browser/models/models.js.map +1 -0
  831. package/dist/browser/package.json +3 -0
  832. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  833. package/dist/browser/restorePollerHelpers.js +408 -0
  834. package/dist/browser/restorePollerHelpers.js.map +1 -0
  835. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  836. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  837. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  838. package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
  839. package/dist/browser/static-helpers/pagingHelpers.js +143 -0
  840. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  841. package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
  842. package/dist/browser/static-helpers/pollingHelpers.js +95 -0
  843. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  844. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  845. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  846. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  847. package/dist/browser/static-helpers/serialization/serialize-record.d.ts +2 -0
  848. package/dist/browser/static-helpers/serialization/serialize-record.js +19 -0
  849. package/dist/browser/static-helpers/serialization/serialize-record.js.map +1 -0
  850. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  851. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  852. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  853. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  854. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  855. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  856. package/dist/commonjs/api/azureMachineLearningServicesManagementContext.d.ts +22 -0
  857. package/dist/commonjs/api/azureMachineLearningServicesManagementContext.js +51 -0
  858. package/dist/commonjs/api/azureMachineLearningServicesManagementContext.js.map +7 -0
  859. package/dist/commonjs/api/batchDeployments/index.d.ts +3 -0
  860. package/dist/commonjs/api/batchDeployments/index.js +36 -0
  861. package/dist/commonjs/api/batchDeployments/index.js.map +7 -0
  862. package/dist/commonjs/api/batchDeployments/operations.d.ts +27 -0
  863. package/dist/commonjs/api/batchDeployments/operations.js +292 -0
  864. package/dist/commonjs/api/batchDeployments/operations.js.map +7 -0
  865. package/dist/commonjs/api/batchDeployments/options.d.ts +29 -0
  866. package/dist/commonjs/api/batchDeployments/options.js +16 -0
  867. package/dist/commonjs/api/batchDeployments/options.js.map +7 -0
  868. package/dist/commonjs/api/batchEndpoints/index.d.ts +3 -0
  869. package/dist/commonjs/api/batchEndpoints/index.js +38 -0
  870. package/dist/commonjs/api/batchEndpoints/index.js.map +7 -0
  871. package/dist/commonjs/api/batchEndpoints/operations.d.ts +31 -0
  872. package/dist/commonjs/api/batchEndpoints/operations.js +302 -0
  873. package/dist/commonjs/api/batchEndpoints/operations.js.map +7 -0
  874. package/dist/commonjs/api/batchEndpoints/options.d.ts +30 -0
  875. package/dist/commonjs/api/batchEndpoints/options.js +16 -0
  876. package/dist/commonjs/api/batchEndpoints/options.js.map +7 -0
  877. package/dist/commonjs/api/capabilityHosts/index.d.ts +3 -0
  878. package/dist/commonjs/api/capabilityHosts/index.js +32 -0
  879. package/dist/commonjs/api/capabilityHosts/index.js.map +7 -0
  880. package/dist/commonjs/api/capabilityHosts/operations.d.ts +18 -0
  881. package/dist/commonjs/api/capabilityHosts/operations.js +158 -0
  882. package/dist/commonjs/api/capabilityHosts/operations.js.map +7 -0
  883. package/dist/commonjs/api/capabilityHosts/options.d.ts +15 -0
  884. package/dist/commonjs/api/capabilityHosts/options.js +16 -0
  885. package/dist/commonjs/api/capabilityHosts/options.js.map +7 -0
  886. package/dist/commonjs/api/codeContainers/index.d.ts +3 -0
  887. package/dist/commonjs/api/codeContainers/index.js +34 -0
  888. package/dist/commonjs/api/codeContainers/index.js.map +7 -0
  889. package/dist/commonjs/api/codeContainers/operations.d.ts +22 -0
  890. package/dist/commonjs/api/codeContainers/operations.js +204 -0
  891. package/dist/commonjs/api/codeContainers/operations.js.map +7 -0
  892. package/dist/commonjs/api/codeContainers/options.d.ts +16 -0
  893. package/dist/commonjs/api/codeContainers/options.js +16 -0
  894. package/dist/commonjs/api/codeContainers/options.js.map +7 -0
  895. package/dist/commonjs/api/codeVersions/index.d.ts +3 -0
  896. package/dist/commonjs/api/codeVersions/index.js +38 -0
  897. package/dist/commonjs/api/codeVersions/index.js.map +7 -0
  898. package/dist/commonjs/api/codeVersions/operations.d.ts +31 -0
  899. package/dist/commonjs/api/codeVersions/operations.js +319 -0
  900. package/dist/commonjs/api/codeVersions/operations.js.map +7 -0
  901. package/dist/commonjs/api/codeVersions/options.d.ts +32 -0
  902. package/dist/commonjs/api/codeVersions/options.js +16 -0
  903. package/dist/commonjs/api/codeVersions/options.js.map +7 -0
  904. package/dist/commonjs/api/componentContainers/index.d.ts +3 -0
  905. package/dist/commonjs/api/componentContainers/index.js +34 -0
  906. package/dist/commonjs/api/componentContainers/index.js.map +7 -0
  907. package/dist/commonjs/api/componentContainers/operations.d.ts +22 -0
  908. package/dist/commonjs/api/componentContainers/operations.js +205 -0
  909. package/dist/commonjs/api/componentContainers/operations.js.map +7 -0
  910. package/dist/commonjs/api/componentContainers/options.d.ts +19 -0
  911. package/dist/commonjs/api/componentContainers/options.js +16 -0
  912. package/dist/commonjs/api/componentContainers/options.js.map +7 -0
  913. package/dist/commonjs/api/componentVersions/index.d.ts +3 -0
  914. package/dist/commonjs/api/componentVersions/index.js +36 -0
  915. package/dist/commonjs/api/componentVersions/index.js.map +7 -0
  916. package/dist/commonjs/api/componentVersions/operations.d.ts +27 -0
  917. package/dist/commonjs/api/componentVersions/operations.js +267 -0
  918. package/dist/commonjs/api/componentVersions/operations.js.map +7 -0
  919. package/dist/commonjs/api/componentVersions/options.d.ts +28 -0
  920. package/dist/commonjs/api/componentVersions/options.js +16 -0
  921. package/dist/commonjs/api/componentVersions/options.js.map +7 -0
  922. package/dist/commonjs/api/computeOperations/index.d.ts +3 -0
  923. package/dist/commonjs/api/computeOperations/index.js +56 -0
  924. package/dist/commonjs/api/computeOperations/index.js.map +7 -0
  925. package/dist/commonjs/api/computeOperations/operations.d.ts +67 -0
  926. package/dist/commonjs/api/computeOperations/operations.js +727 -0
  927. package/dist/commonjs/api/computeOperations/operations.js.map +7 -0
  928. package/dist/commonjs/api/computeOperations/options.d.ts +63 -0
  929. package/dist/commonjs/api/computeOperations/options.js +16 -0
  930. package/dist/commonjs/api/computeOperations/options.js.map +7 -0
  931. package/dist/commonjs/api/connection/index.d.ts +3 -0
  932. package/dist/commonjs/api/connection/index.js +38 -0
  933. package/dist/commonjs/api/connection/index.js.map +7 -0
  934. package/dist/commonjs/api/connection/operations.d.ts +31 -0
  935. package/dist/commonjs/api/connection/operations.js +332 -0
  936. package/dist/commonjs/api/connection/operations.js.map +7 -0
  937. package/dist/commonjs/api/connection/options.d.ts +32 -0
  938. package/dist/commonjs/api/connection/options.js +16 -0
  939. package/dist/commonjs/api/connection/options.js.map +7 -0
  940. package/dist/commonjs/api/connectionRaiBlocklist/index.d.ts +3 -0
  941. package/dist/commonjs/api/connectionRaiBlocklist/index.js +32 -0
  942. package/dist/commonjs/api/connectionRaiBlocklist/index.js.map +7 -0
  943. package/dist/commonjs/api/connectionRaiBlocklist/operations.d.ts +18 -0
  944. package/dist/commonjs/api/connectionRaiBlocklist/operations.js +185 -0
  945. package/dist/commonjs/api/connectionRaiBlocklist/operations.js.map +7 -0
  946. package/dist/commonjs/api/connectionRaiBlocklist/options.d.ts +19 -0
  947. package/dist/commonjs/api/connectionRaiBlocklist/options.js +16 -0
  948. package/dist/commonjs/api/connectionRaiBlocklist/options.js.map +7 -0
  949. package/dist/commonjs/api/connectionRaiBlocklistItem/index.d.ts +3 -0
  950. package/dist/commonjs/api/connectionRaiBlocklistItem/index.js +36 -0
  951. package/dist/commonjs/api/connectionRaiBlocklistItem/index.js.map +7 -0
  952. package/dist/commonjs/api/connectionRaiBlocklistItem/operations.d.ts +26 -0
  953. package/dist/commonjs/api/connectionRaiBlocklistItem/operations.js +304 -0
  954. package/dist/commonjs/api/connectionRaiBlocklistItem/operations.js.map +7 -0
  955. package/dist/commonjs/api/connectionRaiBlocklistItem/options.d.ts +29 -0
  956. package/dist/commonjs/api/connectionRaiBlocklistItem/options.js +16 -0
  957. package/dist/commonjs/api/connectionRaiBlocklistItem/options.js.map +7 -0
  958. package/dist/commonjs/api/connectionRaiBlocklistItems/index.d.ts +3 -0
  959. package/dist/commonjs/api/connectionRaiBlocklistItems/index.js +28 -0
  960. package/dist/commonjs/api/connectionRaiBlocklistItems/index.js.map +7 -0
  961. package/dist/commonjs/api/connectionRaiBlocklistItems/operations.d.ts +10 -0
  962. package/dist/commonjs/api/connectionRaiBlocklistItems/operations.js +87 -0
  963. package/dist/commonjs/api/connectionRaiBlocklistItems/operations.js.map +7 -0
  964. package/dist/commonjs/api/connectionRaiBlocklistItems/options.d.ts +7 -0
  965. package/dist/commonjs/api/connectionRaiBlocklistItems/options.js +16 -0
  966. package/dist/commonjs/api/connectionRaiBlocklistItems/options.js.map +7 -0
  967. package/dist/commonjs/api/connectionRaiBlocklists/index.d.ts +3 -0
  968. package/dist/commonjs/api/connectionRaiBlocklists/index.js +28 -0
  969. package/dist/commonjs/api/connectionRaiBlocklists/index.js.map +7 -0
  970. package/dist/commonjs/api/connectionRaiBlocklists/operations.d.ts +10 -0
  971. package/dist/commonjs/api/connectionRaiBlocklists/operations.js +79 -0
  972. package/dist/commonjs/api/connectionRaiBlocklists/operations.js.map +7 -0
  973. package/dist/commonjs/api/connectionRaiBlocklists/options.d.ts +7 -0
  974. package/dist/commonjs/api/connectionRaiBlocklists/options.js +16 -0
  975. package/dist/commonjs/api/connectionRaiBlocklists/options.js.map +7 -0
  976. package/dist/commonjs/api/connectionRaiPolicies/index.d.ts +3 -0
  977. package/dist/commonjs/api/connectionRaiPolicies/index.js +28 -0
  978. package/dist/commonjs/api/connectionRaiPolicies/index.js.map +7 -0
  979. package/dist/commonjs/api/connectionRaiPolicies/operations.d.ts +10 -0
  980. package/dist/commonjs/api/connectionRaiPolicies/operations.js +79 -0
  981. package/dist/commonjs/api/connectionRaiPolicies/operations.js.map +7 -0
  982. package/dist/commonjs/api/connectionRaiPolicies/options.d.ts +7 -0
  983. package/dist/commonjs/api/connectionRaiPolicies/options.js +16 -0
  984. package/dist/commonjs/api/connectionRaiPolicies/options.js.map +7 -0
  985. package/dist/commonjs/api/connectionRaiPolicy/index.d.ts +3 -0
  986. package/dist/commonjs/api/connectionRaiPolicy/index.js +32 -0
  987. package/dist/commonjs/api/connectionRaiPolicy/index.js.map +7 -0
  988. package/dist/commonjs/api/connectionRaiPolicy/operations.d.ts +18 -0
  989. package/dist/commonjs/api/connectionRaiPolicy/operations.js +185 -0
  990. package/dist/commonjs/api/connectionRaiPolicy/operations.js.map +7 -0
  991. package/dist/commonjs/api/connectionRaiPolicy/options.d.ts +19 -0
  992. package/dist/commonjs/api/connectionRaiPolicy/options.js +16 -0
  993. package/dist/commonjs/api/connectionRaiPolicy/options.js.map +7 -0
  994. package/dist/commonjs/api/dataContainers/index.d.ts +3 -0
  995. package/dist/commonjs/api/dataContainers/index.js +34 -0
  996. package/dist/commonjs/api/dataContainers/index.js.map +7 -0
  997. package/dist/commonjs/api/dataContainers/operations.d.ts +22 -0
  998. package/dist/commonjs/api/dataContainers/operations.js +205 -0
  999. package/dist/commonjs/api/dataContainers/operations.js.map +7 -0
  1000. package/dist/commonjs/api/dataContainers/options.d.ts +19 -0
  1001. package/dist/commonjs/api/dataContainers/options.js +16 -0
  1002. package/dist/commonjs/api/dataContainers/options.js.map +7 -0
  1003. package/dist/commonjs/api/dataVersions/index.d.ts +3 -0
  1004. package/dist/commonjs/api/dataVersions/index.js +36 -0
  1005. package/dist/commonjs/api/dataVersions/index.js.map +7 -0
  1006. package/dist/commonjs/api/dataVersions/operations.d.ts +27 -0
  1007. package/dist/commonjs/api/dataVersions/operations.js +268 -0
  1008. package/dist/commonjs/api/dataVersions/operations.js.map +7 -0
  1009. package/dist/commonjs/api/dataVersions/options.d.ts +33 -0
  1010. package/dist/commonjs/api/dataVersions/options.js +16 -0
  1011. package/dist/commonjs/api/dataVersions/options.js.map +7 -0
  1012. package/dist/commonjs/api/datastores/index.d.ts +3 -0
  1013. package/dist/commonjs/api/datastores/index.js +36 -0
  1014. package/dist/commonjs/api/datastores/index.js.map +7 -0
  1015. package/dist/commonjs/api/datastores/operations.d.ts +26 -0
  1016. package/dist/commonjs/api/datastores/operations.js +255 -0
  1017. package/dist/commonjs/api/datastores/operations.js.map +7 -0
  1018. package/dist/commonjs/api/datastores/options.d.ts +36 -0
  1019. package/dist/commonjs/api/datastores/options.js +16 -0
  1020. package/dist/commonjs/api/datastores/options.js.map +7 -0
  1021. package/dist/commonjs/api/endpoint/index.d.ts +3 -0
  1022. package/dist/commonjs/api/endpoint/index.js +38 -0
  1023. package/dist/commonjs/api/endpoint/index.js.map +7 -0
  1024. package/dist/commonjs/api/endpoint/operations.d.ts +31 -0
  1025. package/dist/commonjs/api/endpoint/operations.js +315 -0
  1026. package/dist/commonjs/api/endpoint/operations.js.map +7 -0
  1027. package/dist/commonjs/api/endpoint/options.d.ts +32 -0
  1028. package/dist/commonjs/api/endpoint/options.js +16 -0
  1029. package/dist/commonjs/api/endpoint/options.js.map +7 -0
  1030. package/dist/commonjs/api/endpointDeployment/index.d.ts +3 -0
  1031. package/dist/commonjs/api/endpointDeployment/index.js +36 -0
  1032. package/dist/commonjs/api/endpointDeployment/index.js.map +7 -0
  1033. package/dist/commonjs/api/endpointDeployment/operations.d.ts +27 -0
  1034. package/dist/commonjs/api/endpointDeployment/operations.js +288 -0
  1035. package/dist/commonjs/api/endpointDeployment/operations.js.map +7 -0
  1036. package/dist/commonjs/api/endpointDeployment/options.d.ts +28 -0
  1037. package/dist/commonjs/api/endpointDeployment/options.js +16 -0
  1038. package/dist/commonjs/api/endpointDeployment/options.js.map +7 -0
  1039. package/dist/commonjs/api/environmentContainers/index.d.ts +3 -0
  1040. package/dist/commonjs/api/environmentContainers/index.js +34 -0
  1041. package/dist/commonjs/api/environmentContainers/index.js.map +7 -0
  1042. package/dist/commonjs/api/environmentContainers/operations.d.ts +22 -0
  1043. package/dist/commonjs/api/environmentContainers/operations.js +205 -0
  1044. package/dist/commonjs/api/environmentContainers/operations.js.map +7 -0
  1045. package/dist/commonjs/api/environmentContainers/options.d.ts +19 -0
  1046. package/dist/commonjs/api/environmentContainers/options.js +16 -0
  1047. package/dist/commonjs/api/environmentContainers/options.js.map +7 -0
  1048. package/dist/commonjs/api/environmentVersions/index.d.ts +3 -0
  1049. package/dist/commonjs/api/environmentVersions/index.js +36 -0
  1050. package/dist/commonjs/api/environmentVersions/index.js.map +7 -0
  1051. package/dist/commonjs/api/environmentVersions/operations.d.ts +27 -0
  1052. package/dist/commonjs/api/environmentVersions/operations.js +267 -0
  1053. package/dist/commonjs/api/environmentVersions/operations.js.map +7 -0
  1054. package/dist/commonjs/api/environmentVersions/options.d.ts +28 -0
  1055. package/dist/commonjs/api/environmentVersions/options.js +16 -0
  1056. package/dist/commonjs/api/environmentVersions/options.js.map +7 -0
  1057. package/dist/commonjs/api/features/index.d.ts +3 -0
  1058. package/dist/commonjs/api/features/index.js +30 -0
  1059. package/dist/commonjs/api/features/index.js.map +7 -0
  1060. package/dist/commonjs/api/features/operations.d.ts +14 -0
  1061. package/dist/commonjs/api/features/operations.js +142 -0
  1062. package/dist/commonjs/api/features/operations.js.map +7 -0
  1063. package/dist/commonjs/api/features/options.d.ts +21 -0
  1064. package/dist/commonjs/api/features/options.js +16 -0
  1065. package/dist/commonjs/api/features/options.js.map +7 -0
  1066. package/dist/commonjs/api/featuresetContainers/index.d.ts +3 -0
  1067. package/dist/commonjs/api/featuresetContainers/index.js +34 -0
  1068. package/dist/commonjs/api/featuresetContainers/index.js.map +7 -0
  1069. package/dist/commonjs/api/featuresetContainers/operations.d.ts +23 -0
  1070. package/dist/commonjs/api/featuresetContainers/operations.js +214 -0
  1071. package/dist/commonjs/api/featuresetContainers/operations.js.map +7 -0
  1072. package/dist/commonjs/api/featuresetContainers/options.d.ts +33 -0
  1073. package/dist/commonjs/api/featuresetContainers/options.js +16 -0
  1074. package/dist/commonjs/api/featuresetContainers/options.js.map +7 -0
  1075. package/dist/commonjs/api/featuresetVersions/index.d.ts +3 -0
  1076. package/dist/commonjs/api/featuresetVersions/index.js +36 -0
  1077. package/dist/commonjs/api/featuresetVersions/index.js.map +7 -0
  1078. package/dist/commonjs/api/featuresetVersions/operations.d.ts +27 -0
  1079. package/dist/commonjs/api/featuresetVersions/operations.js +268 -0
  1080. package/dist/commonjs/api/featuresetVersions/operations.js.map +7 -0
  1081. package/dist/commonjs/api/featuresetVersions/options.d.ts +42 -0
  1082. package/dist/commonjs/api/featuresetVersions/options.js +16 -0
  1083. package/dist/commonjs/api/featuresetVersions/options.js.map +7 -0
  1084. package/dist/commonjs/api/featurestoreEntityContainers/index.d.ts +3 -0
  1085. package/dist/commonjs/api/featurestoreEntityContainers/index.js +34 -0
  1086. package/dist/commonjs/api/featurestoreEntityContainers/index.js.map +7 -0
  1087. package/dist/commonjs/api/featurestoreEntityContainers/operations.d.ts +23 -0
  1088. package/dist/commonjs/api/featurestoreEntityContainers/operations.js +214 -0
  1089. package/dist/commonjs/api/featurestoreEntityContainers/operations.js.map +7 -0
  1090. package/dist/commonjs/api/featurestoreEntityContainers/options.d.ts +33 -0
  1091. package/dist/commonjs/api/featurestoreEntityContainers/options.js +16 -0
  1092. package/dist/commonjs/api/featurestoreEntityContainers/options.js.map +7 -0
  1093. package/dist/commonjs/api/featurestoreEntityVersions/index.d.ts +3 -0
  1094. package/dist/commonjs/api/featurestoreEntityVersions/index.js +34 -0
  1095. package/dist/commonjs/api/featurestoreEntityVersions/index.js.map +7 -0
  1096. package/dist/commonjs/api/featurestoreEntityVersions/operations.d.ts +23 -0
  1097. package/dist/commonjs/api/featurestoreEntityVersions/operations.js +220 -0
  1098. package/dist/commonjs/api/featurestoreEntityVersions/operations.js.map +7 -0
  1099. package/dist/commonjs/api/featurestoreEntityVersions/options.d.ts +37 -0
  1100. package/dist/commonjs/api/featurestoreEntityVersions/options.js +16 -0
  1101. package/dist/commonjs/api/featurestoreEntityVersions/options.js.map +7 -0
  1102. package/dist/commonjs/api/index.d.ts +3 -0
  1103. package/dist/commonjs/api/index.js +28 -0
  1104. package/dist/commonjs/api/index.js.map +7 -0
  1105. package/dist/commonjs/api/inferenceEndpoints/index.d.ts +3 -0
  1106. package/dist/commonjs/api/inferenceEndpoints/index.js +36 -0
  1107. package/dist/commonjs/api/inferenceEndpoints/index.js.map +7 -0
  1108. package/dist/commonjs/api/inferenceEndpoints/operations.d.ts +27 -0
  1109. package/dist/commonjs/api/inferenceEndpoints/operations.js +279 -0
  1110. package/dist/commonjs/api/inferenceEndpoints/operations.js.map +7 -0
  1111. package/dist/commonjs/api/inferenceEndpoints/options.d.ts +34 -0
  1112. package/dist/commonjs/api/inferenceEndpoints/options.js +16 -0
  1113. package/dist/commonjs/api/inferenceEndpoints/options.js.map +7 -0
  1114. package/dist/commonjs/api/inferenceGroups/index.d.ts +3 -0
  1115. package/dist/commonjs/api/inferenceGroups/index.js +46 -0
  1116. package/dist/commonjs/api/inferenceGroups/index.js.map +7 -0
  1117. package/dist/commonjs/api/inferenceGroups/operations.d.ts +47 -0
  1118. package/dist/commonjs/api/inferenceGroups/operations.js +545 -0
  1119. package/dist/commonjs/api/inferenceGroups/operations.js.map +7 -0
  1120. package/dist/commonjs/api/inferenceGroups/options.d.ts +55 -0
  1121. package/dist/commonjs/api/inferenceGroups/options.js +16 -0
  1122. package/dist/commonjs/api/inferenceGroups/options.js.map +7 -0
  1123. package/dist/commonjs/api/inferencePools/index.d.ts +3 -0
  1124. package/dist/commonjs/api/inferencePools/index.js +36 -0
  1125. package/dist/commonjs/api/inferencePools/index.js.map +7 -0
  1126. package/dist/commonjs/api/inferencePools/operations.d.ts +27 -0
  1127. package/dist/commonjs/api/inferencePools/operations.js +272 -0
  1128. package/dist/commonjs/api/inferencePools/operations.js.map +7 -0
  1129. package/dist/commonjs/api/inferencePools/options.d.ts +34 -0
  1130. package/dist/commonjs/api/inferencePools/options.js +16 -0
  1131. package/dist/commonjs/api/inferencePools/options.js.map +7 -0
  1132. package/dist/commonjs/api/jobs/index.d.ts +3 -0
  1133. package/dist/commonjs/api/jobs/index.js +36 -0
  1134. package/dist/commonjs/api/jobs/index.js.map +7 -0
  1135. package/dist/commonjs/api/jobs/operations.d.ts +30 -0
  1136. package/dist/commonjs/api/jobs/operations.js +256 -0
  1137. package/dist/commonjs/api/jobs/operations.js.map +7 -0
  1138. package/dist/commonjs/api/jobs/options.d.ts +32 -0
  1139. package/dist/commonjs/api/jobs/options.js +16 -0
  1140. package/dist/commonjs/api/jobs/options.js.map +7 -0
  1141. package/dist/commonjs/api/managedNetworkProvisions/index.d.ts +3 -0
  1142. package/dist/commonjs/api/managedNetworkProvisions/index.js +28 -0
  1143. package/dist/commonjs/api/managedNetworkProvisions/index.js.map +7 -0
  1144. package/dist/commonjs/api/managedNetworkProvisions/operations.d.ts +10 -0
  1145. package/dist/commonjs/api/managedNetworkProvisions/operations.js +75 -0
  1146. package/dist/commonjs/api/managedNetworkProvisions/operations.js.map +7 -0
  1147. package/dist/commonjs/api/managedNetworkProvisions/options.d.ts +10 -0
  1148. package/dist/commonjs/api/managedNetworkProvisions/options.js +16 -0
  1149. package/dist/commonjs/api/managedNetworkProvisions/options.js.map +7 -0
  1150. package/dist/commonjs/api/managedNetworkSettings/index.d.ts +3 -0
  1151. package/dist/commonjs/api/managedNetworkSettings/index.js +34 -0
  1152. package/dist/commonjs/api/managedNetworkSettings/index.js.map +7 -0
  1153. package/dist/commonjs/api/managedNetworkSettings/operations.d.ts +23 -0
  1154. package/dist/commonjs/api/managedNetworkSettings/operations.js +218 -0
  1155. package/dist/commonjs/api/managedNetworkSettings/operations.js.map +7 -0
  1156. package/dist/commonjs/api/managedNetworkSettings/options.d.ts +21 -0
  1157. package/dist/commonjs/api/managedNetworkSettings/options.js +16 -0
  1158. package/dist/commonjs/api/managedNetworkSettings/options.js.map +7 -0
  1159. package/dist/commonjs/api/managedNetworkSettingsRule/index.d.ts +3 -0
  1160. package/dist/commonjs/api/managedNetworkSettingsRule/index.js +34 -0
  1161. package/dist/commonjs/api/managedNetworkSettingsRule/index.js.map +7 -0
  1162. package/dist/commonjs/api/managedNetworkSettingsRule/operations.d.ts +23 -0
  1163. package/dist/commonjs/api/managedNetworkSettingsRule/operations.js +207 -0
  1164. package/dist/commonjs/api/managedNetworkSettingsRule/operations.js.map +7 -0
  1165. package/dist/commonjs/api/managedNetworkSettingsRule/options.d.ts +18 -0
  1166. package/dist/commonjs/api/managedNetworkSettingsRule/options.js +16 -0
  1167. package/dist/commonjs/api/managedNetworkSettingsRule/options.js.map +7 -0
  1168. package/dist/commonjs/api/marketplaceSubscriptions/index.d.ts +3 -0
  1169. package/dist/commonjs/api/marketplaceSubscriptions/index.js +34 -0
  1170. package/dist/commonjs/api/marketplaceSubscriptions/index.js.map +7 -0
  1171. package/dist/commonjs/api/marketplaceSubscriptions/operations.d.ts +23 -0
  1172. package/dist/commonjs/api/marketplaceSubscriptions/operations.js +208 -0
  1173. package/dist/commonjs/api/marketplaceSubscriptions/operations.js.map +7 -0
  1174. package/dist/commonjs/api/marketplaceSubscriptions/options.d.ts +20 -0
  1175. package/dist/commonjs/api/marketplaceSubscriptions/options.js +16 -0
  1176. package/dist/commonjs/api/marketplaceSubscriptions/options.js.map +7 -0
  1177. package/dist/commonjs/api/modelContainers/index.d.ts +3 -0
  1178. package/dist/commonjs/api/modelContainers/index.js +34 -0
  1179. package/dist/commonjs/api/modelContainers/index.js.map +7 -0
  1180. package/dist/commonjs/api/modelContainers/operations.d.ts +22 -0
  1181. package/dist/commonjs/api/modelContainers/operations.js +206 -0
  1182. package/dist/commonjs/api/modelContainers/operations.js.map +7 -0
  1183. package/dist/commonjs/api/modelContainers/options.d.ts +21 -0
  1184. package/dist/commonjs/api/modelContainers/options.js +16 -0
  1185. package/dist/commonjs/api/modelContainers/options.js.map +7 -0
  1186. package/dist/commonjs/api/modelVersions/index.d.ts +3 -0
  1187. package/dist/commonjs/api/modelVersions/index.js +36 -0
  1188. package/dist/commonjs/api/modelVersions/index.js.map +7 -0
  1189. package/dist/commonjs/api/modelVersions/operations.d.ts +27 -0
  1190. package/dist/commonjs/api/modelVersions/operations.js +273 -0
  1191. package/dist/commonjs/api/modelVersions/operations.js.map +7 -0
  1192. package/dist/commonjs/api/modelVersions/options.d.ts +40 -0
  1193. package/dist/commonjs/api/modelVersions/options.js +16 -0
  1194. package/dist/commonjs/api/modelVersions/options.js.map +7 -0
  1195. package/dist/commonjs/api/onlineDeployments/index.d.ts +3 -0
  1196. package/dist/commonjs/api/onlineDeployments/index.js +40 -0
  1197. package/dist/commonjs/api/onlineDeployments/index.js.map +7 -0
  1198. package/dist/commonjs/api/onlineDeployments/operations.d.ts +35 -0
  1199. package/dist/commonjs/api/onlineDeployments/operations.js +402 -0
  1200. package/dist/commonjs/api/onlineDeployments/operations.js.map +7 -0
  1201. package/dist/commonjs/api/onlineDeployments/options.d.ts +39 -0
  1202. package/dist/commonjs/api/onlineDeployments/options.js +16 -0
  1203. package/dist/commonjs/api/onlineDeployments/options.js.map +7 -0
  1204. package/dist/commonjs/api/onlineEndpoints/index.d.ts +3 -0
  1205. package/dist/commonjs/api/onlineEndpoints/index.js +42 -0
  1206. package/dist/commonjs/api/onlineEndpoints/index.js.map +7 -0
  1207. package/dist/commonjs/api/onlineEndpoints/operations.d.ts +39 -0
  1208. package/dist/commonjs/api/onlineEndpoints/operations.js +399 -0
  1209. package/dist/commonjs/api/onlineEndpoints/operations.js.map +7 -0
  1210. package/dist/commonjs/api/onlineEndpoints/options.d.ts +49 -0
  1211. package/dist/commonjs/api/onlineEndpoints/options.js +16 -0
  1212. package/dist/commonjs/api/onlineEndpoints/options.js.map +7 -0
  1213. package/dist/commonjs/api/operations/index.d.ts +3 -0
  1214. package/dist/commonjs/api/operations/index.js +28 -0
  1215. package/dist/commonjs/api/operations/index.js.map +7 -0
  1216. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  1217. package/dist/commonjs/api/operations/operations.js +74 -0
  1218. package/dist/commonjs/api/operations/operations.js.map +7 -0
  1219. package/dist/commonjs/api/operations/options.d.ts +5 -0
  1220. package/dist/commonjs/api/operations/options.js +16 -0
  1221. package/dist/commonjs/api/operations/options.js.map +7 -0
  1222. package/dist/commonjs/api/outboundRule/index.d.ts +3 -0
  1223. package/dist/commonjs/api/outboundRule/index.js +34 -0
  1224. package/dist/commonjs/api/outboundRule/index.js.map +7 -0
  1225. package/dist/commonjs/api/outboundRule/operations.d.ts +23 -0
  1226. package/dist/commonjs/api/outboundRule/operations.js +233 -0
  1227. package/dist/commonjs/api/outboundRule/operations.js.map +7 -0
  1228. package/dist/commonjs/api/outboundRule/options.d.ts +18 -0
  1229. package/dist/commonjs/api/outboundRule/options.js +16 -0
  1230. package/dist/commonjs/api/outboundRule/options.js.map +7 -0
  1231. package/dist/commonjs/api/outboundRules/index.d.ts +3 -0
  1232. package/dist/commonjs/api/outboundRules/index.js +28 -0
  1233. package/dist/commonjs/api/outboundRules/index.js.map +7 -0
  1234. package/dist/commonjs/api/outboundRules/operations.d.ts +10 -0
  1235. package/dist/commonjs/api/outboundRules/operations.js +93 -0
  1236. package/dist/commonjs/api/outboundRules/operations.js.map +7 -0
  1237. package/dist/commonjs/api/outboundRules/options.d.ts +7 -0
  1238. package/dist/commonjs/api/outboundRules/options.js +16 -0
  1239. package/dist/commonjs/api/outboundRules/options.js.map +7 -0
  1240. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  1241. package/dist/commonjs/api/privateEndpointConnections/index.js +34 -0
  1242. package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
  1243. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +25 -0
  1244. package/dist/commonjs/api/privateEndpointConnections/operations.js +215 -0
  1245. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
  1246. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +14 -0
  1247. package/dist/commonjs/api/privateEndpointConnections/options.js +16 -0
  1248. package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
  1249. package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
  1250. package/dist/commonjs/api/privateLinkResources/index.js +28 -0
  1251. package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
  1252. package/dist/commonjs/api/privateLinkResources/operations.d.ts +16 -0
  1253. package/dist/commonjs/api/privateLinkResources/operations.js +77 -0
  1254. package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
  1255. package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
  1256. package/dist/commonjs/api/privateLinkResources/options.js +16 -0
  1257. package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
  1258. package/dist/commonjs/api/ptuQuota/index.d.ts +3 -0
  1259. package/dist/commonjs/api/ptuQuota/index.js +32 -0
  1260. package/dist/commonjs/api/ptuQuota/index.js.map +7 -0
  1261. package/dist/commonjs/api/ptuQuota/operations.d.ts +18 -0
  1262. package/dist/commonjs/api/ptuQuota/operations.js +163 -0
  1263. package/dist/commonjs/api/ptuQuota/operations.js.map +7 -0
  1264. package/dist/commonjs/api/ptuQuota/options.d.ts +15 -0
  1265. package/dist/commonjs/api/ptuQuota/options.js +16 -0
  1266. package/dist/commonjs/api/ptuQuota/options.js.map +7 -0
  1267. package/dist/commonjs/api/quotas/index.d.ts +3 -0
  1268. package/dist/commonjs/api/quotas/index.js +30 -0
  1269. package/dist/commonjs/api/quotas/index.js.map +7 -0
  1270. package/dist/commonjs/api/quotas/operations.d.ts +14 -0
  1271. package/dist/commonjs/api/quotas/operations.js +116 -0
  1272. package/dist/commonjs/api/quotas/operations.js.map +7 -0
  1273. package/dist/commonjs/api/quotas/options.d.ts +8 -0
  1274. package/dist/commonjs/api/quotas/options.js +16 -0
  1275. package/dist/commonjs/api/quotas/options.js.map +7 -0
  1276. package/dist/commonjs/api/raiPolicies/index.d.ts +3 -0
  1277. package/dist/commonjs/api/raiPolicies/index.js +28 -0
  1278. package/dist/commonjs/api/raiPolicies/index.js.map +7 -0
  1279. package/dist/commonjs/api/raiPolicies/operations.d.ts +10 -0
  1280. package/dist/commonjs/api/raiPolicies/operations.js +79 -0
  1281. package/dist/commonjs/api/raiPolicies/operations.js.map +7 -0
  1282. package/dist/commonjs/api/raiPolicies/options.d.ts +7 -0
  1283. package/dist/commonjs/api/raiPolicies/options.js +16 -0
  1284. package/dist/commonjs/api/raiPolicies/options.js.map +7 -0
  1285. package/dist/commonjs/api/raiPolicy/index.d.ts +3 -0
  1286. package/dist/commonjs/api/raiPolicy/index.js +32 -0
  1287. package/dist/commonjs/api/raiPolicy/index.js.map +7 -0
  1288. package/dist/commonjs/api/raiPolicy/operations.d.ts +18 -0
  1289. package/dist/commonjs/api/raiPolicy/operations.js +178 -0
  1290. package/dist/commonjs/api/raiPolicy/operations.js.map +7 -0
  1291. package/dist/commonjs/api/raiPolicy/options.d.ts +19 -0
  1292. package/dist/commonjs/api/raiPolicy/options.js +16 -0
  1293. package/dist/commonjs/api/raiPolicy/options.js.map +7 -0
  1294. package/dist/commonjs/api/registries/index.d.ts +3 -0
  1295. package/dist/commonjs/api/registries/index.js +40 -0
  1296. package/dist/commonjs/api/registries/index.js.map +7 -0
  1297. package/dist/commonjs/api/registries/operations.d.ts +35 -0
  1298. package/dist/commonjs/api/registries/operations.js +336 -0
  1299. package/dist/commonjs/api/registries/operations.js.map +7 -0
  1300. package/dist/commonjs/api/registries/options.d.ts +29 -0
  1301. package/dist/commonjs/api/registries/options.js +16 -0
  1302. package/dist/commonjs/api/registries/options.js.map +7 -0
  1303. package/dist/commonjs/api/registryCodeContainers/index.d.ts +3 -0
  1304. package/dist/commonjs/api/registryCodeContainers/index.js +34 -0
  1305. package/dist/commonjs/api/registryCodeContainers/index.js.map +7 -0
  1306. package/dist/commonjs/api/registryCodeContainers/operations.d.ts +23 -0
  1307. package/dist/commonjs/api/registryCodeContainers/operations.js +208 -0
  1308. package/dist/commonjs/api/registryCodeContainers/operations.js.map +7 -0
  1309. package/dist/commonjs/api/registryCodeContainers/options.d.ts +20 -0
  1310. package/dist/commonjs/api/registryCodeContainers/options.js +16 -0
  1311. package/dist/commonjs/api/registryCodeContainers/options.js.map +7 -0
  1312. package/dist/commonjs/api/registryCodeVersions/index.d.ts +3 -0
  1313. package/dist/commonjs/api/registryCodeVersions/index.js +36 -0
  1314. package/dist/commonjs/api/registryCodeVersions/index.js.map +7 -0
  1315. package/dist/commonjs/api/registryCodeVersions/operations.d.ts +27 -0
  1316. package/dist/commonjs/api/registryCodeVersions/operations.js +280 -0
  1317. package/dist/commonjs/api/registryCodeVersions/operations.js.map +7 -0
  1318. package/dist/commonjs/api/registryCodeVersions/options.d.ts +27 -0
  1319. package/dist/commonjs/api/registryCodeVersions/options.js +16 -0
  1320. package/dist/commonjs/api/registryCodeVersions/options.js.map +7 -0
  1321. package/dist/commonjs/api/registryComponentContainers/index.d.ts +3 -0
  1322. package/dist/commonjs/api/registryComponentContainers/index.js +34 -0
  1323. package/dist/commonjs/api/registryComponentContainers/index.js.map +7 -0
  1324. package/dist/commonjs/api/registryComponentContainers/operations.d.ts +23 -0
  1325. package/dist/commonjs/api/registryComponentContainers/operations.js +208 -0
  1326. package/dist/commonjs/api/registryComponentContainers/operations.js.map +7 -0
  1327. package/dist/commonjs/api/registryComponentContainers/options.d.ts +20 -0
  1328. package/dist/commonjs/api/registryComponentContainers/options.js +16 -0
  1329. package/dist/commonjs/api/registryComponentContainers/options.js.map +7 -0
  1330. package/dist/commonjs/api/registryComponentVersions/index.d.ts +3 -0
  1331. package/dist/commonjs/api/registryComponentVersions/index.js +34 -0
  1332. package/dist/commonjs/api/registryComponentVersions/index.js.map +7 -0
  1333. package/dist/commonjs/api/registryComponentVersions/operations.d.ts +23 -0
  1334. package/dist/commonjs/api/registryComponentVersions/operations.js +229 -0
  1335. package/dist/commonjs/api/registryComponentVersions/operations.js.map +7 -0
  1336. package/dist/commonjs/api/registryComponentVersions/options.d.ts +24 -0
  1337. package/dist/commonjs/api/registryComponentVersions/options.js +16 -0
  1338. package/dist/commonjs/api/registryComponentVersions/options.js.map +7 -0
  1339. package/dist/commonjs/api/registryDataContainers/index.d.ts +3 -0
  1340. package/dist/commonjs/api/registryDataContainers/index.js +34 -0
  1341. package/dist/commonjs/api/registryDataContainers/index.js.map +7 -0
  1342. package/dist/commonjs/api/registryDataContainers/operations.d.ts +23 -0
  1343. package/dist/commonjs/api/registryDataContainers/operations.js +209 -0
  1344. package/dist/commonjs/api/registryDataContainers/operations.js.map +7 -0
  1345. package/dist/commonjs/api/registryDataContainers/options.d.ts +23 -0
  1346. package/dist/commonjs/api/registryDataContainers/options.js +16 -0
  1347. package/dist/commonjs/api/registryDataContainers/options.js.map +7 -0
  1348. package/dist/commonjs/api/registryDataReferences/index.d.ts +3 -0
  1349. package/dist/commonjs/api/registryDataReferences/index.js +28 -0
  1350. package/dist/commonjs/api/registryDataReferences/index.js.map +7 -0
  1351. package/dist/commonjs/api/registryDataReferences/operations.d.ts +9 -0
  1352. package/dist/commonjs/api/registryDataReferences/operations.js +79 -0
  1353. package/dist/commonjs/api/registryDataReferences/operations.js.map +7 -0
  1354. package/dist/commonjs/api/registryDataReferences/options.d.ts +5 -0
  1355. package/dist/commonjs/api/registryDataReferences/options.js +16 -0
  1356. package/dist/commonjs/api/registryDataReferences/options.js.map +7 -0
  1357. package/dist/commonjs/api/registryDataVersions/index.d.ts +3 -0
  1358. package/dist/commonjs/api/registryDataVersions/index.js +36 -0
  1359. package/dist/commonjs/api/registryDataVersions/index.js.map +7 -0
  1360. package/dist/commonjs/api/registryDataVersions/operations.d.ts +27 -0
  1361. package/dist/commonjs/api/registryDataVersions/operations.js +267 -0
  1362. package/dist/commonjs/api/registryDataVersions/operations.js.map +7 -0
  1363. package/dist/commonjs/api/registryDataVersions/options.d.ts +35 -0
  1364. package/dist/commonjs/api/registryDataVersions/options.js +16 -0
  1365. package/dist/commonjs/api/registryDataVersions/options.js.map +7 -0
  1366. package/dist/commonjs/api/registryEnvironmentContainers/index.d.ts +3 -0
  1367. package/dist/commonjs/api/registryEnvironmentContainers/index.js +34 -0
  1368. package/dist/commonjs/api/registryEnvironmentContainers/index.js.map +7 -0
  1369. package/dist/commonjs/api/registryEnvironmentContainers/operations.d.ts +23 -0
  1370. package/dist/commonjs/api/registryEnvironmentContainers/operations.js +209 -0
  1371. package/dist/commonjs/api/registryEnvironmentContainers/operations.js.map +7 -0
  1372. package/dist/commonjs/api/registryEnvironmentContainers/options.d.ts +23 -0
  1373. package/dist/commonjs/api/registryEnvironmentContainers/options.js +16 -0
  1374. package/dist/commonjs/api/registryEnvironmentContainers/options.js.map +7 -0
  1375. package/dist/commonjs/api/registryEnvironmentVersions/index.d.ts +3 -0
  1376. package/dist/commonjs/api/registryEnvironmentVersions/index.js +34 -0
  1377. package/dist/commonjs/api/registryEnvironmentVersions/index.js.map +7 -0
  1378. package/dist/commonjs/api/registryEnvironmentVersions/operations.d.ts +23 -0
  1379. package/dist/commonjs/api/registryEnvironmentVersions/operations.js +230 -0
  1380. package/dist/commonjs/api/registryEnvironmentVersions/operations.js.map +7 -0
  1381. package/dist/commonjs/api/registryEnvironmentVersions/options.d.ts +27 -0
  1382. package/dist/commonjs/api/registryEnvironmentVersions/options.js +16 -0
  1383. package/dist/commonjs/api/registryEnvironmentVersions/options.js.map +7 -0
  1384. package/dist/commonjs/api/registryModelContainers/index.d.ts +3 -0
  1385. package/dist/commonjs/api/registryModelContainers/index.js +34 -0
  1386. package/dist/commonjs/api/registryModelContainers/index.js.map +7 -0
  1387. package/dist/commonjs/api/registryModelContainers/operations.d.ts +23 -0
  1388. package/dist/commonjs/api/registryModelContainers/operations.js +209 -0
  1389. package/dist/commonjs/api/registryModelContainers/operations.js.map +7 -0
  1390. package/dist/commonjs/api/registryModelContainers/options.d.ts +23 -0
  1391. package/dist/commonjs/api/registryModelContainers/options.js +16 -0
  1392. package/dist/commonjs/api/registryModelContainers/options.js.map +7 -0
  1393. package/dist/commonjs/api/registryModelVersions/index.d.ts +3 -0
  1394. package/dist/commonjs/api/registryModelVersions/index.js +36 -0
  1395. package/dist/commonjs/api/registryModelVersions/index.js.map +7 -0
  1396. package/dist/commonjs/api/registryModelVersions/operations.d.ts +27 -0
  1397. package/dist/commonjs/api/registryModelVersions/operations.js +289 -0
  1398. package/dist/commonjs/api/registryModelVersions/operations.js.map +7 -0
  1399. package/dist/commonjs/api/registryModelVersions/options.d.ts +38 -0
  1400. package/dist/commonjs/api/registryModelVersions/options.js +16 -0
  1401. package/dist/commonjs/api/registryModelVersions/options.js.map +7 -0
  1402. package/dist/commonjs/api/schedules/index.d.ts +3 -0
  1403. package/dist/commonjs/api/schedules/index.js +34 -0
  1404. package/dist/commonjs/api/schedules/index.js.map +7 -0
  1405. package/dist/commonjs/api/schedules/operations.d.ts +23 -0
  1406. package/dist/commonjs/api/schedules/operations.js +209 -0
  1407. package/dist/commonjs/api/schedules/operations.js.map +7 -0
  1408. package/dist/commonjs/api/schedules/options.d.ts +23 -0
  1409. package/dist/commonjs/api/schedules/options.js +16 -0
  1410. package/dist/commonjs/api/schedules/options.js.map +7 -0
  1411. package/dist/commonjs/api/serverlessEndpoints/index.d.ts +3 -0
  1412. package/dist/commonjs/api/serverlessEndpoints/index.js +40 -0
  1413. package/dist/commonjs/api/serverlessEndpoints/index.js.map +7 -0
  1414. package/dist/commonjs/api/serverlessEndpoints/operations.d.ts +35 -0
  1415. package/dist/commonjs/api/serverlessEndpoints/operations.js +342 -0
  1416. package/dist/commonjs/api/serverlessEndpoints/operations.js.map +7 -0
  1417. package/dist/commonjs/api/serverlessEndpoints/options.d.ts +33 -0
  1418. package/dist/commonjs/api/serverlessEndpoints/options.js +16 -0
  1419. package/dist/commonjs/api/serverlessEndpoints/options.js.map +7 -0
  1420. package/dist/commonjs/api/usages/index.d.ts +3 -0
  1421. package/dist/commonjs/api/usages/index.js +28 -0
  1422. package/dist/commonjs/api/usages/index.js.map +7 -0
  1423. package/dist/commonjs/api/usages/operations.d.ts +10 -0
  1424. package/dist/commonjs/api/usages/operations.js +76 -0
  1425. package/dist/commonjs/api/usages/operations.js.map +7 -0
  1426. package/dist/commonjs/api/usages/options.d.ts +5 -0
  1427. package/dist/commonjs/api/usages/options.js +16 -0
  1428. package/dist/commonjs/api/usages/options.js.map +7 -0
  1429. package/dist/commonjs/api/virtualMachineSizes/index.d.ts +3 -0
  1430. package/dist/commonjs/api/virtualMachineSizes/index.js +28 -0
  1431. package/dist/commonjs/api/virtualMachineSizes/index.js.map +7 -0
  1432. package/dist/commonjs/api/virtualMachineSizes/operations.d.ts +9 -0
  1433. package/dist/commonjs/api/virtualMachineSizes/operations.js +66 -0
  1434. package/dist/commonjs/api/virtualMachineSizes/operations.js.map +7 -0
  1435. package/dist/commonjs/api/virtualMachineSizes/options.d.ts +5 -0
  1436. package/dist/commonjs/api/virtualMachineSizes/options.js +16 -0
  1437. package/dist/commonjs/api/virtualMachineSizes/options.js.map +7 -0
  1438. package/dist/commonjs/api/workspaceConnections/index.d.ts +3 -0
  1439. package/dist/commonjs/api/workspaceConnections/index.js +40 -0
  1440. package/dist/commonjs/api/workspaceConnections/index.js.map +7 -0
  1441. package/dist/commonjs/api/workspaceConnections/operations.d.ts +35 -0
  1442. package/dist/commonjs/api/workspaceConnections/operations.js +352 -0
  1443. package/dist/commonjs/api/workspaceConnections/operations.js.map +7 -0
  1444. package/dist/commonjs/api/workspaceConnections/options.d.ts +38 -0
  1445. package/dist/commonjs/api/workspaceConnections/options.js +16 -0
  1446. package/dist/commonjs/api/workspaceConnections/options.js.map +7 -0
  1447. package/dist/commonjs/api/workspaceFeatures/index.d.ts +3 -0
  1448. package/dist/commonjs/api/workspaceFeatures/index.js +28 -0
  1449. package/dist/commonjs/api/workspaceFeatures/index.js.map +7 -0
  1450. package/dist/commonjs/api/workspaceFeatures/operations.d.ts +10 -0
  1451. package/dist/commonjs/api/workspaceFeatures/operations.js +77 -0
  1452. package/dist/commonjs/api/workspaceFeatures/operations.js.map +7 -0
  1453. package/dist/commonjs/api/workspaceFeatures/options.d.ts +5 -0
  1454. package/dist/commonjs/api/workspaceFeatures/options.js +16 -0
  1455. package/dist/commonjs/api/workspaceFeatures/options.js.map +7 -0
  1456. package/dist/commonjs/api/workspaces/index.d.ts +3 -0
  1457. package/dist/commonjs/api/workspaces/index.js +54 -0
  1458. package/dist/commonjs/api/workspaces/index.js.map +7 -0
  1459. package/dist/commonjs/api/workspaces/operations.d.ts +63 -0
  1460. package/dist/commonjs/api/workspaces/operations.js +647 -0
  1461. package/dist/commonjs/api/workspaces/operations.js.map +7 -0
  1462. package/dist/commonjs/api/workspaces/options.d.ts +71 -0
  1463. package/dist/commonjs/api/workspaces/options.js +16 -0
  1464. package/dist/commonjs/api/workspaces/options.js.map +7 -0
  1465. package/dist/commonjs/azureMachineLearningServicesManagementClient.d.ts +213 -0
  1466. package/dist/commonjs/azureMachineLearningServicesManagementClient.js +311 -0
  1467. package/dist/commonjs/azureMachineLearningServicesManagementClient.js.map +7 -0
  1468. package/dist/commonjs/classic/batchDeployments/index.d.ts +33 -0
  1469. package/dist/commonjs/classic/batchDeployments/index.js +129 -0
  1470. package/dist/commonjs/classic/batchDeployments/index.js.map +7 -0
  1471. package/dist/commonjs/classic/batchEndpoints/index.d.ts +35 -0
  1472. package/dist/commonjs/classic/batchEndpoints/index.js +82 -0
  1473. package/dist/commonjs/classic/batchEndpoints/index.js.map +7 -0
  1474. package/dist/commonjs/classic/capabilityHosts/index.d.ts +24 -0
  1475. package/dist/commonjs/classic/capabilityHosts/index.js +57 -0
  1476. package/dist/commonjs/classic/capabilityHosts/index.js.map +7 -0
  1477. package/dist/commonjs/classic/codeContainers/index.d.ts +17 -0
  1478. package/dist/commonjs/classic/codeContainers/index.js +41 -0
  1479. package/dist/commonjs/classic/codeContainers/index.js.map +7 -0
  1480. package/dist/commonjs/classic/codeVersions/index.d.ts +27 -0
  1481. package/dist/commonjs/classic/codeVersions/index.js +68 -0
  1482. package/dist/commonjs/classic/codeVersions/index.js.map +7 -0
  1483. package/dist/commonjs/classic/componentContainers/index.d.ts +17 -0
  1484. package/dist/commonjs/classic/componentContainers/index.js +41 -0
  1485. package/dist/commonjs/classic/componentContainers/index.js.map +7 -0
  1486. package/dist/commonjs/classic/componentVersions/index.d.ts +25 -0
  1487. package/dist/commonjs/classic/componentVersions/index.js +59 -0
  1488. package/dist/commonjs/classic/componentVersions/index.js.map +7 -0
  1489. package/dist/commonjs/classic/computeOperations/index.d.ts +69 -0
  1490. package/dist/commonjs/classic/computeOperations/index.js +186 -0
  1491. package/dist/commonjs/classic/computeOperations/index.js.map +7 -0
  1492. package/dist/commonjs/classic/connection/index.d.ts +31 -0
  1493. package/dist/commonjs/classic/connection/index.js +112 -0
  1494. package/dist/commonjs/classic/connection/index.js.map +7 -0
  1495. package/dist/commonjs/classic/connectionRaiBlocklist/index.d.ts +24 -0
  1496. package/dist/commonjs/classic/connectionRaiBlocklist/index.js +95 -0
  1497. package/dist/commonjs/classic/connectionRaiBlocklist/index.js.map +7 -0
  1498. package/dist/commonjs/classic/connectionRaiBlocklistItem/index.d.ts +36 -0
  1499. package/dist/commonjs/classic/connectionRaiBlocklistItem/index.js +182 -0
  1500. package/dist/commonjs/classic/connectionRaiBlocklistItem/index.js.map +7 -0
  1501. package/dist/commonjs/classic/connectionRaiBlocklistItems/index.d.ts +11 -0
  1502. package/dist/commonjs/classic/connectionRaiBlocklistItems/index.js +38 -0
  1503. package/dist/commonjs/classic/connectionRaiBlocklistItems/index.js.map +7 -0
  1504. package/dist/commonjs/classic/connectionRaiBlocklists/index.d.ts +11 -0
  1505. package/dist/commonjs/classic/connectionRaiBlocklists/index.js +38 -0
  1506. package/dist/commonjs/classic/connectionRaiBlocklists/index.js.map +7 -0
  1507. package/dist/commonjs/classic/connectionRaiPolicies/index.d.ts +11 -0
  1508. package/dist/commonjs/classic/connectionRaiPolicies/index.js +38 -0
  1509. package/dist/commonjs/classic/connectionRaiPolicies/index.js.map +7 -0
  1510. package/dist/commonjs/classic/connectionRaiPolicy/index.d.ts +24 -0
  1511. package/dist/commonjs/classic/connectionRaiPolicy/index.js +95 -0
  1512. package/dist/commonjs/classic/connectionRaiPolicy/index.js.map +7 -0
  1513. package/dist/commonjs/classic/dataContainers/index.d.ts +17 -0
  1514. package/dist/commonjs/classic/dataContainers/index.js +41 -0
  1515. package/dist/commonjs/classic/dataContainers/index.js.map +7 -0
  1516. package/dist/commonjs/classic/dataVersions/index.d.ts +25 -0
  1517. package/dist/commonjs/classic/dataVersions/index.js +59 -0
  1518. package/dist/commonjs/classic/dataVersions/index.js.map +7 -0
  1519. package/dist/commonjs/classic/datastores/index.d.ts +19 -0
  1520. package/dist/commonjs/classic/datastores/index.js +42 -0
  1521. package/dist/commonjs/classic/datastores/index.js.map +7 -0
  1522. package/dist/commonjs/classic/endpoint/index.d.ts +27 -0
  1523. package/dist/commonjs/classic/endpoint/index.js +66 -0
  1524. package/dist/commonjs/classic/endpoint/index.js.map +7 -0
  1525. package/dist/commonjs/classic/endpointDeployment/index.d.ts +29 -0
  1526. package/dist/commonjs/classic/endpointDeployment/index.js +97 -0
  1527. package/dist/commonjs/classic/endpointDeployment/index.js.map +7 -0
  1528. package/dist/commonjs/classic/environmentContainers/index.d.ts +17 -0
  1529. package/dist/commonjs/classic/environmentContainers/index.js +41 -0
  1530. package/dist/commonjs/classic/environmentContainers/index.js.map +7 -0
  1531. package/dist/commonjs/classic/environmentVersions/index.d.ts +25 -0
  1532. package/dist/commonjs/classic/environmentVersions/index.js +59 -0
  1533. package/dist/commonjs/classic/environmentVersions/index.js.map +7 -0
  1534. package/dist/commonjs/classic/features/index.d.ts +13 -0
  1535. package/dist/commonjs/classic/features/index.js +47 -0
  1536. package/dist/commonjs/classic/features/index.js.map +7 -0
  1537. package/dist/commonjs/classic/featuresetContainers/index.d.ts +27 -0
  1538. package/dist/commonjs/classic/featuresetContainers/index.js +58 -0
  1539. package/dist/commonjs/classic/featuresetContainers/index.js.map +7 -0
  1540. package/dist/commonjs/classic/featuresetVersions/index.d.ts +33 -0
  1541. package/dist/commonjs/classic/featuresetVersions/index.js +99 -0
  1542. package/dist/commonjs/classic/featuresetVersions/index.js.map +7 -0
  1543. package/dist/commonjs/classic/featurestoreEntityContainers/index.d.ts +27 -0
  1544. package/dist/commonjs/classic/featurestoreEntityContainers/index.js +58 -0
  1545. package/dist/commonjs/classic/featurestoreEntityContainers/index.js.map +7 -0
  1546. package/dist/commonjs/classic/featurestoreEntityVersions/index.d.ts +27 -0
  1547. package/dist/commonjs/classic/featurestoreEntityVersions/index.js +74 -0
  1548. package/dist/commonjs/classic/featurestoreEntityVersions/index.js.map +7 -0
  1549. package/dist/commonjs/classic/index.d.ts +68 -0
  1550. package/dist/commonjs/classic/index.js +16 -0
  1551. package/dist/commonjs/classic/index.js.map +7 -0
  1552. package/dist/commonjs/classic/inferenceEndpoints/index.d.ts +33 -0
  1553. package/dist/commonjs/classic/inferenceEndpoints/index.js +121 -0
  1554. package/dist/commonjs/classic/inferenceEndpoints/index.js.map +7 -0
  1555. package/dist/commonjs/classic/inferenceGroups/index.d.ts +47 -0
  1556. package/dist/commonjs/classic/inferenceGroups/index.js +159 -0
  1557. package/dist/commonjs/classic/inferenceGroups/index.js.map +7 -0
  1558. package/dist/commonjs/classic/inferencePools/index.d.ts +33 -0
  1559. package/dist/commonjs/classic/inferencePools/index.js +95 -0
  1560. package/dist/commonjs/classic/inferencePools/index.js.map +7 -0
  1561. package/dist/commonjs/classic/jobs/index.d.ts +32 -0
  1562. package/dist/commonjs/classic/jobs/index.js +59 -0
  1563. package/dist/commonjs/classic/jobs/index.js.map +7 -0
  1564. package/dist/commonjs/classic/managedNetworkProvisions/index.d.ts +16 -0
  1565. package/dist/commonjs/classic/managedNetworkProvisions/index.js +47 -0
  1566. package/dist/commonjs/classic/managedNetworkProvisions/index.js.map +7 -0
  1567. package/dist/commonjs/classic/managedNetworkSettings/index.d.ts +27 -0
  1568. package/dist/commonjs/classic/managedNetworkSettings/index.js +72 -0
  1569. package/dist/commonjs/classic/managedNetworkSettings/index.js.map +7 -0
  1570. package/dist/commonjs/classic/managedNetworkSettingsRule/index.d.ts +27 -0
  1571. package/dist/commonjs/classic/managedNetworkSettingsRule/index.js +72 -0
  1572. package/dist/commonjs/classic/managedNetworkSettingsRule/index.js.map +7 -0
  1573. package/dist/commonjs/classic/marketplaceSubscriptions/index.d.ts +27 -0
  1574. package/dist/commonjs/classic/marketplaceSubscriptions/index.js +58 -0
  1575. package/dist/commonjs/classic/marketplaceSubscriptions/index.js.map +7 -0
  1576. package/dist/commonjs/classic/modelContainers/index.d.ts +17 -0
  1577. package/dist/commonjs/classic/modelContainers/index.js +41 -0
  1578. package/dist/commonjs/classic/modelContainers/index.js.map +7 -0
  1579. package/dist/commonjs/classic/modelVersions/index.d.ts +25 -0
  1580. package/dist/commonjs/classic/modelVersions/index.js +59 -0
  1581. package/dist/commonjs/classic/modelVersions/index.js.map +7 -0
  1582. package/dist/commonjs/classic/onlineDeployments/index.d.ts +37 -0
  1583. package/dist/commonjs/classic/onlineDeployments/index.js +139 -0
  1584. package/dist/commonjs/classic/onlineDeployments/index.js.map +7 -0
  1585. package/dist/commonjs/classic/onlineEndpoints/index.d.ts +43 -0
  1586. package/dist/commonjs/classic/onlineEndpoints/index.js +106 -0
  1587. package/dist/commonjs/classic/onlineEndpoints/index.js.map +7 -0
  1588. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  1589. package/dist/commonjs/classic/operations/index.js +38 -0
  1590. package/dist/commonjs/classic/operations/index.js.map +7 -0
  1591. package/dist/commonjs/classic/outboundRule/index.d.ts +27 -0
  1592. package/dist/commonjs/classic/outboundRule/index.js +96 -0
  1593. package/dist/commonjs/classic/outboundRule/index.js.map +7 -0
  1594. package/dist/commonjs/classic/outboundRules/index.d.ts +13 -0
  1595. package/dist/commonjs/classic/outboundRules/index.js +41 -0
  1596. package/dist/commonjs/classic/outboundRules/index.js.map +7 -0
  1597. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +20 -0
  1598. package/dist/commonjs/classic/privateEndpointConnections/index.js +48 -0
  1599. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
  1600. package/dist/commonjs/classic/privateLinkResources/index.d.ts +17 -0
  1601. package/dist/commonjs/classic/privateLinkResources/index.js +38 -0
  1602. package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
  1603. package/dist/commonjs/classic/ptuQuota/index.d.ts +15 -0
  1604. package/dist/commonjs/classic/ptuQuota/index.js +40 -0
  1605. package/dist/commonjs/classic/ptuQuota/index.js.map +7 -0
  1606. package/dist/commonjs/classic/quotas/index.d.ts +13 -0
  1607. package/dist/commonjs/classic/quotas/index.js +39 -0
  1608. package/dist/commonjs/classic/quotas/index.js.map +7 -0
  1609. package/dist/commonjs/classic/raiPolicies/index.d.ts +11 -0
  1610. package/dist/commonjs/classic/raiPolicies/index.js +38 -0
  1611. package/dist/commonjs/classic/raiPolicies/index.js.map +7 -0
  1612. package/dist/commonjs/classic/raiPolicy/index.d.ts +24 -0
  1613. package/dist/commonjs/classic/raiPolicy/index.js +87 -0
  1614. package/dist/commonjs/classic/raiPolicy/index.js.map +7 -0
  1615. package/dist/commonjs/classic/registries/index.d.ts +37 -0
  1616. package/dist/commonjs/classic/registries/index.js +69 -0
  1617. package/dist/commonjs/classic/registries/index.js.map +7 -0
  1618. package/dist/commonjs/classic/registryCodeContainers/index.d.ts +27 -0
  1619. package/dist/commonjs/classic/registryCodeContainers/index.js +72 -0
  1620. package/dist/commonjs/classic/registryCodeContainers/index.js.map +7 -0
  1621. package/dist/commonjs/classic/registryCodeVersions/index.d.ts +29 -0
  1622. package/dist/commonjs/classic/registryCodeVersions/index.js +83 -0
  1623. package/dist/commonjs/classic/registryCodeVersions/index.js.map +7 -0
  1624. package/dist/commonjs/classic/registryComponentContainers/index.d.ts +27 -0
  1625. package/dist/commonjs/classic/registryComponentContainers/index.js +72 -0
  1626. package/dist/commonjs/classic/registryComponentContainers/index.js.map +7 -0
  1627. package/dist/commonjs/classic/registryComponentVersions/index.d.ts +27 -0
  1628. package/dist/commonjs/classic/registryComponentVersions/index.js +96 -0
  1629. package/dist/commonjs/classic/registryComponentVersions/index.js.map +7 -0
  1630. package/dist/commonjs/classic/registryDataContainers/index.d.ts +27 -0
  1631. package/dist/commonjs/classic/registryDataContainers/index.js +58 -0
  1632. package/dist/commonjs/classic/registryDataContainers/index.js.map +7 -0
  1633. package/dist/commonjs/classic/registryDataReferences/index.d.ts +10 -0
  1634. package/dist/commonjs/classic/registryDataReferences/index.js +38 -0
  1635. package/dist/commonjs/classic/registryDataReferences/index.js.map +7 -0
  1636. package/dist/commonjs/classic/registryDataVersions/index.d.ts +29 -0
  1637. package/dist/commonjs/classic/registryDataVersions/index.js +83 -0
  1638. package/dist/commonjs/classic/registryDataVersions/index.js.map +7 -0
  1639. package/dist/commonjs/classic/registryEnvironmentContainers/index.d.ts +27 -0
  1640. package/dist/commonjs/classic/registryEnvironmentContainers/index.js +72 -0
  1641. package/dist/commonjs/classic/registryEnvironmentContainers/index.js.map +7 -0
  1642. package/dist/commonjs/classic/registryEnvironmentVersions/index.d.ts +27 -0
  1643. package/dist/commonjs/classic/registryEnvironmentVersions/index.js +96 -0
  1644. package/dist/commonjs/classic/registryEnvironmentVersions/index.js.map +7 -0
  1645. package/dist/commonjs/classic/registryModelContainers/index.d.ts +27 -0
  1646. package/dist/commonjs/classic/registryModelContainers/index.js +72 -0
  1647. package/dist/commonjs/classic/registryModelContainers/index.js.map +7 -0
  1648. package/dist/commonjs/classic/registryModelVersions/index.d.ts +29 -0
  1649. package/dist/commonjs/classic/registryModelVersions/index.js +83 -0
  1650. package/dist/commonjs/classic/registryModelVersions/index.js.map +7 -0
  1651. package/dist/commonjs/classic/schedules/index.d.ts +27 -0
  1652. package/dist/commonjs/classic/schedules/index.js +58 -0
  1653. package/dist/commonjs/classic/schedules/index.js.map +7 -0
  1654. package/dist/commonjs/classic/serverlessEndpoints/index.d.ts +41 -0
  1655. package/dist/commonjs/classic/serverlessEndpoints/index.js +77 -0
  1656. package/dist/commonjs/classic/serverlessEndpoints/index.js.map +7 -0
  1657. package/dist/commonjs/classic/usages/index.d.ts +11 -0
  1658. package/dist/commonjs/classic/usages/index.js +38 -0
  1659. package/dist/commonjs/classic/usages/index.js.map +7 -0
  1660. package/dist/commonjs/classic/virtualMachineSizes/index.d.ts +10 -0
  1661. package/dist/commonjs/classic/virtualMachineSizes/index.js +38 -0
  1662. package/dist/commonjs/classic/virtualMachineSizes/index.js.map +7 -0
  1663. package/dist/commonjs/classic/workspaceConnections/index.d.ts +29 -0
  1664. package/dist/commonjs/classic/workspaceConnections/index.js +65 -0
  1665. package/dist/commonjs/classic/workspaceConnections/index.js.map +7 -0
  1666. package/dist/commonjs/classic/workspaceFeatures/index.d.ts +11 -0
  1667. package/dist/commonjs/classic/workspaceFeatures/index.js +38 -0
  1668. package/dist/commonjs/classic/workspaceFeatures/index.js.map +7 -0
  1669. package/dist/commonjs/classic/workspaces/index.d.ts +63 -0
  1670. package/dist/commonjs/classic/workspaces/index.js +100 -0
  1671. package/dist/commonjs/classic/workspaces/index.js.map +7 -0
  1672. package/dist/commonjs/index.d.ts +83 -0
  1673. package/dist/commonjs/index.js +432 -0
  1674. package/dist/commonjs/index.js.map +7 -0
  1675. package/dist/commonjs/logger.d.ts +2 -0
  1676. package/dist/commonjs/logger.js +29 -0
  1677. package/dist/commonjs/logger.js.map +7 -0
  1678. package/dist/commonjs/models/index.d.ts +3 -0
  1679. package/dist/commonjs/models/index.js +418 -0
  1680. package/dist/commonjs/models/index.js.map +7 -0
  1681. package/dist/commonjs/models/models.d.ts +12322 -0
  1682. package/dist/commonjs/models/models.js +16889 -0
  1683. package/dist/commonjs/models/models.js.map +7 -0
  1684. package/dist/commonjs/package.json +3 -0
  1685. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  1686. package/dist/commonjs/restorePollerHelpers.js +421 -0
  1687. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  1688. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  1689. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
  1690. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  1691. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
  1692. package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
  1693. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  1694. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
  1695. package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
  1696. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  1697. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  1698. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
  1699. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  1700. package/dist/commonjs/static-helpers/serialization/serialize-record.d.ts +2 -0
  1701. package/dist/commonjs/static-helpers/serialization/serialize-record.js +42 -0
  1702. package/dist/commonjs/static-helpers/serialization/serialize-record.js.map +7 -0
  1703. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  1704. package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
  1705. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  1706. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  1707. package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
  1708. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  1709. package/dist/commonjs/tsdoc-metadata.json +11 -0
  1710. package/dist/esm/api/azureMachineLearningServicesManagementContext.d.ts +22 -0
  1711. package/dist/esm/api/azureMachineLearningServicesManagementContext.js +30 -0
  1712. package/dist/esm/api/azureMachineLearningServicesManagementContext.js.map +1 -0
  1713. package/dist/esm/api/batchDeployments/index.d.ts +3 -0
  1714. package/dist/esm/api/batchDeployments/index.js +4 -0
  1715. package/dist/esm/api/batchDeployments/index.js.map +1 -0
  1716. package/dist/esm/api/batchDeployments/operations.d.ts +27 -0
  1717. package/dist/esm/api/batchDeployments/operations.js +189 -0
  1718. package/dist/esm/api/batchDeployments/operations.js.map +1 -0
  1719. package/dist/esm/api/batchDeployments/options.d.ts +29 -0
  1720. package/dist/esm/api/batchDeployments/options.js +4 -0
  1721. package/dist/esm/api/batchDeployments/options.js.map +1 -0
  1722. package/dist/esm/api/batchEndpoints/index.d.ts +3 -0
  1723. package/dist/esm/api/batchEndpoints/index.js +4 -0
  1724. package/dist/esm/api/batchEndpoints/index.js.map +1 -0
  1725. package/dist/esm/api/batchEndpoints/operations.d.ts +31 -0
  1726. package/dist/esm/api/batchEndpoints/operations.js +214 -0
  1727. package/dist/esm/api/batchEndpoints/operations.js.map +1 -0
  1728. package/dist/esm/api/batchEndpoints/options.d.ts +30 -0
  1729. package/dist/esm/api/batchEndpoints/options.js +4 -0
  1730. package/dist/esm/api/batchEndpoints/options.js.map +1 -0
  1731. package/dist/esm/api/capabilityHosts/index.d.ts +3 -0
  1732. package/dist/esm/api/capabilityHosts/index.js +4 -0
  1733. package/dist/esm/api/capabilityHosts/index.js.map +1 -0
  1734. package/dist/esm/api/capabilityHosts/operations.d.ts +18 -0
  1735. package/dist/esm/api/capabilityHosts/operations.js +109 -0
  1736. package/dist/esm/api/capabilityHosts/operations.js.map +1 -0
  1737. package/dist/esm/api/capabilityHosts/options.d.ts +15 -0
  1738. package/dist/esm/api/capabilityHosts/options.js +4 -0
  1739. package/dist/esm/api/capabilityHosts/options.js.map +1 -0
  1740. package/dist/esm/api/codeContainers/index.d.ts +3 -0
  1741. package/dist/esm/api/codeContainers/index.js +4 -0
  1742. package/dist/esm/api/codeContainers/index.js.map +1 -0
  1743. package/dist/esm/api/codeContainers/operations.d.ts +22 -0
  1744. package/dist/esm/api/codeContainers/operations.js +133 -0
  1745. package/dist/esm/api/codeContainers/operations.js.map +1 -0
  1746. package/dist/esm/api/codeContainers/options.d.ts +16 -0
  1747. package/dist/esm/api/codeContainers/options.js +4 -0
  1748. package/dist/esm/api/codeContainers/options.js.map +1 -0
  1749. package/dist/esm/api/codeVersions/index.d.ts +3 -0
  1750. package/dist/esm/api/codeVersions/index.js +4 -0
  1751. package/dist/esm/api/codeVersions/index.js.map +1 -0
  1752. package/dist/esm/api/codeVersions/operations.d.ts +31 -0
  1753. package/dist/esm/api/codeVersions/operations.js +214 -0
  1754. package/dist/esm/api/codeVersions/operations.js.map +1 -0
  1755. package/dist/esm/api/codeVersions/options.d.ts +32 -0
  1756. package/dist/esm/api/codeVersions/options.js +4 -0
  1757. package/dist/esm/api/codeVersions/options.js.map +1 -0
  1758. package/dist/esm/api/componentContainers/index.d.ts +3 -0
  1759. package/dist/esm/api/componentContainers/index.js +4 -0
  1760. package/dist/esm/api/componentContainers/index.js.map +1 -0
  1761. package/dist/esm/api/componentContainers/operations.d.ts +22 -0
  1762. package/dist/esm/api/componentContainers/operations.js +134 -0
  1763. package/dist/esm/api/componentContainers/operations.js.map +1 -0
  1764. package/dist/esm/api/componentContainers/options.d.ts +19 -0
  1765. package/dist/esm/api/componentContainers/options.js +4 -0
  1766. package/dist/esm/api/componentContainers/options.js.map +1 -0
  1767. package/dist/esm/api/componentVersions/index.d.ts +3 -0
  1768. package/dist/esm/api/componentVersions/index.js +4 -0
  1769. package/dist/esm/api/componentVersions/index.js.map +1 -0
  1770. package/dist/esm/api/componentVersions/operations.d.ts +27 -0
  1771. package/dist/esm/api/componentVersions/operations.js +179 -0
  1772. package/dist/esm/api/componentVersions/operations.js.map +1 -0
  1773. package/dist/esm/api/componentVersions/options.d.ts +28 -0
  1774. package/dist/esm/api/componentVersions/options.js +4 -0
  1775. package/dist/esm/api/componentVersions/options.js.map +1 -0
  1776. package/dist/esm/api/computeOperations/index.d.ts +3 -0
  1777. package/dist/esm/api/computeOperations/index.js +4 -0
  1778. package/dist/esm/api/computeOperations/index.js.map +1 -0
  1779. package/dist/esm/api/computeOperations/operations.d.ts +67 -0
  1780. package/dist/esm/api/computeOperations/operations.js +511 -0
  1781. package/dist/esm/api/computeOperations/operations.js.map +1 -0
  1782. package/dist/esm/api/computeOperations/options.d.ts +63 -0
  1783. package/dist/esm/api/computeOperations/options.js +4 -0
  1784. package/dist/esm/api/computeOperations/options.js.map +1 -0
  1785. package/dist/esm/api/connection/index.d.ts +3 -0
  1786. package/dist/esm/api/connection/index.js +4 -0
  1787. package/dist/esm/api/connection/index.js.map +1 -0
  1788. package/dist/esm/api/connection/operations.d.ts +31 -0
  1789. package/dist/esm/api/connection/operations.js +215 -0
  1790. package/dist/esm/api/connection/operations.js.map +1 -0
  1791. package/dist/esm/api/connection/options.d.ts +32 -0
  1792. package/dist/esm/api/connection/options.js +4 -0
  1793. package/dist/esm/api/connection/options.js.map +1 -0
  1794. package/dist/esm/api/connectionRaiBlocklist/index.d.ts +3 -0
  1795. package/dist/esm/api/connectionRaiBlocklist/index.js +4 -0
  1796. package/dist/esm/api/connectionRaiBlocklist/index.js.map +1 -0
  1797. package/dist/esm/api/connectionRaiBlocklist/operations.d.ts +18 -0
  1798. package/dist/esm/api/connectionRaiBlocklist/operations.js +114 -0
  1799. package/dist/esm/api/connectionRaiBlocklist/operations.js.map +1 -0
  1800. package/dist/esm/api/connectionRaiBlocklist/options.d.ts +19 -0
  1801. package/dist/esm/api/connectionRaiBlocklist/options.js +4 -0
  1802. package/dist/esm/api/connectionRaiBlocklist/options.js.map +1 -0
  1803. package/dist/esm/api/connectionRaiBlocklistItem/index.d.ts +3 -0
  1804. package/dist/esm/api/connectionRaiBlocklistItem/index.js +4 -0
  1805. package/dist/esm/api/connectionRaiBlocklistItem/index.js.map +1 -0
  1806. package/dist/esm/api/connectionRaiBlocklistItem/operations.d.ts +26 -0
  1807. package/dist/esm/api/connectionRaiBlocklistItem/operations.js +196 -0
  1808. package/dist/esm/api/connectionRaiBlocklistItem/operations.js.map +1 -0
  1809. package/dist/esm/api/connectionRaiBlocklistItem/options.d.ts +29 -0
  1810. package/dist/esm/api/connectionRaiBlocklistItem/options.js +4 -0
  1811. package/dist/esm/api/connectionRaiBlocklistItem/options.js.map +1 -0
  1812. package/dist/esm/api/connectionRaiBlocklistItems/index.d.ts +3 -0
  1813. package/dist/esm/api/connectionRaiBlocklistItems/index.js +4 -0
  1814. package/dist/esm/api/connectionRaiBlocklistItems/index.js.map +1 -0
  1815. package/dist/esm/api/connectionRaiBlocklistItems/operations.d.ts +10 -0
  1816. package/dist/esm/api/connectionRaiBlocklistItems/operations.js +43 -0
  1817. package/dist/esm/api/connectionRaiBlocklistItems/operations.js.map +1 -0
  1818. package/dist/esm/api/connectionRaiBlocklistItems/options.d.ts +7 -0
  1819. package/dist/esm/api/connectionRaiBlocklistItems/options.js +4 -0
  1820. package/dist/esm/api/connectionRaiBlocklistItems/options.js.map +1 -0
  1821. package/dist/esm/api/connectionRaiBlocklists/index.d.ts +3 -0
  1822. package/dist/esm/api/connectionRaiBlocklists/index.js +4 -0
  1823. package/dist/esm/api/connectionRaiBlocklists/index.js.map +1 -0
  1824. package/dist/esm/api/connectionRaiBlocklists/operations.d.ts +10 -0
  1825. package/dist/esm/api/connectionRaiBlocklists/operations.js +42 -0
  1826. package/dist/esm/api/connectionRaiBlocklists/operations.js.map +1 -0
  1827. package/dist/esm/api/connectionRaiBlocklists/options.d.ts +7 -0
  1828. package/dist/esm/api/connectionRaiBlocklists/options.js +4 -0
  1829. package/dist/esm/api/connectionRaiBlocklists/options.js.map +1 -0
  1830. package/dist/esm/api/connectionRaiPolicies/index.d.ts +3 -0
  1831. package/dist/esm/api/connectionRaiPolicies/index.js +4 -0
  1832. package/dist/esm/api/connectionRaiPolicies/index.js.map +1 -0
  1833. package/dist/esm/api/connectionRaiPolicies/operations.d.ts +10 -0
  1834. package/dist/esm/api/connectionRaiPolicies/operations.js +42 -0
  1835. package/dist/esm/api/connectionRaiPolicies/operations.js.map +1 -0
  1836. package/dist/esm/api/connectionRaiPolicies/options.d.ts +7 -0
  1837. package/dist/esm/api/connectionRaiPolicies/options.js +4 -0
  1838. package/dist/esm/api/connectionRaiPolicies/options.js.map +1 -0
  1839. package/dist/esm/api/connectionRaiPolicy/index.d.ts +3 -0
  1840. package/dist/esm/api/connectionRaiPolicy/index.js +4 -0
  1841. package/dist/esm/api/connectionRaiPolicy/index.js.map +1 -0
  1842. package/dist/esm/api/connectionRaiPolicy/operations.d.ts +18 -0
  1843. package/dist/esm/api/connectionRaiPolicy/operations.js +114 -0
  1844. package/dist/esm/api/connectionRaiPolicy/operations.js.map +1 -0
  1845. package/dist/esm/api/connectionRaiPolicy/options.d.ts +19 -0
  1846. package/dist/esm/api/connectionRaiPolicy/options.js +4 -0
  1847. package/dist/esm/api/connectionRaiPolicy/options.js.map +1 -0
  1848. package/dist/esm/api/dataContainers/index.d.ts +3 -0
  1849. package/dist/esm/api/dataContainers/index.js +4 -0
  1850. package/dist/esm/api/dataContainers/index.js.map +1 -0
  1851. package/dist/esm/api/dataContainers/operations.d.ts +22 -0
  1852. package/dist/esm/api/dataContainers/operations.js +134 -0
  1853. package/dist/esm/api/dataContainers/operations.js.map +1 -0
  1854. package/dist/esm/api/dataContainers/options.d.ts +19 -0
  1855. package/dist/esm/api/dataContainers/options.js +4 -0
  1856. package/dist/esm/api/dataContainers/options.js.map +1 -0
  1857. package/dist/esm/api/dataVersions/index.d.ts +3 -0
  1858. package/dist/esm/api/dataVersions/index.js +4 -0
  1859. package/dist/esm/api/dataVersions/index.js.map +1 -0
  1860. package/dist/esm/api/dataVersions/operations.d.ts +27 -0
  1861. package/dist/esm/api/dataVersions/operations.js +180 -0
  1862. package/dist/esm/api/dataVersions/operations.js.map +1 -0
  1863. package/dist/esm/api/dataVersions/options.d.ts +33 -0
  1864. package/dist/esm/api/dataVersions/options.js +4 -0
  1865. package/dist/esm/api/dataVersions/options.js.map +1 -0
  1866. package/dist/esm/api/datastores/index.d.ts +3 -0
  1867. package/dist/esm/api/datastores/index.js +4 -0
  1868. package/dist/esm/api/datastores/index.js.map +1 -0
  1869. package/dist/esm/api/datastores/operations.d.ts +26 -0
  1870. package/dist/esm/api/datastores/operations.js +177 -0
  1871. package/dist/esm/api/datastores/operations.js.map +1 -0
  1872. package/dist/esm/api/datastores/options.d.ts +36 -0
  1873. package/dist/esm/api/datastores/options.js +4 -0
  1874. package/dist/esm/api/datastores/options.js.map +1 -0
  1875. package/dist/esm/api/endpoint/index.d.ts +3 -0
  1876. package/dist/esm/api/endpoint/index.js +4 -0
  1877. package/dist/esm/api/endpoint/index.js.map +1 -0
  1878. package/dist/esm/api/endpoint/operations.d.ts +31 -0
  1879. package/dist/esm/api/endpoint/operations.js +214 -0
  1880. package/dist/esm/api/endpoint/operations.js.map +1 -0
  1881. package/dist/esm/api/endpoint/options.d.ts +32 -0
  1882. package/dist/esm/api/endpoint/options.js +4 -0
  1883. package/dist/esm/api/endpoint/options.js.map +1 -0
  1884. package/dist/esm/api/endpointDeployment/index.d.ts +3 -0
  1885. package/dist/esm/api/endpointDeployment/index.js +4 -0
  1886. package/dist/esm/api/endpointDeployment/index.js.map +1 -0
  1887. package/dist/esm/api/endpointDeployment/operations.d.ts +27 -0
  1888. package/dist/esm/api/endpointDeployment/operations.js +183 -0
  1889. package/dist/esm/api/endpointDeployment/operations.js.map +1 -0
  1890. package/dist/esm/api/endpointDeployment/options.d.ts +28 -0
  1891. package/dist/esm/api/endpointDeployment/options.js +4 -0
  1892. package/dist/esm/api/endpointDeployment/options.js.map +1 -0
  1893. package/dist/esm/api/environmentContainers/index.d.ts +3 -0
  1894. package/dist/esm/api/environmentContainers/index.js +4 -0
  1895. package/dist/esm/api/environmentContainers/index.js.map +1 -0
  1896. package/dist/esm/api/environmentContainers/operations.d.ts +22 -0
  1897. package/dist/esm/api/environmentContainers/operations.js +134 -0
  1898. package/dist/esm/api/environmentContainers/operations.js.map +1 -0
  1899. package/dist/esm/api/environmentContainers/options.d.ts +19 -0
  1900. package/dist/esm/api/environmentContainers/options.js +4 -0
  1901. package/dist/esm/api/environmentContainers/options.js.map +1 -0
  1902. package/dist/esm/api/environmentVersions/index.d.ts +3 -0
  1903. package/dist/esm/api/environmentVersions/index.js +4 -0
  1904. package/dist/esm/api/environmentVersions/index.js.map +1 -0
  1905. package/dist/esm/api/environmentVersions/operations.d.ts +27 -0
  1906. package/dist/esm/api/environmentVersions/operations.js +179 -0
  1907. package/dist/esm/api/environmentVersions/operations.js.map +1 -0
  1908. package/dist/esm/api/environmentVersions/options.d.ts +28 -0
  1909. package/dist/esm/api/environmentVersions/options.js +4 -0
  1910. package/dist/esm/api/environmentVersions/options.js.map +1 -0
  1911. package/dist/esm/api/features/index.d.ts +3 -0
  1912. package/dist/esm/api/features/index.js +4 -0
  1913. package/dist/esm/api/features/index.js.map +1 -0
  1914. package/dist/esm/api/features/operations.d.ts +14 -0
  1915. package/dist/esm/api/features/operations.js +81 -0
  1916. package/dist/esm/api/features/operations.js.map +1 -0
  1917. package/dist/esm/api/features/options.d.ts +21 -0
  1918. package/dist/esm/api/features/options.js +4 -0
  1919. package/dist/esm/api/features/options.js.map +1 -0
  1920. package/dist/esm/api/featuresetContainers/index.d.ts +3 -0
  1921. package/dist/esm/api/featuresetContainers/index.js +4 -0
  1922. package/dist/esm/api/featuresetContainers/index.js.map +1 -0
  1923. package/dist/esm/api/featuresetContainers/operations.d.ts +23 -0
  1924. package/dist/esm/api/featuresetContainers/operations.js +150 -0
  1925. package/dist/esm/api/featuresetContainers/operations.js.map +1 -0
  1926. package/dist/esm/api/featuresetContainers/options.d.ts +33 -0
  1927. package/dist/esm/api/featuresetContainers/options.js +4 -0
  1928. package/dist/esm/api/featuresetContainers/options.js.map +1 -0
  1929. package/dist/esm/api/featuresetVersions/index.d.ts +3 -0
  1930. package/dist/esm/api/featuresetVersions/index.js +4 -0
  1931. package/dist/esm/api/featuresetVersions/index.js.map +1 -0
  1932. package/dist/esm/api/featuresetVersions/operations.d.ts +27 -0
  1933. package/dist/esm/api/featuresetVersions/operations.js +195 -0
  1934. package/dist/esm/api/featuresetVersions/operations.js.map +1 -0
  1935. package/dist/esm/api/featuresetVersions/options.d.ts +42 -0
  1936. package/dist/esm/api/featuresetVersions/options.js +4 -0
  1937. package/dist/esm/api/featuresetVersions/options.js.map +1 -0
  1938. package/dist/esm/api/featurestoreEntityContainers/index.d.ts +3 -0
  1939. package/dist/esm/api/featurestoreEntityContainers/index.js +4 -0
  1940. package/dist/esm/api/featurestoreEntityContainers/index.js.map +1 -0
  1941. package/dist/esm/api/featurestoreEntityContainers/operations.d.ts +23 -0
  1942. package/dist/esm/api/featurestoreEntityContainers/operations.js +150 -0
  1943. package/dist/esm/api/featurestoreEntityContainers/operations.js.map +1 -0
  1944. package/dist/esm/api/featurestoreEntityContainers/options.d.ts +33 -0
  1945. package/dist/esm/api/featurestoreEntityContainers/options.js +4 -0
  1946. package/dist/esm/api/featurestoreEntityContainers/options.js.map +1 -0
  1947. package/dist/esm/api/featurestoreEntityVersions/index.d.ts +3 -0
  1948. package/dist/esm/api/featurestoreEntityVersions/index.js +4 -0
  1949. package/dist/esm/api/featurestoreEntityVersions/index.js.map +1 -0
  1950. package/dist/esm/api/featurestoreEntityVersions/operations.d.ts +23 -0
  1951. package/dist/esm/api/featurestoreEntityVersions/operations.js +156 -0
  1952. package/dist/esm/api/featurestoreEntityVersions/operations.js.map +1 -0
  1953. package/dist/esm/api/featurestoreEntityVersions/options.d.ts +37 -0
  1954. package/dist/esm/api/featurestoreEntityVersions/options.js +4 -0
  1955. package/dist/esm/api/featurestoreEntityVersions/options.js.map +1 -0
  1956. package/dist/esm/api/index.d.ts +3 -0
  1957. package/dist/esm/api/index.js +4 -0
  1958. package/dist/esm/api/index.js.map +1 -0
  1959. package/dist/esm/api/inferenceEndpoints/index.d.ts +3 -0
  1960. package/dist/esm/api/inferenceEndpoints/index.js +4 -0
  1961. package/dist/esm/api/inferenceEndpoints/index.js.map +1 -0
  1962. package/dist/esm/api/inferenceEndpoints/operations.d.ts +27 -0
  1963. package/dist/esm/api/inferenceEndpoints/operations.js +191 -0
  1964. package/dist/esm/api/inferenceEndpoints/operations.js.map +1 -0
  1965. package/dist/esm/api/inferenceEndpoints/options.d.ts +34 -0
  1966. package/dist/esm/api/inferenceEndpoints/options.js +4 -0
  1967. package/dist/esm/api/inferenceEndpoints/options.js.map +1 -0
  1968. package/dist/esm/api/inferenceGroups/index.d.ts +3 -0
  1969. package/dist/esm/api/inferenceGroups/index.js +4 -0
  1970. package/dist/esm/api/inferenceGroups/index.js.map +1 -0
  1971. package/dist/esm/api/inferenceGroups/operations.d.ts +47 -0
  1972. package/dist/esm/api/inferenceGroups/operations.js +369 -0
  1973. package/dist/esm/api/inferenceGroups/operations.js.map +1 -0
  1974. package/dist/esm/api/inferenceGroups/options.d.ts +55 -0
  1975. package/dist/esm/api/inferenceGroups/options.js +4 -0
  1976. package/dist/esm/api/inferenceGroups/options.js.map +1 -0
  1977. package/dist/esm/api/inferencePools/index.d.ts +3 -0
  1978. package/dist/esm/api/inferencePools/index.js +4 -0
  1979. package/dist/esm/api/inferencePools/index.js.map +1 -0
  1980. package/dist/esm/api/inferencePools/operations.d.ts +27 -0
  1981. package/dist/esm/api/inferencePools/operations.js +186 -0
  1982. package/dist/esm/api/inferencePools/operations.js.map +1 -0
  1983. package/dist/esm/api/inferencePools/options.d.ts +34 -0
  1984. package/dist/esm/api/inferencePools/options.js +4 -0
  1985. package/dist/esm/api/inferencePools/options.js.map +1 -0
  1986. package/dist/esm/api/jobs/index.d.ts +3 -0
  1987. package/dist/esm/api/jobs/index.js +4 -0
  1988. package/dist/esm/api/jobs/index.js.map +1 -0
  1989. package/dist/esm/api/jobs/operations.d.ts +30 -0
  1990. package/dist/esm/api/jobs/operations.js +179 -0
  1991. package/dist/esm/api/jobs/operations.js.map +1 -0
  1992. package/dist/esm/api/jobs/options.d.ts +32 -0
  1993. package/dist/esm/api/jobs/options.js +4 -0
  1994. package/dist/esm/api/jobs/options.js.map +1 -0
  1995. package/dist/esm/api/managedNetworkProvisions/index.d.ts +3 -0
  1996. package/dist/esm/api/managedNetworkProvisions/index.js +4 -0
  1997. package/dist/esm/api/managedNetworkProvisions/index.js.map +1 -0
  1998. package/dist/esm/api/managedNetworkProvisions/operations.d.ts +10 -0
  1999. package/dist/esm/api/managedNetworkProvisions/operations.js +44 -0
  2000. package/dist/esm/api/managedNetworkProvisions/operations.js.map +1 -0
  2001. package/dist/esm/api/managedNetworkProvisions/options.d.ts +10 -0
  2002. package/dist/esm/api/managedNetworkProvisions/options.js +4 -0
  2003. package/dist/esm/api/managedNetworkProvisions/options.js.map +1 -0
  2004. package/dist/esm/api/managedNetworkSettings/index.d.ts +3 -0
  2005. package/dist/esm/api/managedNetworkSettings/index.js +4 -0
  2006. package/dist/esm/api/managedNetworkSettings/index.js.map +1 -0
  2007. package/dist/esm/api/managedNetworkSettings/operations.d.ts +23 -0
  2008. package/dist/esm/api/managedNetworkSettings/operations.js +150 -0
  2009. package/dist/esm/api/managedNetworkSettings/operations.js.map +1 -0
  2010. package/dist/esm/api/managedNetworkSettings/options.d.ts +21 -0
  2011. package/dist/esm/api/managedNetworkSettings/options.js +4 -0
  2012. package/dist/esm/api/managedNetworkSettings/options.js.map +1 -0
  2013. package/dist/esm/api/managedNetworkSettingsRule/index.d.ts +3 -0
  2014. package/dist/esm/api/managedNetworkSettingsRule/index.js +4 -0
  2015. package/dist/esm/api/managedNetworkSettingsRule/index.js.map +1 -0
  2016. package/dist/esm/api/managedNetworkSettingsRule/operations.d.ts +23 -0
  2017. package/dist/esm/api/managedNetworkSettingsRule/operations.js +143 -0
  2018. package/dist/esm/api/managedNetworkSettingsRule/operations.js.map +1 -0
  2019. package/dist/esm/api/managedNetworkSettingsRule/options.d.ts +18 -0
  2020. package/dist/esm/api/managedNetworkSettingsRule/options.js +4 -0
  2021. package/dist/esm/api/managedNetworkSettingsRule/options.js.map +1 -0
  2022. package/dist/esm/api/marketplaceSubscriptions/index.d.ts +3 -0
  2023. package/dist/esm/api/marketplaceSubscriptions/index.js +4 -0
  2024. package/dist/esm/api/marketplaceSubscriptions/index.js.map +1 -0
  2025. package/dist/esm/api/marketplaceSubscriptions/operations.d.ts +23 -0
  2026. package/dist/esm/api/marketplaceSubscriptions/operations.js +144 -0
  2027. package/dist/esm/api/marketplaceSubscriptions/operations.js.map +1 -0
  2028. package/dist/esm/api/marketplaceSubscriptions/options.d.ts +20 -0
  2029. package/dist/esm/api/marketplaceSubscriptions/options.js +4 -0
  2030. package/dist/esm/api/marketplaceSubscriptions/options.js.map +1 -0
  2031. package/dist/esm/api/modelContainers/index.d.ts +3 -0
  2032. package/dist/esm/api/modelContainers/index.js +4 -0
  2033. package/dist/esm/api/modelContainers/index.js.map +1 -0
  2034. package/dist/esm/api/modelContainers/operations.d.ts +22 -0
  2035. package/dist/esm/api/modelContainers/operations.js +135 -0
  2036. package/dist/esm/api/modelContainers/operations.js.map +1 -0
  2037. package/dist/esm/api/modelContainers/options.d.ts +21 -0
  2038. package/dist/esm/api/modelContainers/options.js +4 -0
  2039. package/dist/esm/api/modelContainers/options.js.map +1 -0
  2040. package/dist/esm/api/modelVersions/index.d.ts +3 -0
  2041. package/dist/esm/api/modelVersions/index.js +4 -0
  2042. package/dist/esm/api/modelVersions/index.js.map +1 -0
  2043. package/dist/esm/api/modelVersions/operations.d.ts +27 -0
  2044. package/dist/esm/api/modelVersions/operations.js +185 -0
  2045. package/dist/esm/api/modelVersions/operations.js.map +1 -0
  2046. package/dist/esm/api/modelVersions/options.d.ts +40 -0
  2047. package/dist/esm/api/modelVersions/options.js +4 -0
  2048. package/dist/esm/api/modelVersions/options.js.map +1 -0
  2049. package/dist/esm/api/onlineDeployments/index.d.ts +3 -0
  2050. package/dist/esm/api/onlineDeployments/index.js +4 -0
  2051. package/dist/esm/api/onlineDeployments/index.js.map +1 -0
  2052. package/dist/esm/api/onlineDeployments/operations.d.ts +35 -0
  2053. package/dist/esm/api/onlineDeployments/operations.js +260 -0
  2054. package/dist/esm/api/onlineDeployments/operations.js.map +1 -0
  2055. package/dist/esm/api/onlineDeployments/options.d.ts +39 -0
  2056. package/dist/esm/api/onlineDeployments/options.js +4 -0
  2057. package/dist/esm/api/onlineDeployments/options.js.map +1 -0
  2058. package/dist/esm/api/onlineEndpoints/index.d.ts +3 -0
  2059. package/dist/esm/api/onlineEndpoints/index.js +4 -0
  2060. package/dist/esm/api/onlineEndpoints/index.js.map +1 -0
  2061. package/dist/esm/api/onlineEndpoints/operations.d.ts +39 -0
  2062. package/dist/esm/api/onlineEndpoints/operations.js +287 -0
  2063. package/dist/esm/api/onlineEndpoints/operations.js.map +1 -0
  2064. package/dist/esm/api/onlineEndpoints/options.d.ts +49 -0
  2065. package/dist/esm/api/onlineEndpoints/options.js +4 -0
  2066. package/dist/esm/api/onlineEndpoints/options.js.map +1 -0
  2067. package/dist/esm/api/operations/index.d.ts +3 -0
  2068. package/dist/esm/api/operations/index.js +4 -0
  2069. package/dist/esm/api/operations/index.js.map +1 -0
  2070. package/dist/esm/api/operations/operations.d.ts +10 -0
  2071. package/dist/esm/api/operations/operations.js +37 -0
  2072. package/dist/esm/api/operations/operations.js.map +1 -0
  2073. package/dist/esm/api/operations/options.d.ts +5 -0
  2074. package/dist/esm/api/operations/options.js +4 -0
  2075. package/dist/esm/api/operations/options.js.map +1 -0
  2076. package/dist/esm/api/outboundRule/index.d.ts +3 -0
  2077. package/dist/esm/api/outboundRule/index.js +4 -0
  2078. package/dist/esm/api/outboundRule/index.js.map +1 -0
  2079. package/dist/esm/api/outboundRule/operations.d.ts +23 -0
  2080. package/dist/esm/api/outboundRule/operations.js +147 -0
  2081. package/dist/esm/api/outboundRule/operations.js.map +1 -0
  2082. package/dist/esm/api/outboundRule/options.d.ts +18 -0
  2083. package/dist/esm/api/outboundRule/options.js +4 -0
  2084. package/dist/esm/api/outboundRule/options.js.map +1 -0
  2085. package/dist/esm/api/outboundRules/index.d.ts +3 -0
  2086. package/dist/esm/api/outboundRules/index.js +4 -0
  2087. package/dist/esm/api/outboundRules/index.js.map +1 -0
  2088. package/dist/esm/api/outboundRules/operations.d.ts +10 -0
  2089. package/dist/esm/api/outboundRules/operations.js +51 -0
  2090. package/dist/esm/api/outboundRules/operations.js.map +1 -0
  2091. package/dist/esm/api/outboundRules/options.d.ts +7 -0
  2092. package/dist/esm/api/outboundRules/options.js +4 -0
  2093. package/dist/esm/api/outboundRules/options.js.map +1 -0
  2094. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  2095. package/dist/esm/api/privateEndpointConnections/index.js +4 -0
  2096. package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
  2097. package/dist/esm/api/privateEndpointConnections/operations.d.ts +25 -0
  2098. package/dist/esm/api/privateEndpointConnections/operations.js +135 -0
  2099. package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
  2100. package/dist/esm/api/privateEndpointConnections/options.d.ts +14 -0
  2101. package/dist/esm/api/privateEndpointConnections/options.js +4 -0
  2102. package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
  2103. package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
  2104. package/dist/esm/api/privateLinkResources/index.js +4 -0
  2105. package/dist/esm/api/privateLinkResources/index.js.map +1 -0
  2106. package/dist/esm/api/privateLinkResources/operations.d.ts +16 -0
  2107. package/dist/esm/api/privateLinkResources/operations.js +46 -0
  2108. package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
  2109. package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
  2110. package/dist/esm/api/privateLinkResources/options.js +4 -0
  2111. package/dist/esm/api/privateLinkResources/options.js.map +1 -0
  2112. package/dist/esm/api/ptuQuota/index.d.ts +3 -0
  2113. package/dist/esm/api/ptuQuota/index.js +4 -0
  2114. package/dist/esm/api/ptuQuota/index.js.map +1 -0
  2115. package/dist/esm/api/ptuQuota/operations.d.ts +18 -0
  2116. package/dist/esm/api/ptuQuota/operations.js +102 -0
  2117. package/dist/esm/api/ptuQuota/operations.js.map +1 -0
  2118. package/dist/esm/api/ptuQuota/options.d.ts +15 -0
  2119. package/dist/esm/api/ptuQuota/options.js +4 -0
  2120. package/dist/esm/api/ptuQuota/options.js.map +1 -0
  2121. package/dist/esm/api/quotas/index.d.ts +3 -0
  2122. package/dist/esm/api/quotas/index.js +4 -0
  2123. package/dist/esm/api/quotas/index.js.map +1 -0
  2124. package/dist/esm/api/quotas/operations.d.ts +14 -0
  2125. package/dist/esm/api/quotas/operations.js +70 -0
  2126. package/dist/esm/api/quotas/operations.js.map +1 -0
  2127. package/dist/esm/api/quotas/options.d.ts +8 -0
  2128. package/dist/esm/api/quotas/options.js +4 -0
  2129. package/dist/esm/api/quotas/options.js.map +1 -0
  2130. package/dist/esm/api/raiPolicies/index.d.ts +3 -0
  2131. package/dist/esm/api/raiPolicies/index.js +4 -0
  2132. package/dist/esm/api/raiPolicies/index.js.map +1 -0
  2133. package/dist/esm/api/raiPolicies/operations.d.ts +10 -0
  2134. package/dist/esm/api/raiPolicies/operations.js +42 -0
  2135. package/dist/esm/api/raiPolicies/operations.js.map +1 -0
  2136. package/dist/esm/api/raiPolicies/options.d.ts +7 -0
  2137. package/dist/esm/api/raiPolicies/options.js +4 -0
  2138. package/dist/esm/api/raiPolicies/options.js.map +1 -0
  2139. package/dist/esm/api/raiPolicy/index.d.ts +3 -0
  2140. package/dist/esm/api/raiPolicy/index.js +4 -0
  2141. package/dist/esm/api/raiPolicy/index.js.map +1 -0
  2142. package/dist/esm/api/raiPolicy/operations.d.ts +18 -0
  2143. package/dist/esm/api/raiPolicy/operations.js +114 -0
  2144. package/dist/esm/api/raiPolicy/operations.js.map +1 -0
  2145. package/dist/esm/api/raiPolicy/options.d.ts +19 -0
  2146. package/dist/esm/api/raiPolicy/options.js +4 -0
  2147. package/dist/esm/api/raiPolicy/options.js.map +1 -0
  2148. package/dist/esm/api/registries/index.d.ts +3 -0
  2149. package/dist/esm/api/registries/index.js +4 -0
  2150. package/dist/esm/api/registries/index.js.map +1 -0
  2151. package/dist/esm/api/registries/operations.d.ts +35 -0
  2152. package/dist/esm/api/registries/operations.js +239 -0
  2153. package/dist/esm/api/registries/operations.js.map +1 -0
  2154. package/dist/esm/api/registries/options.d.ts +29 -0
  2155. package/dist/esm/api/registries/options.js +4 -0
  2156. package/dist/esm/api/registries/options.js.map +1 -0
  2157. package/dist/esm/api/registryCodeContainers/index.d.ts +3 -0
  2158. package/dist/esm/api/registryCodeContainers/index.js +4 -0
  2159. package/dist/esm/api/registryCodeContainers/index.js.map +1 -0
  2160. package/dist/esm/api/registryCodeContainers/operations.d.ts +23 -0
  2161. package/dist/esm/api/registryCodeContainers/operations.js +144 -0
  2162. package/dist/esm/api/registryCodeContainers/operations.js.map +1 -0
  2163. package/dist/esm/api/registryCodeContainers/options.d.ts +20 -0
  2164. package/dist/esm/api/registryCodeContainers/options.js +4 -0
  2165. package/dist/esm/api/registryCodeContainers/options.js.map +1 -0
  2166. package/dist/esm/api/registryCodeVersions/index.d.ts +3 -0
  2167. package/dist/esm/api/registryCodeVersions/index.js +4 -0
  2168. package/dist/esm/api/registryCodeVersions/index.js.map +1 -0
  2169. package/dist/esm/api/registryCodeVersions/operations.d.ts +27 -0
  2170. package/dist/esm/api/registryCodeVersions/operations.js +184 -0
  2171. package/dist/esm/api/registryCodeVersions/operations.js.map +1 -0
  2172. package/dist/esm/api/registryCodeVersions/options.d.ts +27 -0
  2173. package/dist/esm/api/registryCodeVersions/options.js +4 -0
  2174. package/dist/esm/api/registryCodeVersions/options.js.map +1 -0
  2175. package/dist/esm/api/registryComponentContainers/index.d.ts +3 -0
  2176. package/dist/esm/api/registryComponentContainers/index.js +4 -0
  2177. package/dist/esm/api/registryComponentContainers/index.js.map +1 -0
  2178. package/dist/esm/api/registryComponentContainers/operations.d.ts +23 -0
  2179. package/dist/esm/api/registryComponentContainers/operations.js +144 -0
  2180. package/dist/esm/api/registryComponentContainers/operations.js.map +1 -0
  2181. package/dist/esm/api/registryComponentContainers/options.d.ts +20 -0
  2182. package/dist/esm/api/registryComponentContainers/options.js +4 -0
  2183. package/dist/esm/api/registryComponentContainers/options.js.map +1 -0
  2184. package/dist/esm/api/registryComponentVersions/index.d.ts +3 -0
  2185. package/dist/esm/api/registryComponentVersions/index.js +4 -0
  2186. package/dist/esm/api/registryComponentVersions/index.js.map +1 -0
  2187. package/dist/esm/api/registryComponentVersions/operations.d.ts +23 -0
  2188. package/dist/esm/api/registryComponentVersions/operations.js +150 -0
  2189. package/dist/esm/api/registryComponentVersions/operations.js.map +1 -0
  2190. package/dist/esm/api/registryComponentVersions/options.d.ts +24 -0
  2191. package/dist/esm/api/registryComponentVersions/options.js +4 -0
  2192. package/dist/esm/api/registryComponentVersions/options.js.map +1 -0
  2193. package/dist/esm/api/registryDataContainers/index.d.ts +3 -0
  2194. package/dist/esm/api/registryDataContainers/index.js +4 -0
  2195. package/dist/esm/api/registryDataContainers/index.js.map +1 -0
  2196. package/dist/esm/api/registryDataContainers/operations.d.ts +23 -0
  2197. package/dist/esm/api/registryDataContainers/operations.js +145 -0
  2198. package/dist/esm/api/registryDataContainers/operations.js.map +1 -0
  2199. package/dist/esm/api/registryDataContainers/options.d.ts +23 -0
  2200. package/dist/esm/api/registryDataContainers/options.js +4 -0
  2201. package/dist/esm/api/registryDataContainers/options.js.map +1 -0
  2202. package/dist/esm/api/registryDataReferences/index.d.ts +3 -0
  2203. package/dist/esm/api/registryDataReferences/index.js +4 -0
  2204. package/dist/esm/api/registryDataReferences/index.js.map +1 -0
  2205. package/dist/esm/api/registryDataReferences/operations.d.ts +9 -0
  2206. package/dist/esm/api/registryDataReferences/operations.js +40 -0
  2207. package/dist/esm/api/registryDataReferences/operations.js.map +1 -0
  2208. package/dist/esm/api/registryDataReferences/options.d.ts +5 -0
  2209. package/dist/esm/api/registryDataReferences/options.js +4 -0
  2210. package/dist/esm/api/registryDataReferences/options.js.map +1 -0
  2211. package/dist/esm/api/registryDataVersions/index.d.ts +3 -0
  2212. package/dist/esm/api/registryDataVersions/index.js +4 -0
  2213. package/dist/esm/api/registryDataVersions/index.js.map +1 -0
  2214. package/dist/esm/api/registryDataVersions/operations.d.ts +27 -0
  2215. package/dist/esm/api/registryDataVersions/operations.js +186 -0
  2216. package/dist/esm/api/registryDataVersions/operations.js.map +1 -0
  2217. package/dist/esm/api/registryDataVersions/options.d.ts +35 -0
  2218. package/dist/esm/api/registryDataVersions/options.js +4 -0
  2219. package/dist/esm/api/registryDataVersions/options.js.map +1 -0
  2220. package/dist/esm/api/registryEnvironmentContainers/index.d.ts +3 -0
  2221. package/dist/esm/api/registryEnvironmentContainers/index.js +4 -0
  2222. package/dist/esm/api/registryEnvironmentContainers/index.js.map +1 -0
  2223. package/dist/esm/api/registryEnvironmentContainers/operations.d.ts +23 -0
  2224. package/dist/esm/api/registryEnvironmentContainers/operations.js +145 -0
  2225. package/dist/esm/api/registryEnvironmentContainers/operations.js.map +1 -0
  2226. package/dist/esm/api/registryEnvironmentContainers/options.d.ts +23 -0
  2227. package/dist/esm/api/registryEnvironmentContainers/options.js +4 -0
  2228. package/dist/esm/api/registryEnvironmentContainers/options.js.map +1 -0
  2229. package/dist/esm/api/registryEnvironmentVersions/index.d.ts +3 -0
  2230. package/dist/esm/api/registryEnvironmentVersions/index.js +4 -0
  2231. package/dist/esm/api/registryEnvironmentVersions/index.js.map +1 -0
  2232. package/dist/esm/api/registryEnvironmentVersions/operations.d.ts +23 -0
  2233. package/dist/esm/api/registryEnvironmentVersions/operations.js +151 -0
  2234. package/dist/esm/api/registryEnvironmentVersions/operations.js.map +1 -0
  2235. package/dist/esm/api/registryEnvironmentVersions/options.d.ts +27 -0
  2236. package/dist/esm/api/registryEnvironmentVersions/options.js +4 -0
  2237. package/dist/esm/api/registryEnvironmentVersions/options.js.map +1 -0
  2238. package/dist/esm/api/registryModelContainers/index.d.ts +3 -0
  2239. package/dist/esm/api/registryModelContainers/index.js +4 -0
  2240. package/dist/esm/api/registryModelContainers/index.js.map +1 -0
  2241. package/dist/esm/api/registryModelContainers/operations.d.ts +23 -0
  2242. package/dist/esm/api/registryModelContainers/operations.js +145 -0
  2243. package/dist/esm/api/registryModelContainers/operations.js.map +1 -0
  2244. package/dist/esm/api/registryModelContainers/options.d.ts +23 -0
  2245. package/dist/esm/api/registryModelContainers/options.js +4 -0
  2246. package/dist/esm/api/registryModelContainers/options.js.map +1 -0
  2247. package/dist/esm/api/registryModelVersions/index.d.ts +3 -0
  2248. package/dist/esm/api/registryModelVersions/index.js +4 -0
  2249. package/dist/esm/api/registryModelVersions/index.js.map +1 -0
  2250. package/dist/esm/api/registryModelVersions/operations.d.ts +27 -0
  2251. package/dist/esm/api/registryModelVersions/operations.js +193 -0
  2252. package/dist/esm/api/registryModelVersions/operations.js.map +1 -0
  2253. package/dist/esm/api/registryModelVersions/options.d.ts +38 -0
  2254. package/dist/esm/api/registryModelVersions/options.js +4 -0
  2255. package/dist/esm/api/registryModelVersions/options.js.map +1 -0
  2256. package/dist/esm/api/schedules/index.d.ts +3 -0
  2257. package/dist/esm/api/schedules/index.js +4 -0
  2258. package/dist/esm/api/schedules/index.js.map +1 -0
  2259. package/dist/esm/api/schedules/operations.d.ts +23 -0
  2260. package/dist/esm/api/schedules/operations.js +145 -0
  2261. package/dist/esm/api/schedules/operations.js.map +1 -0
  2262. package/dist/esm/api/schedules/options.d.ts +23 -0
  2263. package/dist/esm/api/schedules/options.js +4 -0
  2264. package/dist/esm/api/schedules/options.js.map +1 -0
  2265. package/dist/esm/api/serverlessEndpoints/index.d.ts +3 -0
  2266. package/dist/esm/api/serverlessEndpoints/index.js +4 -0
  2267. package/dist/esm/api/serverlessEndpoints/index.js.map +1 -0
  2268. package/dist/esm/api/serverlessEndpoints/operations.d.ts +35 -0
  2269. package/dist/esm/api/serverlessEndpoints/operations.js +251 -0
  2270. package/dist/esm/api/serverlessEndpoints/operations.js.map +1 -0
  2271. package/dist/esm/api/serverlessEndpoints/options.d.ts +33 -0
  2272. package/dist/esm/api/serverlessEndpoints/options.js +4 -0
  2273. package/dist/esm/api/serverlessEndpoints/options.js.map +1 -0
  2274. package/dist/esm/api/usages/index.d.ts +3 -0
  2275. package/dist/esm/api/usages/index.js +4 -0
  2276. package/dist/esm/api/usages/index.js.map +1 -0
  2277. package/dist/esm/api/usages/operations.d.ts +10 -0
  2278. package/dist/esm/api/usages/operations.js +39 -0
  2279. package/dist/esm/api/usages/operations.js.map +1 -0
  2280. package/dist/esm/api/usages/options.d.ts +5 -0
  2281. package/dist/esm/api/usages/options.js +4 -0
  2282. package/dist/esm/api/usages/options.js.map +1 -0
  2283. package/dist/esm/api/virtualMachineSizes/index.d.ts +3 -0
  2284. package/dist/esm/api/virtualMachineSizes/index.js +4 -0
  2285. package/dist/esm/api/virtualMachineSizes/index.js.map +1 -0
  2286. package/dist/esm/api/virtualMachineSizes/operations.d.ts +9 -0
  2287. package/dist/esm/api/virtualMachineSizes/operations.js +35 -0
  2288. package/dist/esm/api/virtualMachineSizes/operations.js.map +1 -0
  2289. package/dist/esm/api/virtualMachineSizes/options.d.ts +5 -0
  2290. package/dist/esm/api/virtualMachineSizes/options.js +4 -0
  2291. package/dist/esm/api/virtualMachineSizes/options.js.map +1 -0
  2292. package/dist/esm/api/workspaceConnections/index.d.ts +3 -0
  2293. package/dist/esm/api/workspaceConnections/index.js +4 -0
  2294. package/dist/esm/api/workspaceConnections/index.js.map +1 -0
  2295. package/dist/esm/api/workspaceConnections/operations.d.ts +35 -0
  2296. package/dist/esm/api/workspaceConnections/operations.js +243 -0
  2297. package/dist/esm/api/workspaceConnections/operations.js.map +1 -0
  2298. package/dist/esm/api/workspaceConnections/options.d.ts +38 -0
  2299. package/dist/esm/api/workspaceConnections/options.js +4 -0
  2300. package/dist/esm/api/workspaceConnections/options.js.map +1 -0
  2301. package/dist/esm/api/workspaceFeatures/index.d.ts +3 -0
  2302. package/dist/esm/api/workspaceFeatures/index.js +4 -0
  2303. package/dist/esm/api/workspaceFeatures/index.js.map +1 -0
  2304. package/dist/esm/api/workspaceFeatures/operations.d.ts +10 -0
  2305. package/dist/esm/api/workspaceFeatures/operations.js +40 -0
  2306. package/dist/esm/api/workspaceFeatures/operations.js.map +1 -0
  2307. package/dist/esm/api/workspaceFeatures/options.d.ts +5 -0
  2308. package/dist/esm/api/workspaceFeatures/options.js +4 -0
  2309. package/dist/esm/api/workspaceFeatures/options.js.map +1 -0
  2310. package/dist/esm/api/workspaces/index.d.ts +3 -0
  2311. package/dist/esm/api/workspaces/index.js +4 -0
  2312. package/dist/esm/api/workspaces/index.js.map +1 -0
  2313. package/dist/esm/api/workspaces/operations.d.ts +63 -0
  2314. package/dist/esm/api/workspaces/operations.js +472 -0
  2315. package/dist/esm/api/workspaces/operations.js.map +1 -0
  2316. package/dist/esm/api/workspaces/options.d.ts +71 -0
  2317. package/dist/esm/api/workspaces/options.js +4 -0
  2318. package/dist/esm/api/workspaces/options.js.map +1 -0
  2319. package/dist/esm/azureMachineLearningServicesManagementClient.d.ts +213 -0
  2320. package/dist/esm/azureMachineLearningServicesManagementClient.js +289 -0
  2321. package/dist/esm/azureMachineLearningServicesManagementClient.js.map +1 -0
  2322. package/dist/esm/classic/batchDeployments/index.d.ts +33 -0
  2323. package/dist/esm/classic/batchDeployments/index.js +43 -0
  2324. package/dist/esm/classic/batchDeployments/index.js.map +1 -0
  2325. package/dist/esm/classic/batchEndpoints/index.d.ts +35 -0
  2326. package/dist/esm/classic/batchEndpoints/index.js +44 -0
  2327. package/dist/esm/classic/batchEndpoints/index.js.map +1 -0
  2328. package/dist/esm/classic/capabilityHosts/index.d.ts +24 -0
  2329. package/dist/esm/classic/capabilityHosts/index.js +33 -0
  2330. package/dist/esm/classic/capabilityHosts/index.js.map +1 -0
  2331. package/dist/esm/classic/codeContainers/index.d.ts +17 -0
  2332. package/dist/esm/classic/codeContainers/index.js +17 -0
  2333. package/dist/esm/classic/codeContainers/index.js.map +1 -0
  2334. package/dist/esm/classic/codeVersions/index.d.ts +27 -0
  2335. package/dist/esm/classic/codeVersions/index.js +28 -0
  2336. package/dist/esm/classic/codeVersions/index.js.map +1 -0
  2337. package/dist/esm/classic/componentContainers/index.d.ts +17 -0
  2338. package/dist/esm/classic/componentContainers/index.js +17 -0
  2339. package/dist/esm/classic/componentContainers/index.js.map +1 -0
  2340. package/dist/esm/classic/componentVersions/index.d.ts +25 -0
  2341. package/dist/esm/classic/componentVersions/index.js +27 -0
  2342. package/dist/esm/classic/componentVersions/index.js.map +1 -0
  2343. package/dist/esm/classic/computeOperations/index.d.ts +69 -0
  2344. package/dist/esm/classic/computeOperations/index.js +85 -0
  2345. package/dist/esm/classic/computeOperations/index.js.map +1 -0
  2346. package/dist/esm/classic/connection/index.d.ts +31 -0
  2347. package/dist/esm/classic/connection/index.js +36 -0
  2348. package/dist/esm/classic/connection/index.js.map +1 -0
  2349. package/dist/esm/classic/connectionRaiBlocklist/index.d.ts +24 -0
  2350. package/dist/esm/classic/connectionRaiBlocklist/index.js +33 -0
  2351. package/dist/esm/classic/connectionRaiBlocklist/index.js.map +1 -0
  2352. package/dist/esm/classic/connectionRaiBlocklistItem/index.d.ts +36 -0
  2353. package/dist/esm/classic/connectionRaiBlocklistItem/index.js +51 -0
  2354. package/dist/esm/classic/connectionRaiBlocklistItem/index.js.map +1 -0
  2355. package/dist/esm/classic/connectionRaiBlocklistItems/index.d.ts +11 -0
  2356. package/dist/esm/classic/connectionRaiBlocklistItems/index.js +14 -0
  2357. package/dist/esm/classic/connectionRaiBlocklistItems/index.js.map +1 -0
  2358. package/dist/esm/classic/connectionRaiBlocklists/index.d.ts +11 -0
  2359. package/dist/esm/classic/connectionRaiBlocklists/index.js +14 -0
  2360. package/dist/esm/classic/connectionRaiBlocklists/index.js.map +1 -0
  2361. package/dist/esm/classic/connectionRaiPolicies/index.d.ts +11 -0
  2362. package/dist/esm/classic/connectionRaiPolicies/index.js +14 -0
  2363. package/dist/esm/classic/connectionRaiPolicies/index.js.map +1 -0
  2364. package/dist/esm/classic/connectionRaiPolicy/index.d.ts +24 -0
  2365. package/dist/esm/classic/connectionRaiPolicy/index.js +33 -0
  2366. package/dist/esm/classic/connectionRaiPolicy/index.js.map +1 -0
  2367. package/dist/esm/classic/dataContainers/index.d.ts +17 -0
  2368. package/dist/esm/classic/dataContainers/index.js +17 -0
  2369. package/dist/esm/classic/dataContainers/index.js.map +1 -0
  2370. package/dist/esm/classic/dataVersions/index.d.ts +25 -0
  2371. package/dist/esm/classic/dataVersions/index.js +27 -0
  2372. package/dist/esm/classic/dataVersions/index.js.map +1 -0
  2373. package/dist/esm/classic/datastores/index.d.ts +19 -0
  2374. package/dist/esm/classic/datastores/index.js +18 -0
  2375. package/dist/esm/classic/datastores/index.js.map +1 -0
  2376. package/dist/esm/classic/endpoint/index.d.ts +27 -0
  2377. package/dist/esm/classic/endpoint/index.js +28 -0
  2378. package/dist/esm/classic/endpoint/index.js.map +1 -0
  2379. package/dist/esm/classic/endpointDeployment/index.d.ts +29 -0
  2380. package/dist/esm/classic/endpointDeployment/index.js +35 -0
  2381. package/dist/esm/classic/endpointDeployment/index.js.map +1 -0
  2382. package/dist/esm/classic/environmentContainers/index.d.ts +17 -0
  2383. package/dist/esm/classic/environmentContainers/index.js +17 -0
  2384. package/dist/esm/classic/environmentContainers/index.js.map +1 -0
  2385. package/dist/esm/classic/environmentVersions/index.d.ts +25 -0
  2386. package/dist/esm/classic/environmentVersions/index.js +27 -0
  2387. package/dist/esm/classic/environmentVersions/index.js.map +1 -0
  2388. package/dist/esm/classic/features/index.d.ts +13 -0
  2389. package/dist/esm/classic/features/index.js +15 -0
  2390. package/dist/esm/classic/features/index.js.map +1 -0
  2391. package/dist/esm/classic/featuresetContainers/index.d.ts +27 -0
  2392. package/dist/esm/classic/featuresetContainers/index.js +34 -0
  2393. package/dist/esm/classic/featuresetContainers/index.js.map +1 -0
  2394. package/dist/esm/classic/featuresetVersions/index.d.ts +33 -0
  2395. package/dist/esm/classic/featuresetVersions/index.js +43 -0
  2396. package/dist/esm/classic/featuresetVersions/index.js.map +1 -0
  2397. package/dist/esm/classic/featurestoreEntityContainers/index.d.ts +27 -0
  2398. package/dist/esm/classic/featurestoreEntityContainers/index.js +34 -0
  2399. package/dist/esm/classic/featurestoreEntityContainers/index.js.map +1 -0
  2400. package/dist/esm/classic/featurestoreEntityVersions/index.d.ts +27 -0
  2401. package/dist/esm/classic/featurestoreEntityVersions/index.js +34 -0
  2402. package/dist/esm/classic/featurestoreEntityVersions/index.js.map +1 -0
  2403. package/dist/esm/classic/index.d.ts +68 -0
  2404. package/dist/esm/classic/index.js +4 -0
  2405. package/dist/esm/classic/index.js.map +1 -0
  2406. package/dist/esm/classic/inferenceEndpoints/index.d.ts +33 -0
  2407. package/dist/esm/classic/inferenceEndpoints/index.js +43 -0
  2408. package/dist/esm/classic/inferenceEndpoints/index.js.map +1 -0
  2409. package/dist/esm/classic/inferenceGroups/index.d.ts +47 -0
  2410. package/dist/esm/classic/inferenceGroups/index.js +56 -0
  2411. package/dist/esm/classic/inferenceGroups/index.js.map +1 -0
  2412. package/dist/esm/classic/inferencePools/index.d.ts +33 -0
  2413. package/dist/esm/classic/inferencePools/index.js +43 -0
  2414. package/dist/esm/classic/inferencePools/index.js.map +1 -0
  2415. package/dist/esm/classic/jobs/index.d.ts +32 -0
  2416. package/dist/esm/classic/jobs/index.js +35 -0
  2417. package/dist/esm/classic/jobs/index.js.map +1 -0
  2418. package/dist/esm/classic/managedNetworkProvisions/index.d.ts +16 -0
  2419. package/dist/esm/classic/managedNetworkProvisions/index.js +23 -0
  2420. package/dist/esm/classic/managedNetworkProvisions/index.js.map +1 -0
  2421. package/dist/esm/classic/managedNetworkSettings/index.d.ts +27 -0
  2422. package/dist/esm/classic/managedNetworkSettings/index.js +34 -0
  2423. package/dist/esm/classic/managedNetworkSettings/index.js.map +1 -0
  2424. package/dist/esm/classic/managedNetworkSettingsRule/index.d.ts +27 -0
  2425. package/dist/esm/classic/managedNetworkSettingsRule/index.js +34 -0
  2426. package/dist/esm/classic/managedNetworkSettingsRule/index.js.map +1 -0
  2427. package/dist/esm/classic/marketplaceSubscriptions/index.d.ts +27 -0
  2428. package/dist/esm/classic/marketplaceSubscriptions/index.js +34 -0
  2429. package/dist/esm/classic/marketplaceSubscriptions/index.js.map +1 -0
  2430. package/dist/esm/classic/modelContainers/index.d.ts +17 -0
  2431. package/dist/esm/classic/modelContainers/index.js +17 -0
  2432. package/dist/esm/classic/modelContainers/index.js.map +1 -0
  2433. package/dist/esm/classic/modelVersions/index.d.ts +25 -0
  2434. package/dist/esm/classic/modelVersions/index.js +27 -0
  2435. package/dist/esm/classic/modelVersions/index.js.map +1 -0
  2436. package/dist/esm/classic/onlineDeployments/index.d.ts +37 -0
  2437. package/dist/esm/classic/onlineDeployments/index.js +45 -0
  2438. package/dist/esm/classic/onlineDeployments/index.js.map +1 -0
  2439. package/dist/esm/classic/onlineEndpoints/index.d.ts +43 -0
  2440. package/dist/esm/classic/onlineEndpoints/index.js +54 -0
  2441. package/dist/esm/classic/onlineEndpoints/index.js.map +1 -0
  2442. package/dist/esm/classic/operations/index.d.ts +11 -0
  2443. package/dist/esm/classic/operations/index.js +14 -0
  2444. package/dist/esm/classic/operations/index.js.map +1 -0
  2445. package/dist/esm/classic/outboundRule/index.d.ts +27 -0
  2446. package/dist/esm/classic/outboundRule/index.js +34 -0
  2447. package/dist/esm/classic/outboundRule/index.js.map +1 -0
  2448. package/dist/esm/classic/outboundRules/index.d.ts +13 -0
  2449. package/dist/esm/classic/outboundRules/index.js +17 -0
  2450. package/dist/esm/classic/outboundRules/index.js.map +1 -0
  2451. package/dist/esm/classic/privateEndpointConnections/index.d.ts +20 -0
  2452. package/dist/esm/classic/privateEndpointConnections/index.js +17 -0
  2453. package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
  2454. package/dist/esm/classic/privateLinkResources/index.d.ts +17 -0
  2455. package/dist/esm/classic/privateLinkResources/index.js +14 -0
  2456. package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
  2457. package/dist/esm/classic/ptuQuota/index.d.ts +15 -0
  2458. package/dist/esm/classic/ptuQuota/index.js +16 -0
  2459. package/dist/esm/classic/ptuQuota/index.js.map +1 -0
  2460. package/dist/esm/classic/quotas/index.d.ts +13 -0
  2461. package/dist/esm/classic/quotas/index.js +15 -0
  2462. package/dist/esm/classic/quotas/index.js.map +1 -0
  2463. package/dist/esm/classic/raiPolicies/index.d.ts +11 -0
  2464. package/dist/esm/classic/raiPolicies/index.js +14 -0
  2465. package/dist/esm/classic/raiPolicies/index.js.map +1 -0
  2466. package/dist/esm/classic/raiPolicy/index.d.ts +24 -0
  2467. package/dist/esm/classic/raiPolicy/index.js +33 -0
  2468. package/dist/esm/classic/raiPolicy/index.js.map +1 -0
  2469. package/dist/esm/classic/registries/index.d.ts +37 -0
  2470. package/dist/esm/classic/registries/index.js +45 -0
  2471. package/dist/esm/classic/registries/index.js.map +1 -0
  2472. package/dist/esm/classic/registryCodeContainers/index.d.ts +27 -0
  2473. package/dist/esm/classic/registryCodeContainers/index.js +34 -0
  2474. package/dist/esm/classic/registryCodeContainers/index.js.map +1 -0
  2475. package/dist/esm/classic/registryCodeVersions/index.d.ts +29 -0
  2476. package/dist/esm/classic/registryCodeVersions/index.js +35 -0
  2477. package/dist/esm/classic/registryCodeVersions/index.js.map +1 -0
  2478. package/dist/esm/classic/registryComponentContainers/index.d.ts +27 -0
  2479. package/dist/esm/classic/registryComponentContainers/index.js +34 -0
  2480. package/dist/esm/classic/registryComponentContainers/index.js.map +1 -0
  2481. package/dist/esm/classic/registryComponentVersions/index.d.ts +27 -0
  2482. package/dist/esm/classic/registryComponentVersions/index.js +34 -0
  2483. package/dist/esm/classic/registryComponentVersions/index.js.map +1 -0
  2484. package/dist/esm/classic/registryDataContainers/index.d.ts +27 -0
  2485. package/dist/esm/classic/registryDataContainers/index.js +34 -0
  2486. package/dist/esm/classic/registryDataContainers/index.js.map +1 -0
  2487. package/dist/esm/classic/registryDataReferences/index.d.ts +10 -0
  2488. package/dist/esm/classic/registryDataReferences/index.js +14 -0
  2489. package/dist/esm/classic/registryDataReferences/index.js.map +1 -0
  2490. package/dist/esm/classic/registryDataVersions/index.d.ts +29 -0
  2491. package/dist/esm/classic/registryDataVersions/index.js +35 -0
  2492. package/dist/esm/classic/registryDataVersions/index.js.map +1 -0
  2493. package/dist/esm/classic/registryEnvironmentContainers/index.d.ts +27 -0
  2494. package/dist/esm/classic/registryEnvironmentContainers/index.js +34 -0
  2495. package/dist/esm/classic/registryEnvironmentContainers/index.js.map +1 -0
  2496. package/dist/esm/classic/registryEnvironmentVersions/index.d.ts +27 -0
  2497. package/dist/esm/classic/registryEnvironmentVersions/index.js +34 -0
  2498. package/dist/esm/classic/registryEnvironmentVersions/index.js.map +1 -0
  2499. package/dist/esm/classic/registryModelContainers/index.d.ts +27 -0
  2500. package/dist/esm/classic/registryModelContainers/index.js +34 -0
  2501. package/dist/esm/classic/registryModelContainers/index.js.map +1 -0
  2502. package/dist/esm/classic/registryModelVersions/index.d.ts +29 -0
  2503. package/dist/esm/classic/registryModelVersions/index.js +35 -0
  2504. package/dist/esm/classic/registryModelVersions/index.js.map +1 -0
  2505. package/dist/esm/classic/schedules/index.d.ts +27 -0
  2506. package/dist/esm/classic/schedules/index.js +34 -0
  2507. package/dist/esm/classic/schedules/index.js.map +1 -0
  2508. package/dist/esm/classic/serverlessEndpoints/index.d.ts +41 -0
  2509. package/dist/esm/classic/serverlessEndpoints/index.js +53 -0
  2510. package/dist/esm/classic/serverlessEndpoints/index.js.map +1 -0
  2511. package/dist/esm/classic/usages/index.d.ts +11 -0
  2512. package/dist/esm/classic/usages/index.js +14 -0
  2513. package/dist/esm/classic/usages/index.js.map +1 -0
  2514. package/dist/esm/classic/virtualMachineSizes/index.d.ts +10 -0
  2515. package/dist/esm/classic/virtualMachineSizes/index.js +14 -0
  2516. package/dist/esm/classic/virtualMachineSizes/index.js.map +1 -0
  2517. package/dist/esm/classic/workspaceConnections/index.d.ts +29 -0
  2518. package/dist/esm/classic/workspaceConnections/index.js +29 -0
  2519. package/dist/esm/classic/workspaceConnections/index.js.map +1 -0
  2520. package/dist/esm/classic/workspaceFeatures/index.d.ts +11 -0
  2521. package/dist/esm/classic/workspaceFeatures/index.js +14 -0
  2522. package/dist/esm/classic/workspaceFeatures/index.js.map +1 -0
  2523. package/dist/esm/classic/workspaces/index.d.ts +63 -0
  2524. package/dist/esm/classic/workspaces/index.js +76 -0
  2525. package/dist/esm/classic/workspaces/index.js.map +1 -0
  2526. package/dist/esm/index.d.ts +83 -0
  2527. package/dist/esm/index.js +9 -0
  2528. package/dist/esm/index.js.map +1 -0
  2529. package/dist/esm/logger.d.ts +2 -0
  2530. package/dist/esm/logger.js +5 -0
  2531. package/dist/esm/logger.js.map +1 -0
  2532. package/dist/esm/models/index.d.ts +3 -0
  2533. package/dist/esm/models/index.js +4 -0
  2534. package/dist/esm/models/index.js.map +1 -0
  2535. package/dist/esm/models/models.d.ts +12322 -0
  2536. package/dist/esm/models/models.js +16703 -0
  2537. package/dist/esm/models/models.js.map +1 -0
  2538. package/dist/esm/package.json +3 -0
  2539. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  2540. package/dist/esm/restorePollerHelpers.js +408 -0
  2541. package/dist/esm/restorePollerHelpers.js.map +1 -0
  2542. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  2543. package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
  2544. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
  2545. package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
  2546. package/dist/esm/static-helpers/pagingHelpers.js +143 -0
  2547. package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
  2548. package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
  2549. package/dist/esm/static-helpers/pollingHelpers.js +95 -0
  2550. package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
  2551. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  2552. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
  2553. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  2554. package/dist/esm/static-helpers/serialization/serialize-record.d.ts +2 -0
  2555. package/dist/esm/static-helpers/serialization/serialize-record.js +19 -0
  2556. package/dist/esm/static-helpers/serialization/serialize-record.js.map +1 -0
  2557. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  2558. package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
  2559. package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
  2560. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  2561. package/dist/esm/static-helpers/urlTemplate.js +200 -0
  2562. package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
  2563. package/package.json +1061 -86
  2564. package/CHANGELOG.md +0 -1057
  2565. package/dist/index.js +0 -37489
  2566. package/dist/index.js.map +0 -1
  2567. package/dist/index.min.js +0 -1
  2568. package/dist/index.min.js.map +0 -1
  2569. package/dist-esm/samples-dev/batchDeploymentsCreateOrUpdateSample.d.ts +0 -2
  2570. package/dist-esm/samples-dev/batchDeploymentsCreateOrUpdateSample.d.ts.map +0 -1
  2571. package/dist-esm/samples-dev/batchDeploymentsCreateOrUpdateSample.js +0 -80
  2572. package/dist-esm/samples-dev/batchDeploymentsCreateOrUpdateSample.js.map +0 -1
  2573. package/dist-esm/samples-dev/batchDeploymentsDeleteSample.d.ts +0 -2
  2574. package/dist-esm/samples-dev/batchDeploymentsDeleteSample.d.ts.map +0 -1
  2575. package/dist-esm/samples-dev/batchDeploymentsDeleteSample.js +0 -41
  2576. package/dist-esm/samples-dev/batchDeploymentsDeleteSample.js.map +0 -1
  2577. package/dist-esm/samples-dev/batchDeploymentsGetSample.d.ts +0 -2
  2578. package/dist-esm/samples-dev/batchDeploymentsGetSample.d.ts.map +0 -1
  2579. package/dist-esm/samples-dev/batchDeploymentsGetSample.js +0 -41
  2580. package/dist-esm/samples-dev/batchDeploymentsGetSample.js.map +0 -1
  2581. package/dist-esm/samples-dev/batchDeploymentsListSample.d.ts +0 -2
  2582. package/dist-esm/samples-dev/batchDeploymentsListSample.d.ts.map +0 -1
  2583. package/dist-esm/samples-dev/batchDeploymentsListSample.js +0 -59
  2584. package/dist-esm/samples-dev/batchDeploymentsListSample.js.map +0 -1
  2585. package/dist-esm/samples-dev/batchDeploymentsUpdateSample.d.ts +0 -2
  2586. package/dist-esm/samples-dev/batchDeploymentsUpdateSample.d.ts.map +0 -1
  2587. package/dist-esm/samples-dev/batchDeploymentsUpdateSample.js +0 -42
  2588. package/dist-esm/samples-dev/batchDeploymentsUpdateSample.js.map +0 -1
  2589. package/dist-esm/samples-dev/batchEndpointsCreateOrUpdateSample.d.ts +0 -2
  2590. package/dist-esm/samples-dev/batchEndpointsCreateOrUpdateSample.d.ts.map +0 -1
  2591. package/dist-esm/samples-dev/batchEndpointsCreateOrUpdateSample.js +0 -62
  2592. package/dist-esm/samples-dev/batchEndpointsCreateOrUpdateSample.js.map +0 -1
  2593. package/dist-esm/samples-dev/batchEndpointsDeleteSample.d.ts +0 -2
  2594. package/dist-esm/samples-dev/batchEndpointsDeleteSample.d.ts.map +0 -1
  2595. package/dist-esm/samples-dev/batchEndpointsDeleteSample.js +0 -40
  2596. package/dist-esm/samples-dev/batchEndpointsDeleteSample.js.map +0 -1
  2597. package/dist-esm/samples-dev/batchEndpointsGetSample.d.ts +0 -2
  2598. package/dist-esm/samples-dev/batchEndpointsGetSample.d.ts.map +0 -1
  2599. package/dist-esm/samples-dev/batchEndpointsGetSample.js +0 -40
  2600. package/dist-esm/samples-dev/batchEndpointsGetSample.js.map +0 -1
  2601. package/dist-esm/samples-dev/batchEndpointsListKeysSample.d.ts +0 -2
  2602. package/dist-esm/samples-dev/batchEndpointsListKeysSample.d.ts.map +0 -1
  2603. package/dist-esm/samples-dev/batchEndpointsListKeysSample.js +0 -40
  2604. package/dist-esm/samples-dev/batchEndpointsListKeysSample.js.map +0 -1
  2605. package/dist-esm/samples-dev/batchEndpointsListSample.d.ts +0 -2
  2606. package/dist-esm/samples-dev/batchEndpointsListSample.d.ts.map +0 -1
  2607. package/dist-esm/samples-dev/batchEndpointsListSample.js +0 -57
  2608. package/dist-esm/samples-dev/batchEndpointsListSample.js.map +0 -1
  2609. package/dist-esm/samples-dev/batchEndpointsUpdateSample.d.ts +0 -2
  2610. package/dist-esm/samples-dev/batchEndpointsUpdateSample.d.ts.map +0 -1
  2611. package/dist-esm/samples-dev/batchEndpointsUpdateSample.js +0 -47
  2612. package/dist-esm/samples-dev/batchEndpointsUpdateSample.js.map +0 -1
  2613. package/dist-esm/samples-dev/codeContainersCreateOrUpdateSample.d.ts +0 -2
  2614. package/dist-esm/samples-dev/codeContainersCreateOrUpdateSample.d.ts.map +0 -1
  2615. package/dist-esm/samples-dev/codeContainersCreateOrUpdateSample.js +0 -46
  2616. package/dist-esm/samples-dev/codeContainersCreateOrUpdateSample.js.map +0 -1
  2617. package/dist-esm/samples-dev/codeContainersDeleteSample.d.ts +0 -2
  2618. package/dist-esm/samples-dev/codeContainersDeleteSample.d.ts.map +0 -1
  2619. package/dist-esm/samples-dev/codeContainersDeleteSample.js +0 -40
  2620. package/dist-esm/samples-dev/codeContainersDeleteSample.js.map +0 -1
  2621. package/dist-esm/samples-dev/codeContainersGetSample.d.ts +0 -2
  2622. package/dist-esm/samples-dev/codeContainersGetSample.d.ts.map +0 -1
  2623. package/dist-esm/samples-dev/codeContainersGetSample.js +0 -40
  2624. package/dist-esm/samples-dev/codeContainersGetSample.js.map +0 -1
  2625. package/dist-esm/samples-dev/codeContainersListSample.d.ts +0 -2
  2626. package/dist-esm/samples-dev/codeContainersListSample.d.ts.map +0 -1
  2627. package/dist-esm/samples-dev/codeContainersListSample.js +0 -55
  2628. package/dist-esm/samples-dev/codeContainersListSample.js.map +0 -1
  2629. package/dist-esm/samples-dev/codeVersionsCreateOrGetStartPendingUploadSample.d.ts +0 -2
  2630. package/dist-esm/samples-dev/codeVersionsCreateOrGetStartPendingUploadSample.d.ts.map +0 -1
  2631. package/dist-esm/samples-dev/codeVersionsCreateOrGetStartPendingUploadSample.js +0 -45
  2632. package/dist-esm/samples-dev/codeVersionsCreateOrGetStartPendingUploadSample.js.map +0 -1
  2633. package/dist-esm/samples-dev/codeVersionsCreateOrUpdateSample.d.ts +0 -2
  2634. package/dist-esm/samples-dev/codeVersionsCreateOrUpdateSample.d.ts.map +0 -1
  2635. package/dist-esm/samples-dev/codeVersionsCreateOrUpdateSample.js +0 -50
  2636. package/dist-esm/samples-dev/codeVersionsCreateOrUpdateSample.js.map +0 -1
  2637. package/dist-esm/samples-dev/codeVersionsDeleteSample.d.ts +0 -2
  2638. package/dist-esm/samples-dev/codeVersionsDeleteSample.d.ts.map +0 -1
  2639. package/dist-esm/samples-dev/codeVersionsDeleteSample.js +0 -41
  2640. package/dist-esm/samples-dev/codeVersionsDeleteSample.js.map +0 -1
  2641. package/dist-esm/samples-dev/codeVersionsGetSample.d.ts +0 -2
  2642. package/dist-esm/samples-dev/codeVersionsGetSample.d.ts.map +0 -1
  2643. package/dist-esm/samples-dev/codeVersionsGetSample.js +0 -41
  2644. package/dist-esm/samples-dev/codeVersionsGetSample.js.map +0 -1
  2645. package/dist-esm/samples-dev/codeVersionsListSample.d.ts +0 -2
  2646. package/dist-esm/samples-dev/codeVersionsListSample.d.ts.map +0 -1
  2647. package/dist-esm/samples-dev/codeVersionsListSample.js +0 -59
  2648. package/dist-esm/samples-dev/codeVersionsListSample.js.map +0 -1
  2649. package/dist-esm/samples-dev/codeVersionsPublishSample.d.ts +0 -2
  2650. package/dist-esm/samples-dev/codeVersionsPublishSample.d.ts.map +0 -1
  2651. package/dist-esm/samples-dev/codeVersionsPublishSample.js +0 -46
  2652. package/dist-esm/samples-dev/codeVersionsPublishSample.js.map +0 -1
  2653. package/dist-esm/samples-dev/componentContainersCreateOrUpdateSample.d.ts +0 -2
  2654. package/dist-esm/samples-dev/componentContainersCreateOrUpdateSample.d.ts.map +0 -1
  2655. package/dist-esm/samples-dev/componentContainersCreateOrUpdateSample.js +0 -47
  2656. package/dist-esm/samples-dev/componentContainersCreateOrUpdateSample.js.map +0 -1
  2657. package/dist-esm/samples-dev/componentContainersDeleteSample.d.ts +0 -2
  2658. package/dist-esm/samples-dev/componentContainersDeleteSample.d.ts.map +0 -1
  2659. package/dist-esm/samples-dev/componentContainersDeleteSample.js +0 -40
  2660. package/dist-esm/samples-dev/componentContainersDeleteSample.js.map +0 -1
  2661. package/dist-esm/samples-dev/componentContainersGetSample.d.ts +0 -2
  2662. package/dist-esm/samples-dev/componentContainersGetSample.d.ts.map +0 -1
  2663. package/dist-esm/samples-dev/componentContainersGetSample.js +0 -40
  2664. package/dist-esm/samples-dev/componentContainersGetSample.js.map +0 -1
  2665. package/dist-esm/samples-dev/componentContainersListSample.d.ts +0 -2
  2666. package/dist-esm/samples-dev/componentContainersListSample.d.ts.map +0 -1
  2667. package/dist-esm/samples-dev/componentContainersListSample.js +0 -55
  2668. package/dist-esm/samples-dev/componentContainersListSample.js.map +0 -1
  2669. package/dist-esm/samples-dev/componentVersionsCreateOrUpdateSample.d.ts +0 -2
  2670. package/dist-esm/samples-dev/componentVersionsCreateOrUpdateSample.d.ts.map +0 -1
  2671. package/dist-esm/samples-dev/componentVersionsCreateOrUpdateSample.js +0 -50
  2672. package/dist-esm/samples-dev/componentVersionsCreateOrUpdateSample.js.map +0 -1
  2673. package/dist-esm/samples-dev/componentVersionsDeleteSample.d.ts +0 -2
  2674. package/dist-esm/samples-dev/componentVersionsDeleteSample.d.ts.map +0 -1
  2675. package/dist-esm/samples-dev/componentVersionsDeleteSample.js +0 -41
  2676. package/dist-esm/samples-dev/componentVersionsDeleteSample.js.map +0 -1
  2677. package/dist-esm/samples-dev/componentVersionsGetSample.d.ts +0 -2
  2678. package/dist-esm/samples-dev/componentVersionsGetSample.d.ts.map +0 -1
  2679. package/dist-esm/samples-dev/componentVersionsGetSample.js +0 -41
  2680. package/dist-esm/samples-dev/componentVersionsGetSample.js.map +0 -1
  2681. package/dist-esm/samples-dev/componentVersionsListSample.d.ts +0 -2
  2682. package/dist-esm/samples-dev/componentVersionsListSample.d.ts.map +0 -1
  2683. package/dist-esm/samples-dev/componentVersionsListSample.js +0 -59
  2684. package/dist-esm/samples-dev/componentVersionsListSample.js.map +0 -1
  2685. package/dist-esm/samples-dev/componentVersionsPublishSample.d.ts +0 -2
  2686. package/dist-esm/samples-dev/componentVersionsPublishSample.d.ts.map +0 -1
  2687. package/dist-esm/samples-dev/componentVersionsPublishSample.js +0 -46
  2688. package/dist-esm/samples-dev/componentVersionsPublishSample.js.map +0 -1
  2689. package/dist-esm/samples-dev/computeCreateOrUpdateSample.d.ts +0 -2
  2690. package/dist-esm/samples-dev/computeCreateOrUpdateSample.d.ts.map +0 -1
  2691. package/dist-esm/samples-dev/computeCreateOrUpdateSample.js +0 -361
  2692. package/dist-esm/samples-dev/computeCreateOrUpdateSample.js.map +0 -1
  2693. package/dist-esm/samples-dev/computeDeleteSample.d.ts +0 -2
  2694. package/dist-esm/samples-dev/computeDeleteSample.d.ts.map +0 -1
  2695. package/dist-esm/samples-dev/computeDeleteSample.js +0 -41
  2696. package/dist-esm/samples-dev/computeDeleteSample.js.map +0 -1
  2697. package/dist-esm/samples-dev/computeGetSample.d.ts +0 -2
  2698. package/dist-esm/samples-dev/computeGetSample.d.ts.map +0 -1
  2699. package/dist-esm/samples-dev/computeGetSample.js +0 -100
  2700. package/dist-esm/samples-dev/computeGetSample.js.map +0 -1
  2701. package/dist-esm/samples-dev/computeListKeysSample.d.ts +0 -2
  2702. package/dist-esm/samples-dev/computeListKeysSample.d.ts.map +0 -1
  2703. package/dist-esm/samples-dev/computeListKeysSample.js +0 -40
  2704. package/dist-esm/samples-dev/computeListKeysSample.js.map +0 -1
  2705. package/dist-esm/samples-dev/computeListNodesSample.d.ts +0 -2
  2706. package/dist-esm/samples-dev/computeListNodesSample.d.ts.map +0 -1
  2707. package/dist-esm/samples-dev/computeListNodesSample.js +0 -56
  2708. package/dist-esm/samples-dev/computeListNodesSample.js.map +0 -1
  2709. package/dist-esm/samples-dev/computeListSample.d.ts +0 -2
  2710. package/dist-esm/samples-dev/computeListSample.d.ts.map +0 -1
  2711. package/dist-esm/samples-dev/computeListSample.js +0 -55
  2712. package/dist-esm/samples-dev/computeListSample.js.map +0 -1
  2713. package/dist-esm/samples-dev/computeRestartSample.d.ts +0 -2
  2714. package/dist-esm/samples-dev/computeRestartSample.d.ts.map +0 -1
  2715. package/dist-esm/samples-dev/computeRestartSample.js +0 -40
  2716. package/dist-esm/samples-dev/computeRestartSample.js.map +0 -1
  2717. package/dist-esm/samples-dev/computeStartSample.d.ts +0 -2
  2718. package/dist-esm/samples-dev/computeStartSample.d.ts.map +0 -1
  2719. package/dist-esm/samples-dev/computeStartSample.js +0 -40
  2720. package/dist-esm/samples-dev/computeStartSample.js.map +0 -1
  2721. package/dist-esm/samples-dev/computeStopSample.d.ts +0 -2
  2722. package/dist-esm/samples-dev/computeStopSample.d.ts.map +0 -1
  2723. package/dist-esm/samples-dev/computeStopSample.js +0 -40
  2724. package/dist-esm/samples-dev/computeStopSample.js.map +0 -1
  2725. package/dist-esm/samples-dev/computeUpdateSample.d.ts +0 -2
  2726. package/dist-esm/samples-dev/computeUpdateSample.d.ts.map +0 -1
  2727. package/dist-esm/samples-dev/computeUpdateSample.js +0 -49
  2728. package/dist-esm/samples-dev/computeUpdateSample.js.map +0 -1
  2729. package/dist-esm/samples-dev/dataContainersCreateOrUpdateSample.d.ts +0 -2
  2730. package/dist-esm/samples-dev/dataContainersCreateOrUpdateSample.d.ts.map +0 -1
  2731. package/dist-esm/samples-dev/dataContainersCreateOrUpdateSample.js +0 -48
  2732. package/dist-esm/samples-dev/dataContainersCreateOrUpdateSample.js.map +0 -1
  2733. package/dist-esm/samples-dev/dataContainersDeleteSample.d.ts +0 -2
  2734. package/dist-esm/samples-dev/dataContainersDeleteSample.d.ts.map +0 -1
  2735. package/dist-esm/samples-dev/dataContainersDeleteSample.js +0 -40
  2736. package/dist-esm/samples-dev/dataContainersDeleteSample.js.map +0 -1
  2737. package/dist-esm/samples-dev/dataContainersGetSample.d.ts +0 -2
  2738. package/dist-esm/samples-dev/dataContainersGetSample.d.ts.map +0 -1
  2739. package/dist-esm/samples-dev/dataContainersGetSample.js +0 -40
  2740. package/dist-esm/samples-dev/dataContainersGetSample.js.map +0 -1
  2741. package/dist-esm/samples-dev/dataContainersListSample.d.ts +0 -2
  2742. package/dist-esm/samples-dev/dataContainersListSample.d.ts.map +0 -1
  2743. package/dist-esm/samples-dev/dataContainersListSample.js +0 -55
  2744. package/dist-esm/samples-dev/dataContainersListSample.js.map +0 -1
  2745. package/dist-esm/samples-dev/dataVersionsCreateOrUpdateSample.d.ts +0 -2
  2746. package/dist-esm/samples-dev/dataVersionsCreateOrUpdateSample.d.ts.map +0 -1
  2747. package/dist-esm/samples-dev/dataVersionsCreateOrUpdateSample.js +0 -51
  2748. package/dist-esm/samples-dev/dataVersionsCreateOrUpdateSample.js.map +0 -1
  2749. package/dist-esm/samples-dev/dataVersionsDeleteSample.d.ts +0 -2
  2750. package/dist-esm/samples-dev/dataVersionsDeleteSample.d.ts.map +0 -1
  2751. package/dist-esm/samples-dev/dataVersionsDeleteSample.js +0 -41
  2752. package/dist-esm/samples-dev/dataVersionsDeleteSample.js.map +0 -1
  2753. package/dist-esm/samples-dev/dataVersionsGetSample.d.ts +0 -2
  2754. package/dist-esm/samples-dev/dataVersionsGetSample.d.ts.map +0 -1
  2755. package/dist-esm/samples-dev/dataVersionsGetSample.js +0 -41
  2756. package/dist-esm/samples-dev/dataVersionsGetSample.js.map +0 -1
  2757. package/dist-esm/samples-dev/dataVersionsListSample.d.ts +0 -2
  2758. package/dist-esm/samples-dev/dataVersionsListSample.d.ts.map +0 -1
  2759. package/dist-esm/samples-dev/dataVersionsListSample.js +0 -60
  2760. package/dist-esm/samples-dev/dataVersionsListSample.js.map +0 -1
  2761. package/dist-esm/samples-dev/dataVersionsPublishSample.d.ts +0 -2
  2762. package/dist-esm/samples-dev/dataVersionsPublishSample.d.ts.map +0 -1
  2763. package/dist-esm/samples-dev/dataVersionsPublishSample.js +0 -46
  2764. package/dist-esm/samples-dev/dataVersionsPublishSample.js.map +0 -1
  2765. package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.d.ts +0 -2
  2766. package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.d.ts.map +0 -1
  2767. package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.js +0 -177
  2768. package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.js.map +0 -1
  2769. package/dist-esm/samples-dev/datastoresDeleteSample.d.ts +0 -2
  2770. package/dist-esm/samples-dev/datastoresDeleteSample.d.ts.map +0 -1
  2771. package/dist-esm/samples-dev/datastoresDeleteSample.js +0 -40
  2772. package/dist-esm/samples-dev/datastoresDeleteSample.js.map +0 -1
  2773. package/dist-esm/samples-dev/datastoresGetSample.d.ts +0 -2
  2774. package/dist-esm/samples-dev/datastoresGetSample.d.ts.map +0 -1
  2775. package/dist-esm/samples-dev/datastoresGetSample.js +0 -40
  2776. package/dist-esm/samples-dev/datastoresGetSample.js.map +0 -1
  2777. package/dist-esm/samples-dev/datastoresListSample.d.ts +0 -2
  2778. package/dist-esm/samples-dev/datastoresListSample.d.ts.map +0 -1
  2779. package/dist-esm/samples-dev/datastoresListSample.js +0 -69
  2780. package/dist-esm/samples-dev/datastoresListSample.js.map +0 -1
  2781. package/dist-esm/samples-dev/datastoresListSecretsSample.d.ts +0 -2
  2782. package/dist-esm/samples-dev/datastoresListSecretsSample.d.ts.map +0 -1
  2783. package/dist-esm/samples-dev/datastoresListSecretsSample.js +0 -40
  2784. package/dist-esm/samples-dev/datastoresListSecretsSample.js.map +0 -1
  2785. package/dist-esm/samples-dev/environmentContainersCreateOrUpdateSample.d.ts +0 -2
  2786. package/dist-esm/samples-dev/environmentContainersCreateOrUpdateSample.d.ts.map +0 -1
  2787. package/dist-esm/samples-dev/environmentContainersCreateOrUpdateSample.js +0 -55
  2788. package/dist-esm/samples-dev/environmentContainersCreateOrUpdateSample.js.map +0 -1
  2789. package/dist-esm/samples-dev/environmentContainersDeleteSample.d.ts +0 -2
  2790. package/dist-esm/samples-dev/environmentContainersDeleteSample.d.ts.map +0 -1
  2791. package/dist-esm/samples-dev/environmentContainersDeleteSample.js +0 -40
  2792. package/dist-esm/samples-dev/environmentContainersDeleteSample.js.map +0 -1
  2793. package/dist-esm/samples-dev/environmentContainersGetSample.d.ts +0 -2
  2794. package/dist-esm/samples-dev/environmentContainersGetSample.d.ts.map +0 -1
  2795. package/dist-esm/samples-dev/environmentContainersGetSample.js +0 -40
  2796. package/dist-esm/samples-dev/environmentContainersGetSample.js.map +0 -1
  2797. package/dist-esm/samples-dev/environmentContainersListSample.d.ts +0 -2
  2798. package/dist-esm/samples-dev/environmentContainersListSample.d.ts.map +0 -1
  2799. package/dist-esm/samples-dev/environmentContainersListSample.js +0 -55
  2800. package/dist-esm/samples-dev/environmentContainersListSample.js.map +0 -1
  2801. package/dist-esm/samples-dev/environmentVersionsCreateOrUpdateSample.d.ts +0 -2
  2802. package/dist-esm/samples-dev/environmentVersionsCreateOrUpdateSample.d.ts.map +0 -1
  2803. package/dist-esm/samples-dev/environmentVersionsCreateOrUpdateSample.js +0 -60
  2804. package/dist-esm/samples-dev/environmentVersionsCreateOrUpdateSample.js.map +0 -1
  2805. package/dist-esm/samples-dev/environmentVersionsDeleteSample.d.ts +0 -2
  2806. package/dist-esm/samples-dev/environmentVersionsDeleteSample.d.ts.map +0 -1
  2807. package/dist-esm/samples-dev/environmentVersionsDeleteSample.js +0 -41
  2808. package/dist-esm/samples-dev/environmentVersionsDeleteSample.js.map +0 -1
  2809. package/dist-esm/samples-dev/environmentVersionsGetSample.d.ts +0 -2
  2810. package/dist-esm/samples-dev/environmentVersionsGetSample.d.ts.map +0 -1
  2811. package/dist-esm/samples-dev/environmentVersionsGetSample.js +0 -41
  2812. package/dist-esm/samples-dev/environmentVersionsGetSample.js.map +0 -1
  2813. package/dist-esm/samples-dev/environmentVersionsListSample.d.ts +0 -2
  2814. package/dist-esm/samples-dev/environmentVersionsListSample.d.ts.map +0 -1
  2815. package/dist-esm/samples-dev/environmentVersionsListSample.js +0 -59
  2816. package/dist-esm/samples-dev/environmentVersionsListSample.js.map +0 -1
  2817. package/dist-esm/samples-dev/environmentVersionsPublishSample.d.ts +0 -2
  2818. package/dist-esm/samples-dev/environmentVersionsPublishSample.d.ts.map +0 -1
  2819. package/dist-esm/samples-dev/environmentVersionsPublishSample.js +0 -46
  2820. package/dist-esm/samples-dev/environmentVersionsPublishSample.js.map +0 -1
  2821. package/dist-esm/samples-dev/featuresGetSample.d.ts +0 -2
  2822. package/dist-esm/samples-dev/featuresGetSample.d.ts.map +0 -1
  2823. package/dist-esm/samples-dev/featuresGetSample.js +0 -42
  2824. package/dist-esm/samples-dev/featuresGetSample.js.map +0 -1
  2825. package/dist-esm/samples-dev/featuresListSample.d.ts +0 -2
  2826. package/dist-esm/samples-dev/featuresListSample.d.ts.map +0 -1
  2827. package/dist-esm/samples-dev/featuresListSample.js +0 -65
  2828. package/dist-esm/samples-dev/featuresListSample.js.map +0 -1
  2829. package/dist-esm/samples-dev/featuresetContainersCreateOrUpdateSample.d.ts +0 -2
  2830. package/dist-esm/samples-dev/featuresetContainersCreateOrUpdateSample.d.ts.map +0 -1
  2831. package/dist-esm/samples-dev/featuresetContainersCreateOrUpdateSample.js +0 -48
  2832. package/dist-esm/samples-dev/featuresetContainersCreateOrUpdateSample.js.map +0 -1
  2833. package/dist-esm/samples-dev/featuresetContainersDeleteSample.d.ts +0 -2
  2834. package/dist-esm/samples-dev/featuresetContainersDeleteSample.d.ts.map +0 -1
  2835. package/dist-esm/samples-dev/featuresetContainersDeleteSample.js +0 -40
  2836. package/dist-esm/samples-dev/featuresetContainersDeleteSample.js.map +0 -1
  2837. package/dist-esm/samples-dev/featuresetContainersGetEntitySample.d.ts +0 -2
  2838. package/dist-esm/samples-dev/featuresetContainersGetEntitySample.d.ts.map +0 -1
  2839. package/dist-esm/samples-dev/featuresetContainersGetEntitySample.js +0 -40
  2840. package/dist-esm/samples-dev/featuresetContainersGetEntitySample.js.map +0 -1
  2841. package/dist-esm/samples-dev/featuresetContainersListSample.d.ts +0 -2
  2842. package/dist-esm/samples-dev/featuresetContainersListSample.d.ts.map +0 -1
  2843. package/dist-esm/samples-dev/featuresetContainersListSample.js +0 -61
  2844. package/dist-esm/samples-dev/featuresetContainersListSample.js.map +0 -1
  2845. package/dist-esm/samples-dev/featuresetVersionsBackfillSample.d.ts +0 -2
  2846. package/dist-esm/samples-dev/featuresetVersionsBackfillSample.d.ts.map +0 -1
  2847. package/dist-esm/samples-dev/featuresetVersionsBackfillSample.js +0 -54
  2848. package/dist-esm/samples-dev/featuresetVersionsBackfillSample.js.map +0 -1
  2849. package/dist-esm/samples-dev/featuresetVersionsCreateOrUpdateSample.d.ts +0 -2
  2850. package/dist-esm/samples-dev/featuresetVersionsCreateOrUpdateSample.d.ts.map +0 -1
  2851. package/dist-esm/samples-dev/featuresetVersionsCreateOrUpdateSample.js +0 -73
  2852. package/dist-esm/samples-dev/featuresetVersionsCreateOrUpdateSample.js.map +0 -1
  2853. package/dist-esm/samples-dev/featuresetVersionsDeleteSample.d.ts +0 -2
  2854. package/dist-esm/samples-dev/featuresetVersionsDeleteSample.d.ts.map +0 -1
  2855. package/dist-esm/samples-dev/featuresetVersionsDeleteSample.js +0 -41
  2856. package/dist-esm/samples-dev/featuresetVersionsDeleteSample.js.map +0 -1
  2857. package/dist-esm/samples-dev/featuresetVersionsGetSample.d.ts +0 -2
  2858. package/dist-esm/samples-dev/featuresetVersionsGetSample.d.ts.map +0 -1
  2859. package/dist-esm/samples-dev/featuresetVersionsGetSample.js +0 -41
  2860. package/dist-esm/samples-dev/featuresetVersionsGetSample.js.map +0 -1
  2861. package/dist-esm/samples-dev/featuresetVersionsListSample.d.ts +0 -2
  2862. package/dist-esm/samples-dev/featuresetVersionsListSample.d.ts.map +0 -1
  2863. package/dist-esm/samples-dev/featuresetVersionsListSample.js +0 -59
  2864. package/dist-esm/samples-dev/featuresetVersionsListSample.js.map +0 -1
  2865. package/dist-esm/samples-dev/featurestoreEntityContainersCreateOrUpdateSample.d.ts +0 -2
  2866. package/dist-esm/samples-dev/featurestoreEntityContainersCreateOrUpdateSample.d.ts.map +0 -1
  2867. package/dist-esm/samples-dev/featurestoreEntityContainersCreateOrUpdateSample.js +0 -48
  2868. package/dist-esm/samples-dev/featurestoreEntityContainersCreateOrUpdateSample.js.map +0 -1
  2869. package/dist-esm/samples-dev/featurestoreEntityContainersDeleteSample.d.ts +0 -2
  2870. package/dist-esm/samples-dev/featurestoreEntityContainersDeleteSample.d.ts.map +0 -1
  2871. package/dist-esm/samples-dev/featurestoreEntityContainersDeleteSample.js +0 -40
  2872. package/dist-esm/samples-dev/featurestoreEntityContainersDeleteSample.js.map +0 -1
  2873. package/dist-esm/samples-dev/featurestoreEntityContainersGetEntitySample.d.ts +0 -2
  2874. package/dist-esm/samples-dev/featurestoreEntityContainersGetEntitySample.d.ts.map +0 -1
  2875. package/dist-esm/samples-dev/featurestoreEntityContainersGetEntitySample.js +0 -40
  2876. package/dist-esm/samples-dev/featurestoreEntityContainersGetEntitySample.js.map +0 -1
  2877. package/dist-esm/samples-dev/featurestoreEntityContainersListSample.d.ts +0 -2
  2878. package/dist-esm/samples-dev/featurestoreEntityContainersListSample.d.ts.map +0 -1
  2879. package/dist-esm/samples-dev/featurestoreEntityContainersListSample.js +0 -61
  2880. package/dist-esm/samples-dev/featurestoreEntityContainersListSample.js.map +0 -1
  2881. package/dist-esm/samples-dev/featurestoreEntityVersionsCreateOrUpdateSample.d.ts +0 -2
  2882. package/dist-esm/samples-dev/featurestoreEntityVersionsCreateOrUpdateSample.d.ts.map +0 -1
  2883. package/dist-esm/samples-dev/featurestoreEntityVersionsCreateOrUpdateSample.js +0 -51
  2884. package/dist-esm/samples-dev/featurestoreEntityVersionsCreateOrUpdateSample.js.map +0 -1
  2885. package/dist-esm/samples-dev/featurestoreEntityVersionsDeleteSample.d.ts +0 -2
  2886. package/dist-esm/samples-dev/featurestoreEntityVersionsDeleteSample.d.ts.map +0 -1
  2887. package/dist-esm/samples-dev/featurestoreEntityVersionsDeleteSample.js +0 -41
  2888. package/dist-esm/samples-dev/featurestoreEntityVersionsDeleteSample.js.map +0 -1
  2889. package/dist-esm/samples-dev/featurestoreEntityVersionsGetSample.d.ts +0 -2
  2890. package/dist-esm/samples-dev/featurestoreEntityVersionsGetSample.d.ts.map +0 -1
  2891. package/dist-esm/samples-dev/featurestoreEntityVersionsGetSample.js +0 -41
  2892. package/dist-esm/samples-dev/featurestoreEntityVersionsGetSample.js.map +0 -1
  2893. package/dist-esm/samples-dev/featurestoreEntityVersionsListSample.d.ts +0 -2
  2894. package/dist-esm/samples-dev/featurestoreEntityVersionsListSample.d.ts.map +0 -1
  2895. package/dist-esm/samples-dev/featurestoreEntityVersionsListSample.js +0 -62
  2896. package/dist-esm/samples-dev/featurestoreEntityVersionsListSample.js.map +0 -1
  2897. package/dist-esm/samples-dev/jobsCancelSample.d.ts +0 -2
  2898. package/dist-esm/samples-dev/jobsCancelSample.d.ts.map +0 -1
  2899. package/dist-esm/samples-dev/jobsCancelSample.js +0 -40
  2900. package/dist-esm/samples-dev/jobsCancelSample.js.map +0 -1
  2901. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.d.ts +0 -2
  2902. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.d.ts.map +0 -1
  2903. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +0 -288
  2904. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +0 -1
  2905. package/dist-esm/samples-dev/jobsDeleteSample.d.ts +0 -2
  2906. package/dist-esm/samples-dev/jobsDeleteSample.d.ts.map +0 -1
  2907. package/dist-esm/samples-dev/jobsDeleteSample.js +0 -40
  2908. package/dist-esm/samples-dev/jobsDeleteSample.js.map +0 -1
  2909. package/dist-esm/samples-dev/jobsGetSample.d.ts +0 -2
  2910. package/dist-esm/samples-dev/jobsGetSample.d.ts.map +0 -1
  2911. package/dist-esm/samples-dev/jobsGetSample.js +0 -100
  2912. package/dist-esm/samples-dev/jobsGetSample.js.map +0 -1
  2913. package/dist-esm/samples-dev/jobsListSample.d.ts +0 -2
  2914. package/dist-esm/samples-dev/jobsListSample.d.ts.map +0 -1
  2915. package/dist-esm/samples-dev/jobsListSample.js +0 -169
  2916. package/dist-esm/samples-dev/jobsListSample.js.map +0 -1
  2917. package/dist-esm/samples-dev/managedNetworkProvisionsProvisionManagedNetworkSample.d.ts +0 -2
  2918. package/dist-esm/samples-dev/managedNetworkProvisionsProvisionManagedNetworkSample.d.ts.map +0 -1
  2919. package/dist-esm/samples-dev/managedNetworkProvisionsProvisionManagedNetworkSample.js +0 -41
  2920. package/dist-esm/samples-dev/managedNetworkProvisionsProvisionManagedNetworkSample.js.map +0 -1
  2921. package/dist-esm/samples-dev/managedNetworkSettingsRuleCreateOrUpdateSample.d.ts +0 -2
  2922. package/dist-esm/samples-dev/managedNetworkSettingsRuleCreateOrUpdateSample.d.ts.map +0 -1
  2923. package/dist-esm/samples-dev/managedNetworkSettingsRuleCreateOrUpdateSample.js +0 -48
  2924. package/dist-esm/samples-dev/managedNetworkSettingsRuleCreateOrUpdateSample.js.map +0 -1
  2925. package/dist-esm/samples-dev/managedNetworkSettingsRuleDeleteSample.d.ts +0 -2
  2926. package/dist-esm/samples-dev/managedNetworkSettingsRuleDeleteSample.d.ts.map +0 -1
  2927. package/dist-esm/samples-dev/managedNetworkSettingsRuleDeleteSample.js +0 -40
  2928. package/dist-esm/samples-dev/managedNetworkSettingsRuleDeleteSample.js.map +0 -1
  2929. package/dist-esm/samples-dev/managedNetworkSettingsRuleGetSample.d.ts +0 -2
  2930. package/dist-esm/samples-dev/managedNetworkSettingsRuleGetSample.d.ts.map +0 -1
  2931. package/dist-esm/samples-dev/managedNetworkSettingsRuleGetSample.js +0 -40
  2932. package/dist-esm/samples-dev/managedNetworkSettingsRuleGetSample.js.map +0 -1
  2933. package/dist-esm/samples-dev/managedNetworkSettingsRuleListSample.d.ts +0 -2
  2934. package/dist-esm/samples-dev/managedNetworkSettingsRuleListSample.d.ts.map +0 -1
  2935. package/dist-esm/samples-dev/managedNetworkSettingsRuleListSample.js +0 -55
  2936. package/dist-esm/samples-dev/managedNetworkSettingsRuleListSample.js.map +0 -1
  2937. package/dist-esm/samples-dev/marketplaceSubscriptionsCreateOrUpdateSample.d.ts +0 -2
  2938. package/dist-esm/samples-dev/marketplaceSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
  2939. package/dist-esm/samples-dev/marketplaceSubscriptionsCreateOrUpdateSample.js +0 -41
  2940. package/dist-esm/samples-dev/marketplaceSubscriptionsCreateOrUpdateSample.js.map +0 -1
  2941. package/dist-esm/samples-dev/marketplaceSubscriptionsDeleteSample.d.ts +0 -2
  2942. package/dist-esm/samples-dev/marketplaceSubscriptionsDeleteSample.d.ts.map +0 -1
  2943. package/dist-esm/samples-dev/marketplaceSubscriptionsDeleteSample.js +0 -40
  2944. package/dist-esm/samples-dev/marketplaceSubscriptionsDeleteSample.js.map +0 -1
  2945. package/dist-esm/samples-dev/marketplaceSubscriptionsGetSample.d.ts +0 -2
  2946. package/dist-esm/samples-dev/marketplaceSubscriptionsGetSample.d.ts.map +0 -1
  2947. package/dist-esm/samples-dev/marketplaceSubscriptionsGetSample.js +0 -40
  2948. package/dist-esm/samples-dev/marketplaceSubscriptionsGetSample.js.map +0 -1
  2949. package/dist-esm/samples-dev/marketplaceSubscriptionsListSample.d.ts +0 -2
  2950. package/dist-esm/samples-dev/marketplaceSubscriptionsListSample.d.ts.map +0 -1
  2951. package/dist-esm/samples-dev/marketplaceSubscriptionsListSample.js +0 -55
  2952. package/dist-esm/samples-dev/marketplaceSubscriptionsListSample.js.map +0 -1
  2953. package/dist-esm/samples-dev/modelContainersCreateOrUpdateSample.d.ts +0 -2
  2954. package/dist-esm/samples-dev/modelContainersCreateOrUpdateSample.d.ts.map +0 -1
  2955. package/dist-esm/samples-dev/modelContainersCreateOrUpdateSample.js +0 -46
  2956. package/dist-esm/samples-dev/modelContainersCreateOrUpdateSample.js.map +0 -1
  2957. package/dist-esm/samples-dev/modelContainersDeleteSample.d.ts +0 -2
  2958. package/dist-esm/samples-dev/modelContainersDeleteSample.d.ts.map +0 -1
  2959. package/dist-esm/samples-dev/modelContainersDeleteSample.js +0 -40
  2960. package/dist-esm/samples-dev/modelContainersDeleteSample.js.map +0 -1
  2961. package/dist-esm/samples-dev/modelContainersGetSample.d.ts +0 -2
  2962. package/dist-esm/samples-dev/modelContainersGetSample.d.ts.map +0 -1
  2963. package/dist-esm/samples-dev/modelContainersGetSample.js +0 -40
  2964. package/dist-esm/samples-dev/modelContainersGetSample.js.map +0 -1
  2965. package/dist-esm/samples-dev/modelContainersListSample.d.ts +0 -2
  2966. package/dist-esm/samples-dev/modelContainersListSample.d.ts.map +0 -1
  2967. package/dist-esm/samples-dev/modelContainersListSample.js +0 -55
  2968. package/dist-esm/samples-dev/modelContainersListSample.js.map +0 -1
  2969. package/dist-esm/samples-dev/modelVersionsCreateOrUpdateSample.d.ts +0 -2
  2970. package/dist-esm/samples-dev/modelVersionsCreateOrUpdateSample.d.ts.map +0 -1
  2971. package/dist-esm/samples-dev/modelVersionsCreateOrUpdateSample.js +0 -52
  2972. package/dist-esm/samples-dev/modelVersionsCreateOrUpdateSample.js.map +0 -1
  2973. package/dist-esm/samples-dev/modelVersionsDeleteSample.d.ts +0 -2
  2974. package/dist-esm/samples-dev/modelVersionsDeleteSample.d.ts.map +0 -1
  2975. package/dist-esm/samples-dev/modelVersionsDeleteSample.js +0 -41
  2976. package/dist-esm/samples-dev/modelVersionsDeleteSample.js.map +0 -1
  2977. package/dist-esm/samples-dev/modelVersionsGetSample.d.ts +0 -2
  2978. package/dist-esm/samples-dev/modelVersionsGetSample.d.ts.map +0 -1
  2979. package/dist-esm/samples-dev/modelVersionsGetSample.js +0 -41
  2980. package/dist-esm/samples-dev/modelVersionsGetSample.js.map +0 -1
  2981. package/dist-esm/samples-dev/modelVersionsListSample.d.ts +0 -2
  2982. package/dist-esm/samples-dev/modelVersionsListSample.d.ts.map +0 -1
  2983. package/dist-esm/samples-dev/modelVersionsListSample.js +0 -72
  2984. package/dist-esm/samples-dev/modelVersionsListSample.js.map +0 -1
  2985. package/dist-esm/samples-dev/modelVersionsPublishSample.d.ts +0 -2
  2986. package/dist-esm/samples-dev/modelVersionsPublishSample.d.ts.map +0 -1
  2987. package/dist-esm/samples-dev/modelVersionsPublishSample.js +0 -46
  2988. package/dist-esm/samples-dev/modelVersionsPublishSample.js.map +0 -1
  2989. package/dist-esm/samples-dev/onlineDeploymentsCreateOrUpdateSample.d.ts +0 -2
  2990. package/dist-esm/samples-dev/onlineDeploymentsCreateOrUpdateSample.d.ts.map +0 -1
  2991. package/dist-esm/samples-dev/onlineDeploymentsCreateOrUpdateSample.js +0 -155
  2992. package/dist-esm/samples-dev/onlineDeploymentsCreateOrUpdateSample.js.map +0 -1
  2993. package/dist-esm/samples-dev/onlineDeploymentsDeleteSample.d.ts +0 -2
  2994. package/dist-esm/samples-dev/onlineDeploymentsDeleteSample.d.ts.map +0 -1
  2995. package/dist-esm/samples-dev/onlineDeploymentsDeleteSample.js +0 -41
  2996. package/dist-esm/samples-dev/onlineDeploymentsDeleteSample.js.map +0 -1
  2997. package/dist-esm/samples-dev/onlineDeploymentsGetLogsSample.d.ts +0 -2
  2998. package/dist-esm/samples-dev/onlineDeploymentsGetLogsSample.d.ts.map +0 -1
  2999. package/dist-esm/samples-dev/onlineDeploymentsGetLogsSample.js +0 -45
  3000. package/dist-esm/samples-dev/onlineDeploymentsGetLogsSample.js.map +0 -1
  3001. package/dist-esm/samples-dev/onlineDeploymentsGetSample.d.ts +0 -2
  3002. package/dist-esm/samples-dev/onlineDeploymentsGetSample.d.ts.map +0 -1
  3003. package/dist-esm/samples-dev/onlineDeploymentsGetSample.js +0 -62
  3004. package/dist-esm/samples-dev/onlineDeploymentsGetSample.js.map +0 -1
  3005. package/dist-esm/samples-dev/onlineDeploymentsListSample.d.ts +0 -2
  3006. package/dist-esm/samples-dev/onlineDeploymentsListSample.d.ts.map +0 -1
  3007. package/dist-esm/samples-dev/onlineDeploymentsListSample.js +0 -59
  3008. package/dist-esm/samples-dev/onlineDeploymentsListSample.js.map +0 -1
  3009. package/dist-esm/samples-dev/onlineDeploymentsListSkusSample.d.ts +0 -2
  3010. package/dist-esm/samples-dev/onlineDeploymentsListSkusSample.d.ts.map +0 -1
  3011. package/dist-esm/samples-dev/onlineDeploymentsListSkusSample.js +0 -98
  3012. package/dist-esm/samples-dev/onlineDeploymentsListSkusSample.js.map +0 -1
  3013. package/dist-esm/samples-dev/onlineDeploymentsUpdateSample.d.ts +0 -2
  3014. package/dist-esm/samples-dev/onlineDeploymentsUpdateSample.d.ts.map +0 -1
  3015. package/dist-esm/samples-dev/onlineDeploymentsUpdateSample.js +0 -82
  3016. package/dist-esm/samples-dev/onlineDeploymentsUpdateSample.js.map +0 -1
  3017. package/dist-esm/samples-dev/onlineEndpointsCreateOrUpdateSample.d.ts +0 -2
  3018. package/dist-esm/samples-dev/onlineEndpointsCreateOrUpdateSample.d.ts.map +0 -1
  3019. package/dist-esm/samples-dev/onlineEndpointsCreateOrUpdateSample.js +0 -63
  3020. package/dist-esm/samples-dev/onlineEndpointsCreateOrUpdateSample.js.map +0 -1
  3021. package/dist-esm/samples-dev/onlineEndpointsDeleteSample.d.ts +0 -2
  3022. package/dist-esm/samples-dev/onlineEndpointsDeleteSample.d.ts.map +0 -1
  3023. package/dist-esm/samples-dev/onlineEndpointsDeleteSample.js +0 -40
  3024. package/dist-esm/samples-dev/onlineEndpointsDeleteSample.js.map +0 -1
  3025. package/dist-esm/samples-dev/onlineEndpointsGetSample.d.ts +0 -2
  3026. package/dist-esm/samples-dev/onlineEndpointsGetSample.d.ts.map +0 -1
  3027. package/dist-esm/samples-dev/onlineEndpointsGetSample.js +0 -40
  3028. package/dist-esm/samples-dev/onlineEndpointsGetSample.js.map +0 -1
  3029. package/dist-esm/samples-dev/onlineEndpointsGetTokenSample.d.ts +0 -2
  3030. package/dist-esm/samples-dev/onlineEndpointsGetTokenSample.d.ts.map +0 -1
  3031. package/dist-esm/samples-dev/onlineEndpointsGetTokenSample.js +0 -40
  3032. package/dist-esm/samples-dev/onlineEndpointsGetTokenSample.js.map +0 -1
  3033. package/dist-esm/samples-dev/onlineEndpointsListKeysSample.d.ts +0 -2
  3034. package/dist-esm/samples-dev/onlineEndpointsListKeysSample.d.ts.map +0 -1
  3035. package/dist-esm/samples-dev/onlineEndpointsListKeysSample.js +0 -40
  3036. package/dist-esm/samples-dev/onlineEndpointsListKeysSample.js.map +0 -1
  3037. package/dist-esm/samples-dev/onlineEndpointsListSample.d.ts +0 -2
  3038. package/dist-esm/samples-dev/onlineEndpointsListSample.d.ts.map +0 -1
  3039. package/dist-esm/samples-dev/onlineEndpointsListSample.js +0 -69
  3040. package/dist-esm/samples-dev/onlineEndpointsListSample.js.map +0 -1
  3041. package/dist-esm/samples-dev/onlineEndpointsRegenerateKeysSample.d.ts +0 -2
  3042. package/dist-esm/samples-dev/onlineEndpointsRegenerateKeysSample.d.ts.map +0 -1
  3043. package/dist-esm/samples-dev/onlineEndpointsRegenerateKeysSample.js +0 -44
  3044. package/dist-esm/samples-dev/onlineEndpointsRegenerateKeysSample.js.map +0 -1
  3045. package/dist-esm/samples-dev/onlineEndpointsUpdateSample.d.ts +0 -2
  3046. package/dist-esm/samples-dev/onlineEndpointsUpdateSample.d.ts.map +0 -1
  3047. package/dist-esm/samples-dev/onlineEndpointsUpdateSample.js +0 -47
  3048. package/dist-esm/samples-dev/onlineEndpointsUpdateSample.js.map +0 -1
  3049. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  3050. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  3051. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  3052. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  3053. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  3054. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  3055. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -46
  3056. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  3057. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  3058. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  3059. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
  3060. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  3061. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  3062. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  3063. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
  3064. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  3065. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
  3066. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
  3067. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -55
  3068. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
  3069. package/dist-esm/samples-dev/privateLinkResourcesListSample.d.ts +0 -2
  3070. package/dist-esm/samples-dev/privateLinkResourcesListSample.d.ts.map +0 -1
  3071. package/dist-esm/samples-dev/privateLinkResourcesListSample.js +0 -39
  3072. package/dist-esm/samples-dev/privateLinkResourcesListSample.js.map +0 -1
  3073. package/dist-esm/samples-dev/quotasListSample.d.ts +0 -2
  3074. package/dist-esm/samples-dev/quotasListSample.d.ts.map +0 -1
  3075. package/dist-esm/samples-dev/quotasListSample.js +0 -54
  3076. package/dist-esm/samples-dev/quotasListSample.js.map +0 -1
  3077. package/dist-esm/samples-dev/quotasUpdateSample.d.ts +0 -2
  3078. package/dist-esm/samples-dev/quotasUpdateSample.d.ts.map +0 -1
  3079. package/dist-esm/samples-dev/quotasUpdateSample.js +0 -54
  3080. package/dist-esm/samples-dev/quotasUpdateSample.js.map +0 -1
  3081. package/dist-esm/samples-dev/registriesCreateOrUpdateSample.d.ts +0 -2
  3082. package/dist-esm/samples-dev/registriesCreateOrUpdateSample.d.ts.map +0 -1
  3083. package/dist-esm/samples-dev/registriesCreateOrUpdateSample.js +0 -164
  3084. package/dist-esm/samples-dev/registriesCreateOrUpdateSample.js.map +0 -1
  3085. package/dist-esm/samples-dev/registriesDeleteSample.d.ts +0 -2
  3086. package/dist-esm/samples-dev/registriesDeleteSample.d.ts.map +0 -1
  3087. package/dist-esm/samples-dev/registriesDeleteSample.js +0 -39
  3088. package/dist-esm/samples-dev/registriesDeleteSample.js.map +0 -1
  3089. package/dist-esm/samples-dev/registriesGetSample.d.ts +0 -2
  3090. package/dist-esm/samples-dev/registriesGetSample.d.ts.map +0 -1
  3091. package/dist-esm/samples-dev/registriesGetSample.js +0 -58
  3092. package/dist-esm/samples-dev/registriesGetSample.js.map +0 -1
  3093. package/dist-esm/samples-dev/registriesListBySubscriptionSample.d.ts +0 -2
  3094. package/dist-esm/samples-dev/registriesListBySubscriptionSample.d.ts.map +0 -1
  3095. package/dist-esm/samples-dev/registriesListBySubscriptionSample.js +0 -53
  3096. package/dist-esm/samples-dev/registriesListBySubscriptionSample.js.map +0 -1
  3097. package/dist-esm/samples-dev/registriesListSample.d.ts +0 -2
  3098. package/dist-esm/samples-dev/registriesListSample.d.ts.map +0 -1
  3099. package/dist-esm/samples-dev/registriesListSample.js +0 -88
  3100. package/dist-esm/samples-dev/registriesListSample.js.map +0 -1
  3101. package/dist-esm/samples-dev/registriesRemoveRegionsSample.d.ts +0 -2
  3102. package/dist-esm/samples-dev/registriesRemoveRegionsSample.d.ts.map +0 -1
  3103. package/dist-esm/samples-dev/registriesRemoveRegionsSample.js +0 -100
  3104. package/dist-esm/samples-dev/registriesRemoveRegionsSample.js.map +0 -1
  3105. package/dist-esm/samples-dev/registriesUpdateSample.d.ts +0 -2
  3106. package/dist-esm/samples-dev/registriesUpdateSample.d.ts.map +0 -1
  3107. package/dist-esm/samples-dev/registriesUpdateSample.js +0 -83
  3108. package/dist-esm/samples-dev/registriesUpdateSample.js.map +0 -1
  3109. package/dist-esm/samples-dev/registryCodeContainersCreateOrUpdateSample.d.ts +0 -2
  3110. package/dist-esm/samples-dev/registryCodeContainersCreateOrUpdateSample.d.ts.map +0 -1
  3111. package/dist-esm/samples-dev/registryCodeContainersCreateOrUpdateSample.js +0 -46
  3112. package/dist-esm/samples-dev/registryCodeContainersCreateOrUpdateSample.js.map +0 -1
  3113. package/dist-esm/samples-dev/registryCodeContainersDeleteSample.d.ts +0 -2
  3114. package/dist-esm/samples-dev/registryCodeContainersDeleteSample.d.ts.map +0 -1
  3115. package/dist-esm/samples-dev/registryCodeContainersDeleteSample.js +0 -40
  3116. package/dist-esm/samples-dev/registryCodeContainersDeleteSample.js.map +0 -1
  3117. package/dist-esm/samples-dev/registryCodeContainersGetSample.d.ts +0 -2
  3118. package/dist-esm/samples-dev/registryCodeContainersGetSample.d.ts.map +0 -1
  3119. package/dist-esm/samples-dev/registryCodeContainersGetSample.js +0 -40
  3120. package/dist-esm/samples-dev/registryCodeContainersGetSample.js.map +0 -1
  3121. package/dist-esm/samples-dev/registryCodeContainersListSample.d.ts +0 -2
  3122. package/dist-esm/samples-dev/registryCodeContainersListSample.d.ts.map +0 -1
  3123. package/dist-esm/samples-dev/registryCodeContainersListSample.js +0 -55
  3124. package/dist-esm/samples-dev/registryCodeContainersListSample.js.map +0 -1
  3125. package/dist-esm/samples-dev/registryCodeVersionsCreateOrGetStartPendingUploadSample.d.ts +0 -2
  3126. package/dist-esm/samples-dev/registryCodeVersionsCreateOrGetStartPendingUploadSample.d.ts.map +0 -1
  3127. package/dist-esm/samples-dev/registryCodeVersionsCreateOrGetStartPendingUploadSample.js +0 -45
  3128. package/dist-esm/samples-dev/registryCodeVersionsCreateOrGetStartPendingUploadSample.js.map +0 -1
  3129. package/dist-esm/samples-dev/registryCodeVersionsCreateOrUpdateSample.d.ts +0 -2
  3130. package/dist-esm/samples-dev/registryCodeVersionsCreateOrUpdateSample.d.ts.map +0 -1
  3131. package/dist-esm/samples-dev/registryCodeVersionsCreateOrUpdateSample.js +0 -50
  3132. package/dist-esm/samples-dev/registryCodeVersionsCreateOrUpdateSample.js.map +0 -1
  3133. package/dist-esm/samples-dev/registryCodeVersionsDeleteSample.d.ts +0 -2
  3134. package/dist-esm/samples-dev/registryCodeVersionsDeleteSample.d.ts.map +0 -1
  3135. package/dist-esm/samples-dev/registryCodeVersionsDeleteSample.js +0 -41
  3136. package/dist-esm/samples-dev/registryCodeVersionsDeleteSample.js.map +0 -1
  3137. package/dist-esm/samples-dev/registryCodeVersionsGetSample.d.ts +0 -2
  3138. package/dist-esm/samples-dev/registryCodeVersionsGetSample.d.ts.map +0 -1
  3139. package/dist-esm/samples-dev/registryCodeVersionsGetSample.js +0 -41
  3140. package/dist-esm/samples-dev/registryCodeVersionsGetSample.js.map +0 -1
  3141. package/dist-esm/samples-dev/registryCodeVersionsListSample.d.ts +0 -2
  3142. package/dist-esm/samples-dev/registryCodeVersionsListSample.d.ts.map +0 -1
  3143. package/dist-esm/samples-dev/registryCodeVersionsListSample.js +0 -59
  3144. package/dist-esm/samples-dev/registryCodeVersionsListSample.js.map +0 -1
  3145. package/dist-esm/samples-dev/registryComponentContainersCreateOrUpdateSample.d.ts +0 -2
  3146. package/dist-esm/samples-dev/registryComponentContainersCreateOrUpdateSample.d.ts.map +0 -1
  3147. package/dist-esm/samples-dev/registryComponentContainersCreateOrUpdateSample.js +0 -47
  3148. package/dist-esm/samples-dev/registryComponentContainersCreateOrUpdateSample.js.map +0 -1
  3149. package/dist-esm/samples-dev/registryComponentContainersDeleteSample.d.ts +0 -2
  3150. package/dist-esm/samples-dev/registryComponentContainersDeleteSample.d.ts.map +0 -1
  3151. package/dist-esm/samples-dev/registryComponentContainersDeleteSample.js +0 -40
  3152. package/dist-esm/samples-dev/registryComponentContainersDeleteSample.js.map +0 -1
  3153. package/dist-esm/samples-dev/registryComponentContainersGetSample.d.ts +0 -2
  3154. package/dist-esm/samples-dev/registryComponentContainersGetSample.d.ts.map +0 -1
  3155. package/dist-esm/samples-dev/registryComponentContainersGetSample.js +0 -40
  3156. package/dist-esm/samples-dev/registryComponentContainersGetSample.js.map +0 -1
  3157. package/dist-esm/samples-dev/registryComponentContainersListSample.d.ts +0 -2
  3158. package/dist-esm/samples-dev/registryComponentContainersListSample.d.ts.map +0 -1
  3159. package/dist-esm/samples-dev/registryComponentContainersListSample.js +0 -55
  3160. package/dist-esm/samples-dev/registryComponentContainersListSample.js.map +0 -1
  3161. package/dist-esm/samples-dev/registryComponentVersionsCreateOrUpdateSample.d.ts +0 -2
  3162. package/dist-esm/samples-dev/registryComponentVersionsCreateOrUpdateSample.d.ts.map +0 -1
  3163. package/dist-esm/samples-dev/registryComponentVersionsCreateOrUpdateSample.js +0 -50
  3164. package/dist-esm/samples-dev/registryComponentVersionsCreateOrUpdateSample.js.map +0 -1
  3165. package/dist-esm/samples-dev/registryComponentVersionsDeleteSample.d.ts +0 -2
  3166. package/dist-esm/samples-dev/registryComponentVersionsDeleteSample.d.ts.map +0 -1
  3167. package/dist-esm/samples-dev/registryComponentVersionsDeleteSample.js +0 -41
  3168. package/dist-esm/samples-dev/registryComponentVersionsDeleteSample.js.map +0 -1
  3169. package/dist-esm/samples-dev/registryComponentVersionsGetSample.d.ts +0 -2
  3170. package/dist-esm/samples-dev/registryComponentVersionsGetSample.d.ts.map +0 -1
  3171. package/dist-esm/samples-dev/registryComponentVersionsGetSample.js +0 -41
  3172. package/dist-esm/samples-dev/registryComponentVersionsGetSample.js.map +0 -1
  3173. package/dist-esm/samples-dev/registryComponentVersionsListSample.d.ts +0 -2
  3174. package/dist-esm/samples-dev/registryComponentVersionsListSample.d.ts.map +0 -1
  3175. package/dist-esm/samples-dev/registryComponentVersionsListSample.js +0 -59
  3176. package/dist-esm/samples-dev/registryComponentVersionsListSample.js.map +0 -1
  3177. package/dist-esm/samples-dev/registryDataContainersCreateOrUpdateSample.d.ts +0 -2
  3178. package/dist-esm/samples-dev/registryDataContainersCreateOrUpdateSample.d.ts.map +0 -1
  3179. package/dist-esm/samples-dev/registryDataContainersCreateOrUpdateSample.js +0 -49
  3180. package/dist-esm/samples-dev/registryDataContainersCreateOrUpdateSample.js.map +0 -1
  3181. package/dist-esm/samples-dev/registryDataContainersDeleteSample.d.ts +0 -2
  3182. package/dist-esm/samples-dev/registryDataContainersDeleteSample.d.ts.map +0 -1
  3183. package/dist-esm/samples-dev/registryDataContainersDeleteSample.js +0 -40
  3184. package/dist-esm/samples-dev/registryDataContainersDeleteSample.js.map +0 -1
  3185. package/dist-esm/samples-dev/registryDataContainersGetSample.d.ts +0 -2
  3186. package/dist-esm/samples-dev/registryDataContainersGetSample.d.ts.map +0 -1
  3187. package/dist-esm/samples-dev/registryDataContainersGetSample.js +0 -40
  3188. package/dist-esm/samples-dev/registryDataContainersGetSample.js.map +0 -1
  3189. package/dist-esm/samples-dev/registryDataContainersListSample.d.ts +0 -2
  3190. package/dist-esm/samples-dev/registryDataContainersListSample.d.ts.map +0 -1
  3191. package/dist-esm/samples-dev/registryDataContainersListSample.js +0 -57
  3192. package/dist-esm/samples-dev/registryDataContainersListSample.js.map +0 -1
  3193. package/dist-esm/samples-dev/registryDataReferencesGetBlobReferenceSasSample.d.ts +0 -2
  3194. package/dist-esm/samples-dev/registryDataReferencesGetBlobReferenceSasSample.d.ts.map +0 -1
  3195. package/dist-esm/samples-dev/registryDataReferencesGetBlobReferenceSasSample.js +0 -45
  3196. package/dist-esm/samples-dev/registryDataReferencesGetBlobReferenceSasSample.js.map +0 -1
  3197. package/dist-esm/samples-dev/registryDataVersionsCreateOrGetStartPendingUploadSample.d.ts +0 -2
  3198. package/dist-esm/samples-dev/registryDataVersionsCreateOrGetStartPendingUploadSample.d.ts.map +0 -1
  3199. package/dist-esm/samples-dev/registryDataVersionsCreateOrGetStartPendingUploadSample.js +0 -45
  3200. package/dist-esm/samples-dev/registryDataVersionsCreateOrGetStartPendingUploadSample.js.map +0 -1
  3201. package/dist-esm/samples-dev/registryDataVersionsCreateOrUpdateSample.d.ts +0 -2
  3202. package/dist-esm/samples-dev/registryDataVersionsCreateOrUpdateSample.d.ts.map +0 -1
  3203. package/dist-esm/samples-dev/registryDataVersionsCreateOrUpdateSample.js +0 -53
  3204. package/dist-esm/samples-dev/registryDataVersionsCreateOrUpdateSample.js.map +0 -1
  3205. package/dist-esm/samples-dev/registryDataVersionsDeleteSample.d.ts +0 -2
  3206. package/dist-esm/samples-dev/registryDataVersionsDeleteSample.d.ts.map +0 -1
  3207. package/dist-esm/samples-dev/registryDataVersionsDeleteSample.js +0 -41
  3208. package/dist-esm/samples-dev/registryDataVersionsDeleteSample.js.map +0 -1
  3209. package/dist-esm/samples-dev/registryDataVersionsGetSample.d.ts +0 -2
  3210. package/dist-esm/samples-dev/registryDataVersionsGetSample.d.ts.map +0 -1
  3211. package/dist-esm/samples-dev/registryDataVersionsGetSample.js +0 -41
  3212. package/dist-esm/samples-dev/registryDataVersionsGetSample.js.map +0 -1
  3213. package/dist-esm/samples-dev/registryDataVersionsListSample.d.ts +0 -2
  3214. package/dist-esm/samples-dev/registryDataVersionsListSample.d.ts.map +0 -1
  3215. package/dist-esm/samples-dev/registryDataVersionsListSample.js +0 -66
  3216. package/dist-esm/samples-dev/registryDataVersionsListSample.js.map +0 -1
  3217. package/dist-esm/samples-dev/registryEnvironmentContainersCreateOrUpdateSample.d.ts +0 -2
  3218. package/dist-esm/samples-dev/registryEnvironmentContainersCreateOrUpdateSample.d.ts.map +0 -1
  3219. package/dist-esm/samples-dev/registryEnvironmentContainersCreateOrUpdateSample.js +0 -55
  3220. package/dist-esm/samples-dev/registryEnvironmentContainersCreateOrUpdateSample.js.map +0 -1
  3221. package/dist-esm/samples-dev/registryEnvironmentContainersDeleteSample.d.ts +0 -2
  3222. package/dist-esm/samples-dev/registryEnvironmentContainersDeleteSample.d.ts.map +0 -1
  3223. package/dist-esm/samples-dev/registryEnvironmentContainersDeleteSample.js +0 -40
  3224. package/dist-esm/samples-dev/registryEnvironmentContainersDeleteSample.js.map +0 -1
  3225. package/dist-esm/samples-dev/registryEnvironmentContainersGetSample.d.ts +0 -2
  3226. package/dist-esm/samples-dev/registryEnvironmentContainersGetSample.d.ts.map +0 -1
  3227. package/dist-esm/samples-dev/registryEnvironmentContainersGetSample.js +0 -40
  3228. package/dist-esm/samples-dev/registryEnvironmentContainersGetSample.js.map +0 -1
  3229. package/dist-esm/samples-dev/registryEnvironmentContainersListSample.d.ts +0 -2
  3230. package/dist-esm/samples-dev/registryEnvironmentContainersListSample.d.ts.map +0 -1
  3231. package/dist-esm/samples-dev/registryEnvironmentContainersListSample.js +0 -55
  3232. package/dist-esm/samples-dev/registryEnvironmentContainersListSample.js.map +0 -1
  3233. package/dist-esm/samples-dev/registryEnvironmentVersionsCreateOrUpdateSample.d.ts +0 -2
  3234. package/dist-esm/samples-dev/registryEnvironmentVersionsCreateOrUpdateSample.d.ts.map +0 -1
  3235. package/dist-esm/samples-dev/registryEnvironmentVersionsCreateOrUpdateSample.js +0 -60
  3236. package/dist-esm/samples-dev/registryEnvironmentVersionsCreateOrUpdateSample.js.map +0 -1
  3237. package/dist-esm/samples-dev/registryEnvironmentVersionsDeleteSample.d.ts +0 -2
  3238. package/dist-esm/samples-dev/registryEnvironmentVersionsDeleteSample.d.ts.map +0 -1
  3239. package/dist-esm/samples-dev/registryEnvironmentVersionsDeleteSample.js +0 -41
  3240. package/dist-esm/samples-dev/registryEnvironmentVersionsDeleteSample.js.map +0 -1
  3241. package/dist-esm/samples-dev/registryEnvironmentVersionsGetSample.d.ts +0 -2
  3242. package/dist-esm/samples-dev/registryEnvironmentVersionsGetSample.d.ts.map +0 -1
  3243. package/dist-esm/samples-dev/registryEnvironmentVersionsGetSample.js +0 -41
  3244. package/dist-esm/samples-dev/registryEnvironmentVersionsGetSample.js.map +0 -1
  3245. package/dist-esm/samples-dev/registryEnvironmentVersionsListSample.d.ts +0 -2
  3246. package/dist-esm/samples-dev/registryEnvironmentVersionsListSample.d.ts.map +0 -1
  3247. package/dist-esm/samples-dev/registryEnvironmentVersionsListSample.js +0 -62
  3248. package/dist-esm/samples-dev/registryEnvironmentVersionsListSample.js.map +0 -1
  3249. package/dist-esm/samples-dev/registryModelContainersCreateOrUpdateSample.d.ts +0 -2
  3250. package/dist-esm/samples-dev/registryModelContainersCreateOrUpdateSample.d.ts.map +0 -1
  3251. package/dist-esm/samples-dev/registryModelContainersCreateOrUpdateSample.js +0 -46
  3252. package/dist-esm/samples-dev/registryModelContainersCreateOrUpdateSample.js.map +0 -1
  3253. package/dist-esm/samples-dev/registryModelContainersDeleteSample.d.ts +0 -2
  3254. package/dist-esm/samples-dev/registryModelContainersDeleteSample.d.ts.map +0 -1
  3255. package/dist-esm/samples-dev/registryModelContainersDeleteSample.js +0 -40
  3256. package/dist-esm/samples-dev/registryModelContainersDeleteSample.js.map +0 -1
  3257. package/dist-esm/samples-dev/registryModelContainersGetSample.d.ts +0 -2
  3258. package/dist-esm/samples-dev/registryModelContainersGetSample.d.ts.map +0 -1
  3259. package/dist-esm/samples-dev/registryModelContainersGetSample.js +0 -40
  3260. package/dist-esm/samples-dev/registryModelContainersGetSample.js.map +0 -1
  3261. package/dist-esm/samples-dev/registryModelContainersListSample.d.ts +0 -2
  3262. package/dist-esm/samples-dev/registryModelContainersListSample.d.ts.map +0 -1
  3263. package/dist-esm/samples-dev/registryModelContainersListSample.js +0 -55
  3264. package/dist-esm/samples-dev/registryModelContainersListSample.js.map +0 -1
  3265. package/dist-esm/samples-dev/registryModelVersionsCreateOrGetStartPendingUploadSample.d.ts +0 -2
  3266. package/dist-esm/samples-dev/registryModelVersionsCreateOrGetStartPendingUploadSample.d.ts.map +0 -1
  3267. package/dist-esm/samples-dev/registryModelVersionsCreateOrGetStartPendingUploadSample.js +0 -45
  3268. package/dist-esm/samples-dev/registryModelVersionsCreateOrGetStartPendingUploadSample.js.map +0 -1
  3269. package/dist-esm/samples-dev/registryModelVersionsCreateOrUpdateSample.d.ts +0 -2
  3270. package/dist-esm/samples-dev/registryModelVersionsCreateOrUpdateSample.d.ts.map +0 -1
  3271. package/dist-esm/samples-dev/registryModelVersionsCreateOrUpdateSample.js +0 -52
  3272. package/dist-esm/samples-dev/registryModelVersionsCreateOrUpdateSample.js.map +0 -1
  3273. package/dist-esm/samples-dev/registryModelVersionsDeleteSample.d.ts +0 -2
  3274. package/dist-esm/samples-dev/registryModelVersionsDeleteSample.d.ts.map +0 -1
  3275. package/dist-esm/samples-dev/registryModelVersionsDeleteSample.js +0 -41
  3276. package/dist-esm/samples-dev/registryModelVersionsDeleteSample.js.map +0 -1
  3277. package/dist-esm/samples-dev/registryModelVersionsGetSample.d.ts +0 -2
  3278. package/dist-esm/samples-dev/registryModelVersionsGetSample.d.ts.map +0 -1
  3279. package/dist-esm/samples-dev/registryModelVersionsGetSample.js +0 -41
  3280. package/dist-esm/samples-dev/registryModelVersionsGetSample.js.map +0 -1
  3281. package/dist-esm/samples-dev/registryModelVersionsListSample.d.ts +0 -2
  3282. package/dist-esm/samples-dev/registryModelVersionsListSample.d.ts.map +0 -1
  3283. package/dist-esm/samples-dev/registryModelVersionsListSample.js +0 -70
  3284. package/dist-esm/samples-dev/registryModelVersionsListSample.js.map +0 -1
  3285. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts +0 -2
  3286. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.d.ts.map +0 -1
  3287. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +0 -62
  3288. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +0 -1
  3289. package/dist-esm/samples-dev/schedulesDeleteSample.d.ts +0 -2
  3290. package/dist-esm/samples-dev/schedulesDeleteSample.d.ts.map +0 -1
  3291. package/dist-esm/samples-dev/schedulesDeleteSample.js +0 -40
  3292. package/dist-esm/samples-dev/schedulesDeleteSample.js.map +0 -1
  3293. package/dist-esm/samples-dev/schedulesGetSample.d.ts +0 -2
  3294. package/dist-esm/samples-dev/schedulesGetSample.d.ts.map +0 -1
  3295. package/dist-esm/samples-dev/schedulesGetSample.js +0 -40
  3296. package/dist-esm/samples-dev/schedulesGetSample.js.map +0 -1
  3297. package/dist-esm/samples-dev/schedulesListSample.d.ts +0 -2
  3298. package/dist-esm/samples-dev/schedulesListSample.d.ts.map +0 -1
  3299. package/dist-esm/samples-dev/schedulesListSample.js +0 -55
  3300. package/dist-esm/samples-dev/schedulesListSample.js.map +0 -1
  3301. package/dist-esm/samples-dev/serverlessEndpointsCreateOrUpdateSample.d.ts +0 -2
  3302. package/dist-esm/samples-dev/serverlessEndpointsCreateOrUpdateSample.d.ts.map +0 -1
  3303. package/dist-esm/samples-dev/serverlessEndpointsCreateOrUpdateSample.js +0 -61
  3304. package/dist-esm/samples-dev/serverlessEndpointsCreateOrUpdateSample.js.map +0 -1
  3305. package/dist-esm/samples-dev/serverlessEndpointsDeleteSample.d.ts +0 -2
  3306. package/dist-esm/samples-dev/serverlessEndpointsDeleteSample.d.ts.map +0 -1
  3307. package/dist-esm/samples-dev/serverlessEndpointsDeleteSample.js +0 -40
  3308. package/dist-esm/samples-dev/serverlessEndpointsDeleteSample.js.map +0 -1
  3309. package/dist-esm/samples-dev/serverlessEndpointsGetSample.d.ts +0 -2
  3310. package/dist-esm/samples-dev/serverlessEndpointsGetSample.d.ts.map +0 -1
  3311. package/dist-esm/samples-dev/serverlessEndpointsGetSample.js +0 -40
  3312. package/dist-esm/samples-dev/serverlessEndpointsGetSample.js.map +0 -1
  3313. package/dist-esm/samples-dev/serverlessEndpointsListKeysSample.d.ts +0 -2
  3314. package/dist-esm/samples-dev/serverlessEndpointsListKeysSample.d.ts.map +0 -1
  3315. package/dist-esm/samples-dev/serverlessEndpointsListKeysSample.js +0 -40
  3316. package/dist-esm/samples-dev/serverlessEndpointsListKeysSample.js.map +0 -1
  3317. package/dist-esm/samples-dev/serverlessEndpointsListSample.d.ts +0 -2
  3318. package/dist-esm/samples-dev/serverlessEndpointsListSample.d.ts.map +0 -1
  3319. package/dist-esm/samples-dev/serverlessEndpointsListSample.js +0 -55
  3320. package/dist-esm/samples-dev/serverlessEndpointsListSample.js.map +0 -1
  3321. package/dist-esm/samples-dev/serverlessEndpointsRegenerateKeysSample.d.ts +0 -2
  3322. package/dist-esm/samples-dev/serverlessEndpointsRegenerateKeysSample.d.ts.map +0 -1
  3323. package/dist-esm/samples-dev/serverlessEndpointsRegenerateKeysSample.js +0 -44
  3324. package/dist-esm/samples-dev/serverlessEndpointsRegenerateKeysSample.js.map +0 -1
  3325. package/dist-esm/samples-dev/serverlessEndpointsUpdateSample.d.ts +0 -2
  3326. package/dist-esm/samples-dev/serverlessEndpointsUpdateSample.d.ts.map +0 -1
  3327. package/dist-esm/samples-dev/serverlessEndpointsUpdateSample.js +0 -51
  3328. package/dist-esm/samples-dev/serverlessEndpointsUpdateSample.js.map +0 -1
  3329. package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
  3330. package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
  3331. package/dist-esm/samples-dev/usagesListSample.js +0 -54
  3332. package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
  3333. package/dist-esm/samples-dev/virtualMachineSizesListSample.d.ts +0 -2
  3334. package/dist-esm/samples-dev/virtualMachineSizesListSample.d.ts.map +0 -1
  3335. package/dist-esm/samples-dev/virtualMachineSizesListSample.js +0 -38
  3336. package/dist-esm/samples-dev/virtualMachineSizesListSample.js.map +0 -1
  3337. package/dist-esm/samples-dev/workspaceConnectionsCreateSample.d.ts +0 -2
  3338. package/dist-esm/samples-dev/workspaceConnectionsCreateSample.d.ts.map +0 -1
  3339. package/dist-esm/samples-dev/workspaceConnectionsCreateSample.js +0 -47
  3340. package/dist-esm/samples-dev/workspaceConnectionsCreateSample.js.map +0 -1
  3341. package/dist-esm/samples-dev/workspaceConnectionsDeleteSample.d.ts +0 -2
  3342. package/dist-esm/samples-dev/workspaceConnectionsDeleteSample.d.ts.map +0 -1
  3343. package/dist-esm/samples-dev/workspaceConnectionsDeleteSample.js +0 -40
  3344. package/dist-esm/samples-dev/workspaceConnectionsDeleteSample.js.map +0 -1
  3345. package/dist-esm/samples-dev/workspaceConnectionsGetSample.d.ts +0 -2
  3346. package/dist-esm/samples-dev/workspaceConnectionsGetSample.d.ts.map +0 -1
  3347. package/dist-esm/samples-dev/workspaceConnectionsGetSample.js +0 -40
  3348. package/dist-esm/samples-dev/workspaceConnectionsGetSample.js.map +0 -1
  3349. package/dist-esm/samples-dev/workspaceConnectionsListSample.d.ts +0 -2
  3350. package/dist-esm/samples-dev/workspaceConnectionsListSample.d.ts.map +0 -1
  3351. package/dist-esm/samples-dev/workspaceConnectionsListSample.js +0 -58
  3352. package/dist-esm/samples-dev/workspaceConnectionsListSample.js.map +0 -1
  3353. package/dist-esm/samples-dev/workspaceConnectionsListSecretsSample.d.ts +0 -2
  3354. package/dist-esm/samples-dev/workspaceConnectionsListSecretsSample.d.ts.map +0 -1
  3355. package/dist-esm/samples-dev/workspaceConnectionsListSecretsSample.js +0 -40
  3356. package/dist-esm/samples-dev/workspaceConnectionsListSecretsSample.js.map +0 -1
  3357. package/dist-esm/samples-dev/workspaceFeaturesListSample.d.ts +0 -2
  3358. package/dist-esm/samples-dev/workspaceFeaturesListSample.d.ts.map +0 -1
  3359. package/dist-esm/samples-dev/workspaceFeaturesListSample.js +0 -55
  3360. package/dist-esm/samples-dev/workspaceFeaturesListSample.js.map +0 -1
  3361. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts +0 -2
  3362. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
  3363. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -75
  3364. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +0 -1
  3365. package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +0 -2
  3366. package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +0 -1
  3367. package/dist-esm/samples-dev/workspacesDeleteSample.js +0 -39
  3368. package/dist-esm/samples-dev/workspacesDeleteSample.js.map +0 -1
  3369. package/dist-esm/samples-dev/workspacesDiagnoseSample.d.ts +0 -2
  3370. package/dist-esm/samples-dev/workspacesDiagnoseSample.d.ts.map +0 -1
  3371. package/dist-esm/samples-dev/workspacesDiagnoseSample.js +0 -53
  3372. package/dist-esm/samples-dev/workspacesDiagnoseSample.js.map +0 -1
  3373. package/dist-esm/samples-dev/workspacesGetSample.d.ts +0 -2
  3374. package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +0 -1
  3375. package/dist-esm/samples-dev/workspacesGetSample.js +0 -39
  3376. package/dist-esm/samples-dev/workspacesGetSample.js.map +0 -1
  3377. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts +0 -2
  3378. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.d.ts.map +0 -1
  3379. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +0 -54
  3380. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js.map +0 -1
  3381. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts +0 -2
  3382. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.d.ts.map +0 -1
  3383. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +0 -53
  3384. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js.map +0 -1
  3385. package/dist-esm/samples-dev/workspacesListKeysSample.d.ts +0 -2
  3386. package/dist-esm/samples-dev/workspacesListKeysSample.d.ts.map +0 -1
  3387. package/dist-esm/samples-dev/workspacesListKeysSample.js +0 -39
  3388. package/dist-esm/samples-dev/workspacesListKeysSample.js.map +0 -1
  3389. package/dist-esm/samples-dev/workspacesListNotebookAccessTokenSample.d.ts +0 -2
  3390. package/dist-esm/samples-dev/workspacesListNotebookAccessTokenSample.d.ts.map +0 -1
  3391. package/dist-esm/samples-dev/workspacesListNotebookAccessTokenSample.js +0 -39
  3392. package/dist-esm/samples-dev/workspacesListNotebookAccessTokenSample.js.map +0 -1
  3393. package/dist-esm/samples-dev/workspacesListNotebookKeysSample.d.ts +0 -2
  3394. package/dist-esm/samples-dev/workspacesListNotebookKeysSample.d.ts.map +0 -1
  3395. package/dist-esm/samples-dev/workspacesListNotebookKeysSample.js +0 -39
  3396. package/dist-esm/samples-dev/workspacesListNotebookKeysSample.js.map +0 -1
  3397. package/dist-esm/samples-dev/workspacesListOutboundNetworkDependenciesEndpointsSample.d.ts +0 -2
  3398. package/dist-esm/samples-dev/workspacesListOutboundNetworkDependenciesEndpointsSample.d.ts.map +0 -1
  3399. package/dist-esm/samples-dev/workspacesListOutboundNetworkDependenciesEndpointsSample.js +0 -39
  3400. package/dist-esm/samples-dev/workspacesListOutboundNetworkDependenciesEndpointsSample.js.map +0 -1
  3401. package/dist-esm/samples-dev/workspacesListStorageAccountKeysSample.d.ts +0 -2
  3402. package/dist-esm/samples-dev/workspacesListStorageAccountKeysSample.d.ts.map +0 -1
  3403. package/dist-esm/samples-dev/workspacesListStorageAccountKeysSample.js +0 -39
  3404. package/dist-esm/samples-dev/workspacesListStorageAccountKeysSample.js.map +0 -1
  3405. package/dist-esm/samples-dev/workspacesPrepareNotebookSample.d.ts +0 -2
  3406. package/dist-esm/samples-dev/workspacesPrepareNotebookSample.d.ts.map +0 -1
  3407. package/dist-esm/samples-dev/workspacesPrepareNotebookSample.js +0 -39
  3408. package/dist-esm/samples-dev/workspacesPrepareNotebookSample.js.map +0 -1
  3409. package/dist-esm/samples-dev/workspacesResyncKeysSample.d.ts +0 -2
  3410. package/dist-esm/samples-dev/workspacesResyncKeysSample.d.ts.map +0 -1
  3411. package/dist-esm/samples-dev/workspacesResyncKeysSample.js +0 -39
  3412. package/dist-esm/samples-dev/workspacesResyncKeysSample.js.map +0 -1
  3413. package/dist-esm/samples-dev/workspacesUpdateSample.d.ts +0 -2
  3414. package/dist-esm/samples-dev/workspacesUpdateSample.d.ts.map +0 -1
  3415. package/dist-esm/samples-dev/workspacesUpdateSample.js +0 -44
  3416. package/dist-esm/samples-dev/workspacesUpdateSample.js.map +0 -1
  3417. package/dist-esm/src/azureMachineLearningServicesManagementClient.d.ts +0 -67
  3418. package/dist-esm/src/azureMachineLearningServicesManagementClient.d.ts.map +0 -1
  3419. package/dist-esm/src/azureMachineLearningServicesManagementClient.js +0 -147
  3420. package/dist-esm/src/azureMachineLearningServicesManagementClient.js.map +0 -1
  3421. package/dist-esm/src/index.d.ts +0 -5
  3422. package/dist-esm/src/index.d.ts.map +0 -1
  3423. package/dist-esm/src/index.js +0 -13
  3424. package/dist-esm/src/index.js.map +0 -1
  3425. package/dist-esm/src/lroImpl.d.ts +0 -11
  3426. package/dist-esm/src/lroImpl.d.ts.map +0 -1
  3427. package/dist-esm/src/lroImpl.js +0 -21
  3428. package/dist-esm/src/lroImpl.js.map +0 -1
  3429. package/dist-esm/src/models/index.d.ts +0 -12012
  3430. package/dist-esm/src/models/index.d.ts.map +0 -1
  3431. package/dist-esm/src/models/index.js +0 -2278
  3432. package/dist-esm/src/models/index.js.map +0 -1
  3433. package/dist-esm/src/models/mappers.d.ts +0 -779
  3434. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  3435. package/dist-esm/src/models/mappers.js +0 -16629
  3436. package/dist-esm/src/models/mappers.js.map +0 -1
  3437. package/dist-esm/src/models/parameters.d.ts +0 -115
  3438. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  3439. package/dist-esm/src/models/parameters.js +0 -905
  3440. package/dist-esm/src/models/parameters.js.map +0 -1
  3441. package/dist-esm/src/operations/batchDeployments.d.ts +0 -109
  3442. package/dist-esm/src/operations/batchDeployments.d.ts.map +0 -1
  3443. package/dist-esm/src/operations/batchDeployments.js +0 -497
  3444. package/dist-esm/src/operations/batchDeployments.js.map +0 -1
  3445. package/dist-esm/src/operations/batchEndpoints.d.ts +0 -107
  3446. package/dist-esm/src/operations/batchEndpoints.d.ts.map +0 -1
  3447. package/dist-esm/src/operations/batchEndpoints.js +0 -482
  3448. package/dist-esm/src/operations/batchEndpoints.js.map +0 -1
  3449. package/dist-esm/src/operations/codeContainers.d.ts +0 -63
  3450. package/dist-esm/src/operations/codeContainers.d.ts.map +0 -1
  3451. package/dist-esm/src/operations/codeContainers.js +0 -251
  3452. package/dist-esm/src/operations/codeContainers.js.map +0 -1
  3453. package/dist-esm/src/operations/codeVersions.d.ts +0 -100
  3454. package/dist-esm/src/operations/codeVersions.d.ts.map +0 -1
  3455. package/dist-esm/src/operations/codeVersions.js +0 -396
  3456. package/dist-esm/src/operations/codeVersions.js.map +0 -1
  3457. package/dist-esm/src/operations/componentContainers.d.ts +0 -63
  3458. package/dist-esm/src/operations/componentContainers.d.ts.map +0 -1
  3459. package/dist-esm/src/operations/componentContainers.js +0 -255
  3460. package/dist-esm/src/operations/componentContainers.js.map +0 -1
  3461. package/dist-esm/src/operations/componentVersions.d.ts +0 -90
  3462. package/dist-esm/src/operations/componentVersions.d.ts.map +0 -1
  3463. package/dist-esm/src/operations/componentVersions.js +0 -358
  3464. package/dist-esm/src/operations/componentVersions.js.map +0 -1
  3465. package/dist-esm/src/operations/computeOperations.d.ts +0 -193
  3466. package/dist-esm/src/operations/computeOperations.d.ts.map +0 -1
  3467. package/dist-esm/src/operations/computeOperations.js +0 -878
  3468. package/dist-esm/src/operations/computeOperations.js.map +0 -1
  3469. package/dist-esm/src/operations/dataContainers.d.ts +0 -63
  3470. package/dist-esm/src/operations/dataContainers.d.ts.map +0 -1
  3471. package/dist-esm/src/operations/dataContainers.js +0 -255
  3472. package/dist-esm/src/operations/dataContainers.js.map +0 -1
  3473. package/dist-esm/src/operations/dataVersions.d.ts +0 -90
  3474. package/dist-esm/src/operations/dataVersions.d.ts.map +0 -1
  3475. package/dist-esm/src/operations/dataVersions.js +0 -359
  3476. package/dist-esm/src/operations/dataVersions.js.map +0 -1
  3477. package/dist-esm/src/operations/datastores.d.ts +0 -71
  3478. package/dist-esm/src/operations/datastores.d.ts.map +0 -1
  3479. package/dist-esm/src/operations/datastores.js +0 -292
  3480. package/dist-esm/src/operations/datastores.js.map +0 -1
  3481. package/dist-esm/src/operations/environmentContainers.d.ts +0 -63
  3482. package/dist-esm/src/operations/environmentContainers.d.ts.map +0 -1
  3483. package/dist-esm/src/operations/environmentContainers.js +0 -255
  3484. package/dist-esm/src/operations/environmentContainers.js.map +0 -1
  3485. package/dist-esm/src/operations/environmentVersions.d.ts +0 -90
  3486. package/dist-esm/src/operations/environmentVersions.d.ts.map +0 -1
  3487. package/dist-esm/src/operations/environmentVersions.js +0 -358
  3488. package/dist-esm/src/operations/environmentVersions.js.map +0 -1
  3489. package/dist-esm/src/operations/features.d.ts +0 -54
  3490. package/dist-esm/src/operations/features.d.ts.map +0 -1
  3491. package/dist-esm/src/operations/features.js +0 -224
  3492. package/dist-esm/src/operations/features.js.map +0 -1
  3493. package/dist-esm/src/operations/featuresetContainers.d.ts +0 -81
  3494. package/dist-esm/src/operations/featuresetContainers.d.ts.map +0 -1
  3495. package/dist-esm/src/operations/featuresetContainers.js +0 -367
  3496. package/dist-esm/src/operations/featuresetContainers.js.map +0 -1
  3497. package/dist-esm/src/operations/featuresetVersions.d.ts +0 -109
  3498. package/dist-esm/src/operations/featuresetVersions.d.ts.map +0 -1
  3499. package/dist-esm/src/operations/featuresetVersions.js +0 -478
  3500. package/dist-esm/src/operations/featuresetVersions.js.map +0 -1
  3501. package/dist-esm/src/operations/featurestoreEntityContainers.d.ts +0 -81
  3502. package/dist-esm/src/operations/featurestoreEntityContainers.d.ts.map +0 -1
  3503. package/dist-esm/src/operations/featurestoreEntityContainers.js +0 -367
  3504. package/dist-esm/src/operations/featurestoreEntityContainers.js.map +0 -1
  3505. package/dist-esm/src/operations/featurestoreEntityVersions.d.ts +0 -89
  3506. package/dist-esm/src/operations/featurestoreEntityVersions.d.ts.map +0 -1
  3507. package/dist-esm/src/operations/featurestoreEntityVersions.js +0 -382
  3508. package/dist-esm/src/operations/featurestoreEntityVersions.js.map +0 -1
  3509. package/dist-esm/src/operations/index.d.ts +0 -49
  3510. package/dist-esm/src/operations/index.d.ts.map +0 -1
  3511. package/dist-esm/src/operations/index.js +0 -56
  3512. package/dist-esm/src/operations/index.js.map +0 -1
  3513. package/dist-esm/src/operations/jobs.d.ts +0 -89
  3514. package/dist-esm/src/operations/jobs.d.ts.map +0 -1
  3515. package/dist-esm/src/operations/jobs.js +0 -392
  3516. package/dist-esm/src/operations/jobs.js.map +0 -1
  3517. package/dist-esm/src/operations/managedNetworkProvisions.d.ts +0 -28
  3518. package/dist-esm/src/operations/managedNetworkProvisions.d.ts.map +0 -1
  3519. package/dist-esm/src/operations/managedNetworkProvisions.js +0 -114
  3520. package/dist-esm/src/operations/managedNetworkProvisions.js.map +0 -1
  3521. package/dist-esm/src/operations/managedNetworkSettingsRule.d.ts +0 -83
  3522. package/dist-esm/src/operations/managedNetworkSettingsRule.d.ts.map +0 -1
  3523. package/dist-esm/src/operations/managedNetworkSettingsRule.js +0 -359
  3524. package/dist-esm/src/operations/managedNetworkSettingsRule.js.map +0 -1
  3525. package/dist-esm/src/operations/marketplaceSubscriptions.d.ts +0 -81
  3526. package/dist-esm/src/operations/marketplaceSubscriptions.d.ts.map +0 -1
  3527. package/dist-esm/src/operations/marketplaceSubscriptions.js +0 -366
  3528. package/dist-esm/src/operations/marketplaceSubscriptions.js.map +0 -1
  3529. package/dist-esm/src/operations/modelContainers.d.ts +0 -63
  3530. package/dist-esm/src/operations/modelContainers.d.ts.map +0 -1
  3531. package/dist-esm/src/operations/modelContainers.js +0 -256
  3532. package/dist-esm/src/operations/modelContainers.js.map +0 -1
  3533. package/dist-esm/src/operations/modelVersions.d.ts +0 -90
  3534. package/dist-esm/src/operations/modelVersions.d.ts.map +0 -1
  3535. package/dist-esm/src/operations/modelVersions.js +0 -364
  3536. package/dist-esm/src/operations/modelVersions.js.map +0 -1
  3537. package/dist-esm/src/operations/onlineDeployments.d.ts +0 -149
  3538. package/dist-esm/src/operations/onlineDeployments.d.ts.map +0 -1
  3539. package/dist-esm/src/operations/onlineDeployments.js +0 -688
  3540. package/dist-esm/src/operations/onlineDeployments.js.map +0 -1
  3541. package/dist-esm/src/operations/onlineEndpoints.d.ts +0 -133
  3542. package/dist-esm/src/operations/onlineEndpoints.d.ts.map +0 -1
  3543. package/dist-esm/src/operations/onlineEndpoints.js +0 -608
  3544. package/dist-esm/src/operations/onlineEndpoints.js.map +0 -1
  3545. package/dist-esm/src/operations/operations.d.ts +0 -26
  3546. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  3547. package/dist-esm/src/operations/operations.js +0 -96
  3548. package/dist-esm/src/operations/operations.js.map +0 -1
  3549. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -58
  3550. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  3551. package/dist-esm/src/operations/privateEndpointConnections.js +0 -222
  3552. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  3553. package/dist-esm/src/operations/privateLinkResources.d.ts +0 -20
  3554. package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
  3555. package/dist-esm/src/operations/privateLinkResources.js +0 -53
  3556. package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
  3557. package/dist-esm/src/operations/quotas.d.ts +0 -42
  3558. package/dist-esm/src/operations/quotas.d.ts.map +0 -1
  3559. package/dist-esm/src/operations/quotas.js +0 -176
  3560. package/dist-esm/src/operations/quotas.js.map +0 -1
  3561. package/dist-esm/src/operations/registries.d.ts +0 -115
  3562. package/dist-esm/src/operations/registries.d.ts.map +0 -1
  3563. package/dist-esm/src/operations/registries.js +0 -579
  3564. package/dist-esm/src/operations/registries.js.map +0 -1
  3565. package/dist-esm/src/operations/registryCodeContainers.d.ts +0 -81
  3566. package/dist-esm/src/operations/registryCodeContainers.d.ts.map +0 -1
  3567. package/dist-esm/src/operations/registryCodeContainers.js +0 -358
  3568. package/dist-esm/src/operations/registryCodeContainers.js.map +0 -1
  3569. package/dist-esm/src/operations/registryCodeVersions.d.ts +0 -99
  3570. package/dist-esm/src/operations/registryCodeVersions.d.ts.map +0 -1
  3571. package/dist-esm/src/operations/registryCodeVersions.js +0 -420
  3572. package/dist-esm/src/operations/registryCodeVersions.js.map +0 -1
  3573. package/dist-esm/src/operations/registryComponentContainers.d.ts +0 -81
  3574. package/dist-esm/src/operations/registryComponentContainers.d.ts.map +0 -1
  3575. package/dist-esm/src/operations/registryComponentContainers.js +0 -358
  3576. package/dist-esm/src/operations/registryComponentContainers.js.map +0 -1
  3577. package/dist-esm/src/operations/registryComponentVersions.d.ts +0 -89
  3578. package/dist-esm/src/operations/registryComponentVersions.d.ts.map +0 -1
  3579. package/dist-esm/src/operations/registryComponentVersions.js +0 -389
  3580. package/dist-esm/src/operations/registryComponentVersions.js.map +0 -1
  3581. package/dist-esm/src/operations/registryDataContainers.d.ts +0 -81
  3582. package/dist-esm/src/operations/registryDataContainers.d.ts.map +0 -1
  3583. package/dist-esm/src/operations/registryDataContainers.js +0 -362
  3584. package/dist-esm/src/operations/registryDataContainers.js.map +0 -1
  3585. package/dist-esm/src/operations/registryDataReferences.d.ts +0 -23
  3586. package/dist-esm/src/operations/registryDataReferences.d.ts.map +0 -1
  3587. package/dist-esm/src/operations/registryDataReferences.js +0 -60
  3588. package/dist-esm/src/operations/registryDataReferences.js.map +0 -1
  3589. package/dist-esm/src/operations/registryDataVersions.d.ts +0 -99
  3590. package/dist-esm/src/operations/registryDataVersions.d.ts.map +0 -1
  3591. package/dist-esm/src/operations/registryDataVersions.js +0 -415
  3592. package/dist-esm/src/operations/registryDataVersions.js.map +0 -1
  3593. package/dist-esm/src/operations/registryEnvironmentContainers.d.ts +0 -81
  3594. package/dist-esm/src/operations/registryEnvironmentContainers.d.ts.map +0 -1
  3595. package/dist-esm/src/operations/registryEnvironmentContainers.js +0 -362
  3596. package/dist-esm/src/operations/registryEnvironmentContainers.js.map +0 -1
  3597. package/dist-esm/src/operations/registryEnvironmentVersions.d.ts +0 -89
  3598. package/dist-esm/src/operations/registryEnvironmentVersions.d.ts.map +0 -1
  3599. package/dist-esm/src/operations/registryEnvironmentVersions.js +0 -390
  3600. package/dist-esm/src/operations/registryEnvironmentVersions.js.map +0 -1
  3601. package/dist-esm/src/operations/registryModelContainers.d.ts +0 -81
  3602. package/dist-esm/src/operations/registryModelContainers.d.ts.map +0 -1
  3603. package/dist-esm/src/operations/registryModelContainers.js +0 -362
  3604. package/dist-esm/src/operations/registryModelContainers.js.map +0 -1
  3605. package/dist-esm/src/operations/registryModelVersions.d.ts +0 -99
  3606. package/dist-esm/src/operations/registryModelVersions.d.ts.map +0 -1
  3607. package/dist-esm/src/operations/registryModelVersions.js +0 -425
  3608. package/dist-esm/src/operations/registryModelVersions.js.map +0 -1
  3609. package/dist-esm/src/operations/schedules.d.ts +0 -81
  3610. package/dist-esm/src/operations/schedules.d.ts.map +0 -1
  3611. package/dist-esm/src/operations/schedules.js +0 -362
  3612. package/dist-esm/src/operations/schedules.js.map +0 -1
  3613. package/dist-esm/src/operations/serverlessEndpoints.d.ts +0 -125
  3614. package/dist-esm/src/operations/serverlessEndpoints.d.ts.map +0 -1
  3615. package/dist-esm/src/operations/serverlessEndpoints.js +0 -583
  3616. package/dist-esm/src/operations/serverlessEndpoints.js.map +0 -1
  3617. package/dist-esm/src/operations/usages.d.ts +0 -37
  3618. package/dist-esm/src/operations/usages.d.ts.map +0 -1
  3619. package/dist-esm/src/operations/usages.js +0 -147
  3620. package/dist-esm/src/operations/usages.js.map +0 -1
  3621. package/dist-esm/src/operations/virtualMachineSizes.d.ts +0 -19
  3622. package/dist-esm/src/operations/virtualMachineSizes.d.ts.map +0 -1
  3623. package/dist-esm/src/operations/virtualMachineSizes.js +0 -51
  3624. package/dist-esm/src/operations/virtualMachineSizes.js.map +0 -1
  3625. package/dist-esm/src/operations/workspaceConnections.d.ts +0 -66
  3626. package/dist-esm/src/operations/workspaceConnections.d.ts.map +0 -1
  3627. package/dist-esm/src/operations/workspaceConnections.js +0 -279
  3628. package/dist-esm/src/operations/workspaceConnections.js.map +0 -1
  3629. package/dist-esm/src/operations/workspaceFeatures.d.ts +0 -38
  3630. package/dist-esm/src/operations/workspaceFeatures.d.ts.map +0 -1
  3631. package/dist-esm/src/operations/workspaceFeatures.js +0 -150
  3632. package/dist-esm/src/operations/workspaceFeatures.js.map +0 -1
  3633. package/dist-esm/src/operations/workspaces.d.ts +0 -188
  3634. package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
  3635. package/dist-esm/src/operations/workspaces.js +0 -948
  3636. package/dist-esm/src/operations/workspaces.js.map +0 -1
  3637. package/dist-esm/src/operationsInterfaces/batchDeployments.d.ts +0 -82
  3638. package/dist-esm/src/operationsInterfaces/batchDeployments.d.ts.map +0 -1
  3639. package/dist-esm/src/operationsInterfaces/batchDeployments.js +0 -9
  3640. package/dist-esm/src/operationsInterfaces/batchDeployments.js.map +0 -1
  3641. package/dist-esm/src/operationsInterfaces/batchEndpoints.d.ts +0 -82
  3642. package/dist-esm/src/operationsInterfaces/batchEndpoints.d.ts.map +0 -1
  3643. package/dist-esm/src/operationsInterfaces/batchEndpoints.js +0 -9
  3644. package/dist-esm/src/operationsInterfaces/batchEndpoints.js.map +0 -1
  3645. package/dist-esm/src/operationsInterfaces/codeContainers.d.ts +0 -38
  3646. package/dist-esm/src/operationsInterfaces/codeContainers.d.ts.map +0 -1
  3647. package/dist-esm/src/operationsInterfaces/codeContainers.js +0 -9
  3648. package/dist-esm/src/operationsInterfaces/codeContainers.js.map +0 -1
  3649. package/dist-esm/src/operationsInterfaces/codeVersions.d.ts +0 -73
  3650. package/dist-esm/src/operationsInterfaces/codeVersions.d.ts.map +0 -1
  3651. package/dist-esm/src/operationsInterfaces/codeVersions.js +0 -9
  3652. package/dist-esm/src/operationsInterfaces/codeVersions.js.map +0 -1
  3653. package/dist-esm/src/operationsInterfaces/componentContainers.d.ts +0 -38
  3654. package/dist-esm/src/operationsInterfaces/componentContainers.d.ts.map +0 -1
  3655. package/dist-esm/src/operationsInterfaces/componentContainers.js +0 -9
  3656. package/dist-esm/src/operationsInterfaces/componentContainers.js.map +0 -1
  3657. package/dist-esm/src/operationsInterfaces/componentVersions.d.ts +0 -63
  3658. package/dist-esm/src/operationsInterfaces/componentVersions.d.ts.map +0 -1
  3659. package/dist-esm/src/operationsInterfaces/componentVersions.js +0 -9
  3660. package/dist-esm/src/operationsInterfaces/componentVersions.js.map +0 -1
  3661. package/dist-esm/src/operationsInterfaces/computeOperations.d.ts +0 -149
  3662. package/dist-esm/src/operationsInterfaces/computeOperations.d.ts.map +0 -1
  3663. package/dist-esm/src/operationsInterfaces/computeOperations.js +0 -9
  3664. package/dist-esm/src/operationsInterfaces/computeOperations.js.map +0 -1
  3665. package/dist-esm/src/operationsInterfaces/dataContainers.d.ts +0 -38
  3666. package/dist-esm/src/operationsInterfaces/dataContainers.d.ts.map +0 -1
  3667. package/dist-esm/src/operationsInterfaces/dataContainers.js +0 -9
  3668. package/dist-esm/src/operationsInterfaces/dataContainers.js.map +0 -1
  3669. package/dist-esm/src/operationsInterfaces/dataVersions.d.ts +0 -63
  3670. package/dist-esm/src/operationsInterfaces/dataVersions.d.ts.map +0 -1
  3671. package/dist-esm/src/operationsInterfaces/dataVersions.js +0 -9
  3672. package/dist-esm/src/operationsInterfaces/dataVersions.js.map +0 -1
  3673. package/dist-esm/src/operationsInterfaces/datastores.d.ts +0 -46
  3674. package/dist-esm/src/operationsInterfaces/datastores.d.ts.map +0 -1
  3675. package/dist-esm/src/operationsInterfaces/datastores.js +0 -9
  3676. package/dist-esm/src/operationsInterfaces/datastores.js.map +0 -1
  3677. package/dist-esm/src/operationsInterfaces/environmentContainers.d.ts +0 -38
  3678. package/dist-esm/src/operationsInterfaces/environmentContainers.d.ts.map +0 -1
  3679. package/dist-esm/src/operationsInterfaces/environmentContainers.js +0 -9
  3680. package/dist-esm/src/operationsInterfaces/environmentContainers.js.map +0 -1
  3681. package/dist-esm/src/operationsInterfaces/environmentVersions.d.ts +0 -63
  3682. package/dist-esm/src/operationsInterfaces/environmentVersions.d.ts.map +0 -1
  3683. package/dist-esm/src/operationsInterfaces/environmentVersions.js +0 -9
  3684. package/dist-esm/src/operationsInterfaces/environmentVersions.js.map +0 -1
  3685. package/dist-esm/src/operationsInterfaces/features.d.ts +0 -25
  3686. package/dist-esm/src/operationsInterfaces/features.d.ts.map +0 -1
  3687. package/dist-esm/src/operationsInterfaces/features.js +0 -9
  3688. package/dist-esm/src/operationsInterfaces/features.js.map +0 -1
  3689. package/dist-esm/src/operationsInterfaces/featuresetContainers.d.ts +0 -56
  3690. package/dist-esm/src/operationsInterfaces/featuresetContainers.d.ts.map +0 -1
  3691. package/dist-esm/src/operationsInterfaces/featuresetContainers.js +0 -9
  3692. package/dist-esm/src/operationsInterfaces/featuresetContainers.js.map +0 -1
  3693. package/dist-esm/src/operationsInterfaces/featuresetVersions.d.ts +0 -82
  3694. package/dist-esm/src/operationsInterfaces/featuresetVersions.d.ts.map +0 -1
  3695. package/dist-esm/src/operationsInterfaces/featuresetVersions.js +0 -9
  3696. package/dist-esm/src/operationsInterfaces/featuresetVersions.js.map +0 -1
  3697. package/dist-esm/src/operationsInterfaces/featurestoreEntityContainers.d.ts +0 -56
  3698. package/dist-esm/src/operationsInterfaces/featurestoreEntityContainers.d.ts.map +0 -1
  3699. package/dist-esm/src/operationsInterfaces/featurestoreEntityContainers.js +0 -9
  3700. package/dist-esm/src/operationsInterfaces/featurestoreEntityContainers.js.map +0 -1
  3701. package/dist-esm/src/operationsInterfaces/featurestoreEntityVersions.d.ts +0 -62
  3702. package/dist-esm/src/operationsInterfaces/featurestoreEntityVersions.d.ts.map +0 -1
  3703. package/dist-esm/src/operationsInterfaces/featurestoreEntityVersions.js +0 -9
  3704. package/dist-esm/src/operationsInterfaces/featurestoreEntityVersions.js.map +0 -1
  3705. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -49
  3706. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  3707. package/dist-esm/src/operationsInterfaces/index.js +0 -56
  3708. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  3709. package/dist-esm/src/operationsInterfaces/jobs.d.ts +0 -64
  3710. package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +0 -1
  3711. package/dist-esm/src/operationsInterfaces/jobs.js +0 -9
  3712. package/dist-esm/src/operationsInterfaces/jobs.js.map +0 -1
  3713. package/dist-esm/src/operationsInterfaces/managedNetworkProvisions.d.ts +0 -20
  3714. package/dist-esm/src/operationsInterfaces/managedNetworkProvisions.d.ts.map +0 -1
  3715. package/dist-esm/src/operationsInterfaces/managedNetworkProvisions.js +0 -9
  3716. package/dist-esm/src/operationsInterfaces/managedNetworkProvisions.js.map +0 -1
  3717. package/dist-esm/src/operationsInterfaces/managedNetworkSettingsRule.d.ts +0 -58
  3718. package/dist-esm/src/operationsInterfaces/managedNetworkSettingsRule.d.ts.map +0 -1
  3719. package/dist-esm/src/operationsInterfaces/managedNetworkSettingsRule.js +0 -9
  3720. package/dist-esm/src/operationsInterfaces/managedNetworkSettingsRule.js.map +0 -1
  3721. package/dist-esm/src/operationsInterfaces/marketplaceSubscriptions.d.ts +0 -56
  3722. package/dist-esm/src/operationsInterfaces/marketplaceSubscriptions.d.ts.map +0 -1
  3723. package/dist-esm/src/operationsInterfaces/marketplaceSubscriptions.js +0 -9
  3724. package/dist-esm/src/operationsInterfaces/marketplaceSubscriptions.js.map +0 -1
  3725. package/dist-esm/src/operationsInterfaces/modelContainers.d.ts +0 -38
  3726. package/dist-esm/src/operationsInterfaces/modelContainers.d.ts.map +0 -1
  3727. package/dist-esm/src/operationsInterfaces/modelContainers.js +0 -9
  3728. package/dist-esm/src/operationsInterfaces/modelContainers.js.map +0 -1
  3729. package/dist-esm/src/operationsInterfaces/modelVersions.d.ts +0 -63
  3730. package/dist-esm/src/operationsInterfaces/modelVersions.d.ts.map +0 -1
  3731. package/dist-esm/src/operationsInterfaces/modelVersions.js +0 -9
  3732. package/dist-esm/src/operationsInterfaces/modelVersions.js.map +0 -1
  3733. package/dist-esm/src/operationsInterfaces/onlineDeployments.d.ts +0 -101
  3734. package/dist-esm/src/operationsInterfaces/onlineDeployments.d.ts.map +0 -1
  3735. package/dist-esm/src/operationsInterfaces/onlineDeployments.js +0 -9
  3736. package/dist-esm/src/operationsInterfaces/onlineDeployments.js.map +0 -1
  3737. package/dist-esm/src/operationsInterfaces/onlineEndpoints.d.ts +0 -108
  3738. package/dist-esm/src/operationsInterfaces/onlineEndpoints.d.ts.map +0 -1
  3739. package/dist-esm/src/operationsInterfaces/onlineEndpoints.js +0 -9
  3740. package/dist-esm/src/operationsInterfaces/onlineEndpoints.js.map +0 -1
  3741. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  3742. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  3743. package/dist-esm/src/operationsInterfaces/operations.js +0 -9
  3744. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  3745. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -41
  3746. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  3747. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +0 -9
  3748. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  3749. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -12
  3750. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
  3751. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +0 -9
  3752. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
  3753. package/dist-esm/src/operationsInterfaces/quotas.d.ts +0 -19
  3754. package/dist-esm/src/operationsInterfaces/quotas.d.ts.map +0 -1
  3755. package/dist-esm/src/operationsInterfaces/quotas.js +0 -9
  3756. package/dist-esm/src/operationsInterfaces/quotas.js.map +0 -1
  3757. package/dist-esm/src/operationsInterfaces/registries.d.ts +0 -79
  3758. package/dist-esm/src/operationsInterfaces/registries.d.ts.map +0 -1
  3759. package/dist-esm/src/operationsInterfaces/registries.js +0 -9
  3760. package/dist-esm/src/operationsInterfaces/registries.js.map +0 -1
  3761. package/dist-esm/src/operationsInterfaces/registryCodeContainers.d.ts +0 -56
  3762. package/dist-esm/src/operationsInterfaces/registryCodeContainers.d.ts.map +0 -1
  3763. package/dist-esm/src/operationsInterfaces/registryCodeContainers.js +0 -9
  3764. package/dist-esm/src/operationsInterfaces/registryCodeContainers.js.map +0 -1
  3765. package/dist-esm/src/operationsInterfaces/registryCodeVersions.d.ts +0 -72
  3766. package/dist-esm/src/operationsInterfaces/registryCodeVersions.d.ts.map +0 -1
  3767. package/dist-esm/src/operationsInterfaces/registryCodeVersions.js +0 -9
  3768. package/dist-esm/src/operationsInterfaces/registryCodeVersions.js.map +0 -1
  3769. package/dist-esm/src/operationsInterfaces/registryComponentContainers.d.ts +0 -56
  3770. package/dist-esm/src/operationsInterfaces/registryComponentContainers.d.ts.map +0 -1
  3771. package/dist-esm/src/operationsInterfaces/registryComponentContainers.js +0 -9
  3772. package/dist-esm/src/operationsInterfaces/registryComponentContainers.js.map +0 -1
  3773. package/dist-esm/src/operationsInterfaces/registryComponentVersions.d.ts +0 -62
  3774. package/dist-esm/src/operationsInterfaces/registryComponentVersions.d.ts.map +0 -1
  3775. package/dist-esm/src/operationsInterfaces/registryComponentVersions.js +0 -9
  3776. package/dist-esm/src/operationsInterfaces/registryComponentVersions.js.map +0 -1
  3777. package/dist-esm/src/operationsInterfaces/registryDataContainers.d.ts +0 -56
  3778. package/dist-esm/src/operationsInterfaces/registryDataContainers.d.ts.map +0 -1
  3779. package/dist-esm/src/operationsInterfaces/registryDataContainers.js +0 -9
  3780. package/dist-esm/src/operationsInterfaces/registryDataContainers.js.map +0 -1
  3781. package/dist-esm/src/operationsInterfaces/registryDataReferences.d.ts +0 -15
  3782. package/dist-esm/src/operationsInterfaces/registryDataReferences.d.ts.map +0 -1
  3783. package/dist-esm/src/operationsInterfaces/registryDataReferences.js +0 -9
  3784. package/dist-esm/src/operationsInterfaces/registryDataReferences.js.map +0 -1
  3785. package/dist-esm/src/operationsInterfaces/registryDataVersions.d.ts +0 -72
  3786. package/dist-esm/src/operationsInterfaces/registryDataVersions.d.ts.map +0 -1
  3787. package/dist-esm/src/operationsInterfaces/registryDataVersions.js +0 -9
  3788. package/dist-esm/src/operationsInterfaces/registryDataVersions.js.map +0 -1
  3789. package/dist-esm/src/operationsInterfaces/registryEnvironmentContainers.d.ts +0 -56
  3790. package/dist-esm/src/operationsInterfaces/registryEnvironmentContainers.d.ts.map +0 -1
  3791. package/dist-esm/src/operationsInterfaces/registryEnvironmentContainers.js +0 -9
  3792. package/dist-esm/src/operationsInterfaces/registryEnvironmentContainers.js.map +0 -1
  3793. package/dist-esm/src/operationsInterfaces/registryEnvironmentVersions.d.ts +0 -62
  3794. package/dist-esm/src/operationsInterfaces/registryEnvironmentVersions.d.ts.map +0 -1
  3795. package/dist-esm/src/operationsInterfaces/registryEnvironmentVersions.js +0 -9
  3796. package/dist-esm/src/operationsInterfaces/registryEnvironmentVersions.js.map +0 -1
  3797. package/dist-esm/src/operationsInterfaces/registryModelContainers.d.ts +0 -56
  3798. package/dist-esm/src/operationsInterfaces/registryModelContainers.d.ts.map +0 -1
  3799. package/dist-esm/src/operationsInterfaces/registryModelContainers.js +0 -9
  3800. package/dist-esm/src/operationsInterfaces/registryModelContainers.js.map +0 -1
  3801. package/dist-esm/src/operationsInterfaces/registryModelVersions.d.ts +0 -72
  3802. package/dist-esm/src/operationsInterfaces/registryModelVersions.d.ts.map +0 -1
  3803. package/dist-esm/src/operationsInterfaces/registryModelVersions.js +0 -9
  3804. package/dist-esm/src/operationsInterfaces/registryModelVersions.js.map +0 -1
  3805. package/dist-esm/src/operationsInterfaces/schedules.d.ts +0 -56
  3806. package/dist-esm/src/operationsInterfaces/schedules.d.ts.map +0 -1
  3807. package/dist-esm/src/operationsInterfaces/schedules.js +0 -9
  3808. package/dist-esm/src/operationsInterfaces/schedules.js.map +0 -1
  3809. package/dist-esm/src/operationsInterfaces/serverlessEndpoints.d.ts +0 -100
  3810. package/dist-esm/src/operationsInterfaces/serverlessEndpoints.d.ts.map +0 -1
  3811. package/dist-esm/src/operationsInterfaces/serverlessEndpoints.js +0 -9
  3812. package/dist-esm/src/operationsInterfaces/serverlessEndpoints.js.map +0 -1
  3813. package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -13
  3814. package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
  3815. package/dist-esm/src/operationsInterfaces/usages.js +0 -9
  3816. package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
  3817. package/dist-esm/src/operationsInterfaces/virtualMachineSizes.d.ts +0 -11
  3818. package/dist-esm/src/operationsInterfaces/virtualMachineSizes.d.ts.map +0 -1
  3819. package/dist-esm/src/operationsInterfaces/virtualMachineSizes.js +0 -9
  3820. package/dist-esm/src/operationsInterfaces/virtualMachineSizes.js.map +0 -1
  3821. package/dist-esm/src/operationsInterfaces/workspaceConnections.d.ts +0 -42
  3822. package/dist-esm/src/operationsInterfaces/workspaceConnections.d.ts.map +0 -1
  3823. package/dist-esm/src/operationsInterfaces/workspaceConnections.js +0 -9
  3824. package/dist-esm/src/operationsInterfaces/workspaceConnections.js.map +0 -1
  3825. package/dist-esm/src/operationsInterfaces/workspaceFeatures.d.ts +0 -13
  3826. package/dist-esm/src/operationsInterfaces/workspaceFeatures.d.ts.map +0 -1
  3827. package/dist-esm/src/operationsInterfaces/workspaceFeatures.js +0 -9
  3828. package/dist-esm/src/operationsInterfaces/workspaceFeatures.js.map +0 -1
  3829. package/dist-esm/src/operationsInterfaces/workspaces.d.ts +0 -152
  3830. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
  3831. package/dist-esm/src/operationsInterfaces/workspaces.js +0 -9
  3832. package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
  3833. package/dist-esm/src/pagingHelper.d.ts +0 -13
  3834. package/dist-esm/src/pagingHelper.d.ts.map +0 -1
  3835. package/dist-esm/src/pagingHelper.js +0 -32
  3836. package/dist-esm/src/pagingHelper.js.map +0 -1
  3837. package/dist-esm/test/machinelearning_operations_test.spec.d.ts +0 -4
  3838. package/dist-esm/test/machinelearning_operations_test.spec.d.ts.map +0 -1
  3839. package/dist-esm/test/machinelearning_operations_test.spec.js +0 -74
  3840. package/dist-esm/test/machinelearning_operations_test.spec.js.map +0 -1
  3841. package/review/arm-machinelearning.api.md +0 -8955
  3842. package/src/azureMachineLearningServicesManagementClient.ts +0 -342
  3843. package/src/index.ts +0 -13
  3844. package/src/lroImpl.ts +0 -42
  3845. package/src/models/index.ts +0 -13753
  3846. package/src/models/mappers.ts +0 -18331
  3847. package/src/models/parameters.ts +0 -1070
  3848. package/src/operations/batchDeployments.ts +0 -698
  3849. package/src/operations/batchEndpoints.ts +0 -666
  3850. package/src/operations/codeContainers.ts +0 -327
  3851. package/src/operations/codeVersions.ts +0 -548
  3852. package/src/operations/componentContainers.ts +0 -331
  3853. package/src/operations/componentVersions.ts +0 -496
  3854. package/src/operations/computeOperations.ts +0 -1209
  3855. package/src/operations/dataContainers.ts +0 -331
  3856. package/src/operations/dataVersions.ts +0 -497
  3857. package/src/operations/datastores.ts +0 -379
  3858. package/src/operations/environmentContainers.ts +0 -331
  3859. package/src/operations/environmentVersions.ts +0 -496
  3860. package/src/operations/features.ts +0 -308
  3861. package/src/operations/featuresetContainers.ts +0 -497
  3862. package/src/operations/featuresetVersions.ts +0 -679
  3863. package/src/operations/featurestoreEntityContainers.ts +0 -499
  3864. package/src/operations/featurestoreEntityVersions.ts +0 -539
  3865. package/src/operations/index.ts +0 -56
  3866. package/src/operations/jobs.ts +0 -522
  3867. package/src/operations/managedNetworkProvisions.ts +0 -161
  3868. package/src/operations/managedNetworkSettingsRule.ts +0 -491
  3869. package/src/operations/marketplaceSubscriptions.ts +0 -505
  3870. package/src/operations/modelContainers.ts +0 -332
  3871. package/src/operations/modelVersions.ts +0 -502
  3872. package/src/operations/onlineDeployments.ts +0 -966
  3873. package/src/operations/onlineEndpoints.ts +0 -837
  3874. package/src/operations/operations.ts +0 -103
  3875. package/src/operations/privateEndpointConnections.ts +0 -284
  3876. package/src/operations/privateLinkResources.ts +0 -71
  3877. package/src/operations/quotas.ts +0 -211
  3878. package/src/operations/registries.ts +0 -748
  3879. package/src/operations/registryCodeContainers.ts +0 -488
  3880. package/src/operations/registryCodeVersions.ts +0 -589
  3881. package/src/operations/registryComponentContainers.ts +0 -490
  3882. package/src/operations/registryComponentVersions.ts +0 -546
  3883. package/src/operations/registryDataContainers.ts +0 -492
  3884. package/src/operations/registryDataReferences.ts +0 -82
  3885. package/src/operations/registryDataVersions.ts +0 -579
  3886. package/src/operations/registryEnvironmentContainers.ts +0 -494
  3887. package/src/operations/registryEnvironmentVersions.ts +0 -547
  3888. package/src/operations/registryModelContainers.ts +0 -492
  3889. package/src/operations/registryModelVersions.ts +0 -594
  3890. package/src/operations/schedules.ts +0 -492
  3891. package/src/operations/serverlessEndpoints.ts +0 -819
  3892. package/src/operations/usages.ts +0 -171
  3893. package/src/operations/virtualMachineSizes.ts +0 -68
  3894. package/src/operations/workspaceConnections.ts +0 -368
  3895. package/src/operations/workspaceFeatures.ts +0 -193
  3896. package/src/operations/workspaces.ts +0 -1263
  3897. package/src/operationsInterfaces/batchDeployments.ts +0 -163
  3898. package/src/operationsInterfaces/batchEndpoints.ts +0 -162
  3899. package/src/operationsInterfaces/codeContainers.ts +0 -75
  3900. package/src/operationsInterfaces/codeVersions.ts +0 -140
  3901. package/src/operationsInterfaces/componentContainers.ts +0 -75
  3902. package/src/operationsInterfaces/componentVersions.ts +0 -120
  3903. package/src/operationsInterfaces/computeOperations.ts +0 -272
  3904. package/src/operationsInterfaces/dataContainers.ts +0 -75
  3905. package/src/operationsInterfaces/dataVersions.ts +0 -120
  3906. package/src/operationsInterfaces/datastores.ts +0 -90
  3907. package/src/operationsInterfaces/environmentContainers.ts +0 -75
  3908. package/src/operationsInterfaces/environmentVersions.ts +0 -120
  3909. package/src/operationsInterfaces/features.ts +0 -52
  3910. package/src/operationsInterfaces/featuresetContainers.ts +0 -109
  3911. package/src/operationsInterfaces/featuresetVersions.ts +0 -163
  3912. package/src/operationsInterfaces/featurestoreEntityContainers.ts +0 -109
  3913. package/src/operationsInterfaces/featurestoreEntityVersions.ts +0 -121
  3914. package/src/operationsInterfaces/index.ts +0 -56
  3915. package/src/operationsInterfaces/jobs.ts +0 -117
  3916. package/src/operationsInterfaces/managedNetworkProvisions.ts +0 -44
  3917. package/src/operationsInterfaces/managedNetworkSettingsRule.ts +0 -111
  3918. package/src/operationsInterfaces/marketplaceSubscriptions.ts +0 -115
  3919. package/src/operationsInterfaces/modelContainers.ts +0 -75
  3920. package/src/operationsInterfaces/modelVersions.ts +0 -120
  3921. package/src/operationsInterfaces/onlineDeployments.ts +0 -200
  3922. package/src/operationsInterfaces/onlineEndpoints.ts +0 -209
  3923. package/src/operationsInterfaces/operations.ts +0 -22
  3924. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -78
  3925. package/src/operationsInterfaces/privateLinkResources.ts +0 -27
  3926. package/src/operationsInterfaces/quotas.ts +0 -41
  3927. package/src/operationsInterfaces/registries.ts +0 -154
  3928. package/src/operationsInterfaces/registryCodeContainers.ts +0 -109
  3929. package/src/operationsInterfaces/registryCodeVersions.ts +0 -141
  3930. package/src/operationsInterfaces/registryComponentContainers.ts +0 -109
  3931. package/src/operationsInterfaces/registryComponentVersions.ts +0 -121
  3932. package/src/operationsInterfaces/registryDataContainers.ts +0 -109
  3933. package/src/operationsInterfaces/registryDataReferences.ts +0 -34
  3934. package/src/operationsInterfaces/registryDataVersions.ts +0 -141
  3935. package/src/operationsInterfaces/registryEnvironmentContainers.ts +0 -109
  3936. package/src/operationsInterfaces/registryEnvironmentVersions.ts +0 -121
  3937. package/src/operationsInterfaces/registryModelContainers.ts +0 -109
  3938. package/src/operationsInterfaces/registryModelVersions.ts +0 -141
  3939. package/src/operationsInterfaces/schedules.ts +0 -109
  3940. package/src/operationsInterfaces/serverlessEndpoints.ts +0 -206
  3941. package/src/operationsInterfaces/usages.ts +0 -25
  3942. package/src/operationsInterfaces/virtualMachineSizes.ts +0 -25
  3943. package/src/operationsInterfaces/workspaceConnections.ts +0 -86
  3944. package/src/operationsInterfaces/workspaceFeatures.ts +0 -26
  3945. package/src/operationsInterfaces/workspaces.ts +0 -289
  3946. package/src/pagingHelper.ts +0 -39
  3947. package/tsconfig.json +0 -33
  3948. package/types/arm-machinelearning.d.ts +0 -16156
  3949. package/types/tsdoc-metadata.json +0 -11
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\nimport { serializeRecord } from \"../static-helpers/serialization/serialize-record.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for an operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** EndpointDeploymentResourcePropertiesBasicResource is preview-only. */\nexport interface EndpointDeploymentResourcePropertiesBasicResource extends ProxyResource {\n properties: EndpointDeploymentResourcePropertiesUnion;\n}\n\nexport function endpointDeploymentResourcePropertiesBasicResourceSerializer(\n item: EndpointDeploymentResourcePropertiesBasicResource,\n): any {\n return { properties: endpointDeploymentResourcePropertiesUnionSerializer(item[\"properties\"]) };\n}\n\nexport function endpointDeploymentResourcePropertiesBasicResourceDeserializer(\n item: any,\n): EndpointDeploymentResourcePropertiesBasicResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: endpointDeploymentResourcePropertiesUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface EndpointDeploymentResourceProperties */\nexport interface EndpointDeploymentResourceProperties {\n /** The failure reason if the creation failed. */\n failureReason?: string;\n /** Read-only provision state status property. */\n readonly provisioningState?: DefaultResourceProvisioningState;\n /** Kind of the deployment. */\n /** The discriminator possible values: Azure.ContentSafety, managedOnlineEndpoint, Azure.OpenAI, Azure.Speech */\n type: string;\n}\n\nexport function endpointDeploymentResourcePropertiesSerializer(\n item: EndpointDeploymentResourceProperties,\n): any {\n return { failureReason: item[\"failureReason\"], type: item[\"type\"] };\n}\n\nexport function endpointDeploymentResourcePropertiesDeserializer(\n item: any,\n): EndpointDeploymentResourceProperties {\n return {\n failureReason: item[\"failureReason\"],\n provisioningState: item[\"provisioningState\"],\n type: item[\"type\"],\n };\n}\n\n/** Alias for EndpointDeploymentResourcePropertiesUnion */\nexport type EndpointDeploymentResourcePropertiesUnion =\n | ContentSafetyEndpointDeploymentResourceProperties\n | ManagedOnlineEndpointDeploymentResourceProperties\n | OpenAIEndpointDeploymentResourceProperties\n | SpeechEndpointDeploymentResourceProperties\n | EndpointDeploymentResourceProperties;\n\nexport function endpointDeploymentResourcePropertiesUnionSerializer(\n item: EndpointDeploymentResourcePropertiesUnion,\n): any {\n switch (item.type) {\n case \"Azure.ContentSafety\":\n return contentSafetyEndpointDeploymentResourcePropertiesSerializer(\n item as ContentSafetyEndpointDeploymentResourceProperties,\n );\n\n case \"managedOnlineEndpoint\":\n return managedOnlineEndpointDeploymentResourcePropertiesSerializer(\n item as ManagedOnlineEndpointDeploymentResourceProperties,\n );\n\n case \"Azure.OpenAI\":\n return openAIEndpointDeploymentResourcePropertiesSerializer(\n item as OpenAIEndpointDeploymentResourceProperties,\n );\n\n case \"Azure.Speech\":\n return speechEndpointDeploymentResourcePropertiesSerializer(\n item as SpeechEndpointDeploymentResourceProperties,\n );\n\n default:\n return endpointDeploymentResourcePropertiesSerializer(item);\n }\n}\n\nexport function endpointDeploymentResourcePropertiesUnionDeserializer(\n item: any,\n): EndpointDeploymentResourcePropertiesUnion {\n switch (item[\"type\"]) {\n case \"Azure.ContentSafety\":\n return contentSafetyEndpointDeploymentResourcePropertiesDeserializer(\n item as ContentSafetyEndpointDeploymentResourceProperties,\n );\n\n case \"managedOnlineEndpoint\":\n return managedOnlineEndpointDeploymentResourcePropertiesDeserializer(\n item as ManagedOnlineEndpointDeploymentResourceProperties,\n );\n\n case \"Azure.OpenAI\":\n return openAIEndpointDeploymentResourcePropertiesDeserializer(\n item as OpenAIEndpointDeploymentResourceProperties,\n );\n\n case \"Azure.Speech\":\n return speechEndpointDeploymentResourcePropertiesDeserializer(\n item as SpeechEndpointDeploymentResourceProperties,\n );\n\n default:\n return endpointDeploymentResourcePropertiesDeserializer(item);\n }\n}\n\n/** Known values of {@link DefaultResourceProvisioningState} that the service accepts. */\nexport enum KnownDefaultResourceProvisioningState {\n /** NotStarted */\n NotStarted = \"NotStarted\",\n /** Failed */\n Failed = \"Failed\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Accepted */\n Accepted = \"Accepted\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Scaling */\n Scaling = \"Scaling\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/** Type of DefaultResourceProvisioningState */\nexport type DefaultResourceProvisioningState = string;\n\n/** model interface ContentSafetyEndpointDeploymentResourceProperties */\nexport interface ContentSafetyEndpointDeploymentResourceProperties extends EndpointDeploymentResourceProperties {\n /** Model used for the endpoint deployment. */\n model: EndpointDeploymentModel;\n /** The name of RAI policy. */\n raiPolicyName?: string;\n sku?: CognitiveServicesSku;\n /** Deployment model version upgrade option. */\n versionUpgradeOption?: DeploymentModelVersionUpgradeOption;\n /** Kind of the deployment. */\n type: \"Azure.ContentSafety\";\n}\n\nexport function contentSafetyEndpointDeploymentResourcePropertiesSerializer(\n item: ContentSafetyEndpointDeploymentResourceProperties,\n): any {\n return {\n failureReason: item[\"failureReason\"],\n type: item[\"type\"],\n model: endpointDeploymentModelSerializer(item[\"model\"]),\n raiPolicyName: item[\"raiPolicyName\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : cognitiveServicesSkuSerializer(item[\"sku\"]),\n versionUpgradeOption: item[\"versionUpgradeOption\"],\n };\n}\n\nexport function contentSafetyEndpointDeploymentResourcePropertiesDeserializer(\n item: any,\n): ContentSafetyEndpointDeploymentResourceProperties {\n return {\n failureReason: item[\"failureReason\"],\n provisioningState: item[\"provisioningState\"],\n type: item[\"type\"],\n model: endpointDeploymentModelDeserializer(item[\"model\"]),\n raiPolicyName: item[\"raiPolicyName\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : cognitiveServicesSkuDeserializer(item[\"sku\"]),\n versionUpgradeOption: item[\"versionUpgradeOption\"],\n };\n}\n\n/** model interface EndpointDeploymentModel */\nexport interface EndpointDeploymentModel {\n /** Model format */\n format?: string;\n /** Model name. */\n name?: string;\n /** Optional. Deployment model source ARM resource ID. */\n source?: string;\n /** Model version. */\n version?: string;\n}\n\nexport function endpointDeploymentModelSerializer(item: EndpointDeploymentModel): any {\n return {\n format: item[\"format\"],\n name: item[\"name\"],\n source: item[\"source\"],\n version: item[\"version\"],\n };\n}\n\nexport function endpointDeploymentModelDeserializer(item: any): EndpointDeploymentModel {\n return {\n format: item[\"format\"],\n name: item[\"name\"],\n source: item[\"source\"],\n version: item[\"version\"],\n };\n}\n\n/** model interface CognitiveServicesSku */\nexport interface CognitiveServicesSku {\n capacity?: number;\n family?: string;\n name?: string;\n size?: string;\n tier?: string;\n}\n\nexport function cognitiveServicesSkuSerializer(item: CognitiveServicesSku): any {\n return {\n capacity: item[\"capacity\"],\n family: item[\"family\"],\n name: item[\"name\"],\n size: item[\"size\"],\n tier: item[\"tier\"],\n };\n}\n\nexport function cognitiveServicesSkuDeserializer(item: any): CognitiveServicesSku {\n return {\n capacity: item[\"capacity\"],\n family: item[\"family\"],\n name: item[\"name\"],\n size: item[\"size\"],\n tier: item[\"tier\"],\n };\n}\n\n/** Deployment model version upgrade option. */\nexport enum KnownDeploymentModelVersionUpgradeOption {\n /** OnceNewDefaultVersionAvailable */\n OnceNewDefaultVersionAvailable = \"OnceNewDefaultVersionAvailable\",\n /** OnceCurrentVersionExpired */\n OnceCurrentVersionExpired = \"OnceCurrentVersionExpired\",\n /** NoAutoUpgrade */\n NoAutoUpgrade = \"NoAutoUpgrade\",\n}\n\n/**\n * Deployment model version upgrade option. \\\n * {@link KnownDeploymentModelVersionUpgradeOption} can be used interchangeably with DeploymentModelVersionUpgradeOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OnceNewDefaultVersionAvailable** \\\n * **OnceCurrentVersionExpired** \\\n * **NoAutoUpgrade**\n */\nexport type DeploymentModelVersionUpgradeOption = string;\n\n/** model interface ManagedOnlineEndpointDeploymentResourceProperties */\nexport interface ManagedOnlineEndpointDeploymentResourceProperties extends EndpointDeploymentResourceProperties {\n /** Enum to determine endpoint compute type. */\n endpointComputeType?: EndpointComputeType;\n model?: string;\n /** Kind of the deployment. */\n type: \"managedOnlineEndpoint\";\n}\n\nexport function managedOnlineEndpointDeploymentResourcePropertiesSerializer(\n item: ManagedOnlineEndpointDeploymentResourceProperties,\n): any {\n return {\n failureReason: item[\"failureReason\"],\n type: item[\"type\"],\n endpointComputeType: item[\"endpointComputeType\"],\n model: item[\"model\"],\n };\n}\n\nexport function managedOnlineEndpointDeploymentResourcePropertiesDeserializer(\n item: any,\n): ManagedOnlineEndpointDeploymentResourceProperties {\n return {\n failureReason: item[\"failureReason\"],\n provisioningState: item[\"provisioningState\"],\n type: item[\"type\"],\n endpointComputeType: item[\"endpointComputeType\"],\n model: item[\"model\"],\n };\n}\n\n/** Enum to determine endpoint compute type. */\nexport enum KnownEndpointComputeType {\n /** Managed */\n Managed = \"Managed\",\n /** Kubernetes */\n Kubernetes = \"Kubernetes\",\n /** AzureMLCompute */\n AzureMLCompute = \"AzureMLCompute\",\n}\n\n/**\n * Enum to determine endpoint compute type. \\\n * {@link KnownEndpointComputeType} can be used interchangeably with EndpointComputeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Managed** \\\n * **Kubernetes** \\\n * **AzureMLCompute**\n */\nexport type EndpointComputeType = string;\n\n/** model interface OpenAIEndpointDeploymentResourceProperties */\nexport interface OpenAIEndpointDeploymentResourceProperties extends EndpointDeploymentResourceProperties {\n /** Model used for the endpoint deployment. */\n model: EndpointDeploymentModel;\n /** The name of RAI policy. */\n raiPolicyName?: string;\n sku?: CognitiveServicesSku;\n /** Deployment model version upgrade option. */\n versionUpgradeOption?: DeploymentModelVersionUpgradeOption;\n /** Kind of the deployment. */\n type: \"Azure.OpenAI\";\n}\n\nexport function openAIEndpointDeploymentResourcePropertiesSerializer(\n item: OpenAIEndpointDeploymentResourceProperties,\n): any {\n return {\n failureReason: item[\"failureReason\"],\n type: item[\"type\"],\n model: endpointDeploymentModelSerializer(item[\"model\"]),\n raiPolicyName: item[\"raiPolicyName\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : cognitiveServicesSkuSerializer(item[\"sku\"]),\n versionUpgradeOption: item[\"versionUpgradeOption\"],\n };\n}\n\nexport function openAIEndpointDeploymentResourcePropertiesDeserializer(\n item: any,\n): OpenAIEndpointDeploymentResourceProperties {\n return {\n failureReason: item[\"failureReason\"],\n provisioningState: item[\"provisioningState\"],\n type: item[\"type\"],\n model: endpointDeploymentModelDeserializer(item[\"model\"]),\n raiPolicyName: item[\"raiPolicyName\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : cognitiveServicesSkuDeserializer(item[\"sku\"]),\n versionUpgradeOption: item[\"versionUpgradeOption\"],\n };\n}\n\n/** model interface SpeechEndpointDeploymentResourceProperties */\nexport interface SpeechEndpointDeploymentResourceProperties extends EndpointDeploymentResourceProperties {\n /** Model used for the endpoint deployment. */\n model: EndpointDeploymentModel;\n /** The name of RAI policy. */\n raiPolicyName?: string;\n sku?: CognitiveServicesSku;\n /** Deployment model version upgrade option. */\n versionUpgradeOption?: DeploymentModelVersionUpgradeOption;\n /** Kind of the deployment. */\n type: \"Azure.Speech\";\n}\n\nexport function speechEndpointDeploymentResourcePropertiesSerializer(\n item: SpeechEndpointDeploymentResourceProperties,\n): any {\n return {\n failureReason: item[\"failureReason\"],\n type: item[\"type\"],\n model: endpointDeploymentModelSerializer(item[\"model\"]),\n raiPolicyName: item[\"raiPolicyName\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : cognitiveServicesSkuSerializer(item[\"sku\"]),\n versionUpgradeOption: item[\"versionUpgradeOption\"],\n };\n}\n\nexport function speechEndpointDeploymentResourcePropertiesDeserializer(\n item: any,\n): SpeechEndpointDeploymentResourceProperties {\n return {\n failureReason: item[\"failureReason\"],\n provisioningState: item[\"provisioningState\"],\n type: item[\"type\"],\n model: endpointDeploymentModelDeserializer(item[\"model\"]),\n raiPolicyName: item[\"raiPolicyName\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : cognitiveServicesSkuDeserializer(item[\"sku\"]),\n versionUpgradeOption: item[\"versionUpgradeOption\"],\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Paged collection of EndpointDeploymentResourcePropertiesBasicResource items */\nexport interface _EndpointDeploymentResourcePropertiesBasicResourceArmPaginatedResult {\n /** The EndpointDeploymentResourcePropertiesBasicResource items on this page */\n value: EndpointDeploymentResourcePropertiesBasicResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _endpointDeploymentResourcePropertiesBasicResourceArmPaginatedResultDeserializer(\n item: any,\n): _EndpointDeploymentResourcePropertiesBasicResourceArmPaginatedResult {\n return {\n value: endpointDeploymentResourcePropertiesBasicResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function endpointDeploymentResourcePropertiesBasicResourceArraySerializer(\n result: Array<EndpointDeploymentResourcePropertiesBasicResource>,\n): any[] {\n return result.map((item) => {\n return endpointDeploymentResourcePropertiesBasicResourceSerializer(item);\n });\n}\n\nexport function endpointDeploymentResourcePropertiesBasicResourceArrayDeserializer(\n result: Array<EndpointDeploymentResourcePropertiesBasicResource>,\n): any[] {\n return result.map((item) => {\n return endpointDeploymentResourcePropertiesBasicResourceDeserializer(item);\n });\n}\n\n/** An object that represents a machine learning workspace. */\nexport interface Workspace extends ProxyResource {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n kind?: string;\n location?: string;\n /** Optional. This field is required to be implemented by the RP because AML is supporting more than one tier */\n sku?: Sku;\n tags?: Record<string, string>;\n /** The URI of agents endpoint associated with this workspace. */\n readonly agentsEndpointUri?: string;\n /** The flag to indicate whether to allow public access when behind VNet. */\n allowPublicAccessWhenBehindVnet?: boolean;\n /** The flag to indicate whether we will do role assignment for the workspace MSI on resource group level. */\n allowRoleAssignmentOnRG?: boolean;\n /** ARM id of the application insights associated with this workspace. */\n applicationInsights?: string;\n associatedWorkspaces?: string[];\n containerRegistries?: string[];\n /** ARM id of the container registry associated with this workspace. */\n containerRegistry?: string;\n /** The description of this workspace. */\n description?: string;\n /** Url for the discovery service to identify regional endpoints for machine learning experimentation services */\n discoveryUrl?: string;\n enableDataIsolation?: boolean;\n enableServiceSideCMKEncryption?: boolean;\n /** Flag to tell if simplified CMK should be enabled for this workspace. */\n enableSimplifiedCmk?: boolean;\n /** Flag to tell if SoftwareBillOfMaterials should be enabled for this workspace. */\n enableSoftwareBillOfMaterials?: boolean;\n encryption?: EncryptionProperty;\n existingWorkspaces?: string[];\n /** Settings for feature store type workspace. */\n featureStoreSettings?: FeatureStoreSettings;\n /** The friendly name for this workspace. This name in mutable */\n friendlyName?: string;\n /** The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service */\n hbiWorkspace?: boolean;\n hubResourceId?: string;\n /** The compute name for image build */\n imageBuildCompute?: string;\n /** The list of IPv4 addresses that are allowed to access the workspace. */\n ipAllowlist?: string[];\n /** ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created */\n keyVault?: string;\n keyVaults?: string[];\n managedNetwork?: ManagedNetworkSettings;\n /** The URI associated with this workspace that machine learning flow must point at to set up tracking. */\n readonly mlFlowTrackingUri?: string;\n /** A set of rules governing the network accessibility of the workspace. */\n networkAcls?: NetworkAcls;\n /** The notebook info of Azure ML workspace. */\n readonly notebookInfo?: NotebookResourceInfo;\n /** The user assigned identity resource id that represents the workspace identity. */\n primaryUserAssignedIdentity?: string;\n /** The list of private endpoint connections in the workspace. */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** Count of private connections in the workspace */\n readonly privateLinkCount?: number;\n /** Set to trigger the provisioning of the managed VNet with the default Options when creating a Workspace with the managed VNet enabled, or else it does nothing. */\n provisionNetworkNow?: boolean;\n /** The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. */\n readonly provisioningState?: ProvisioningState;\n /** Whether requests from Public Network are allowed. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Settings for serverless compute in a workspace */\n serverlessComputeSettings?: ServerlessComputeSettings;\n /** The service managed resource settings. */\n serviceManagedResourcesSettings?: ServiceManagedResourcesSettings;\n /** The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace */\n readonly serviceProvisionedResourceGroup?: string;\n /** The list of shared private link resources in this workspace. */\n sharedPrivateLinkResources?: SharedPrivateLinkResource[];\n /** Retention time in days after workspace get soft deleted. */\n softDeleteRetentionInDays?: number;\n /** ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created */\n storageAccount?: string;\n storageAccounts?: string[];\n /** If the storage associated with the workspace has hierarchical namespace(HNS) enabled. */\n readonly storageHnsEnabled?: boolean;\n /** The auth mode used for accessing the system datastores of the workspace. */\n systemDatastoresAuthMode?: SystemDatastoresAuthMode;\n /** The tenant id associated with this workspace. */\n readonly tenantId?: string;\n /** Enabling v1_legacy_mode may prevent you from using features provided by the v2 API. */\n v1LegacyMode?: boolean;\n /** WorkspaceHub's configuration object. */\n workspaceHubConfig?: WorkspaceHubConfig;\n /** The immutable id associated with this workspace. */\n readonly workspaceId?: string;\n}\n\nexport function workspaceSerializer(item: Workspace): any {\n return {\n properties: _workspacePropertiesSerializer(item),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n kind: item[\"kind\"],\n location: item[\"location\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n tags: item[\"tags\"],\n };\n}\n\nexport function workspaceDeserializer(item: any): Workspace {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._workspacePropertiesDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n kind: item[\"kind\"],\n location: item[\"location\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The properties of a machine learning workspace. */\nexport interface WorkspaceProperties {\n /** The URI of agents endpoint associated with this workspace. */\n readonly agentsEndpointUri?: string;\n /** The flag to indicate whether to allow public access when behind VNet. */\n allowPublicAccessWhenBehindVnet?: boolean;\n /** The flag to indicate whether we will do role assignment for the workspace MSI on resource group level. */\n allowRoleAssignmentOnRG?: boolean;\n /** ARM id of the application insights associated with this workspace. */\n applicationInsights?: string;\n associatedWorkspaces?: string[];\n containerRegistries?: string[];\n /** ARM id of the container registry associated with this workspace. */\n containerRegistry?: string;\n /** The description of this workspace. */\n description?: string;\n /** Url for the discovery service to identify regional endpoints for machine learning experimentation services */\n discoveryUrl?: string;\n enableDataIsolation?: boolean;\n enableServiceSideCMKEncryption?: boolean;\n /** Flag to tell if simplified CMK should be enabled for this workspace. */\n enableSimplifiedCmk?: boolean;\n /** Flag to tell if SoftwareBillOfMaterials should be enabled for this workspace. */\n enableSoftwareBillOfMaterials?: boolean;\n encryption?: EncryptionProperty;\n existingWorkspaces?: string[];\n /** Settings for feature store type workspace. */\n featureStoreSettings?: FeatureStoreSettings;\n /** The friendly name for this workspace. This name in mutable */\n friendlyName?: string;\n /** The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service */\n hbiWorkspace?: boolean;\n hubResourceId?: string;\n /** The compute name for image build */\n imageBuildCompute?: string;\n /** The list of IPv4 addresses that are allowed to access the workspace. */\n ipAllowlist?: string[];\n /** ARM id of the key vault associated with this workspace. This cannot be changed once the workspace has been created */\n keyVault?: string;\n keyVaults?: string[];\n managedNetwork?: ManagedNetworkSettings;\n /** The URI associated with this workspace that machine learning flow must point at to set up tracking. */\n readonly mlFlowTrackingUri?: string;\n /** A set of rules governing the network accessibility of the workspace. */\n networkAcls?: NetworkAcls;\n /** The notebook info of Azure ML workspace. */\n readonly notebookInfo?: NotebookResourceInfo;\n /** The user assigned identity resource id that represents the workspace identity. */\n primaryUserAssignedIdentity?: string;\n /** The list of private endpoint connections in the workspace. */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** Count of private connections in the workspace */\n readonly privateLinkCount?: number;\n /** Set to trigger the provisioning of the managed VNet with the default Options when creating a Workspace with the managed VNet enabled, or else it does nothing. */\n provisionNetworkNow?: boolean;\n /** The current deployment state of workspace resource. The provisioningState is to indicate states for resource provisioning. */\n readonly provisioningState?: ProvisioningState;\n /** Whether requests from Public Network are allowed. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Settings for serverless compute in a workspace */\n serverlessComputeSettings?: ServerlessComputeSettings;\n /** The service managed resource settings. */\n serviceManagedResourcesSettings?: ServiceManagedResourcesSettings;\n /** The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace */\n readonly serviceProvisionedResourceGroup?: string;\n /** The list of shared private link resources in this workspace. */\n sharedPrivateLinkResources?: SharedPrivateLinkResource[];\n /** Retention time in days after workspace get soft deleted. */\n softDeleteRetentionInDays?: number;\n /** ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created */\n storageAccount?: string;\n storageAccounts?: string[];\n /** If the storage associated with the workspace has hierarchical namespace(HNS) enabled. */\n readonly storageHnsEnabled?: boolean;\n /** The auth mode used for accessing the system datastores of the workspace. */\n systemDatastoresAuthMode?: SystemDatastoresAuthMode;\n /** The tenant id associated with this workspace. */\n readonly tenantId?: string;\n /** Enabling v1_legacy_mode may prevent you from using features provided by the v2 API. */\n v1LegacyMode?: boolean;\n /** WorkspaceHub's configuration object. */\n workspaceHubConfig?: WorkspaceHubConfig;\n /** The immutable id associated with this workspace. */\n readonly workspaceId?: string;\n}\n\nexport function workspacePropertiesSerializer(item: WorkspaceProperties): any {\n return {\n allowPublicAccessWhenBehindVnet: item[\"allowPublicAccessWhenBehindVnet\"],\n allowRoleAssignmentOnRG: item[\"allowRoleAssignmentOnRG\"],\n applicationInsights: item[\"applicationInsights\"],\n associatedWorkspaces: !item[\"associatedWorkspaces\"]\n ? item[\"associatedWorkspaces\"]\n : item[\"associatedWorkspaces\"].map((p: any) => {\n return p;\n }),\n containerRegistries: !item[\"containerRegistries\"]\n ? item[\"containerRegistries\"]\n : item[\"containerRegistries\"].map((p: any) => {\n return p;\n }),\n containerRegistry: item[\"containerRegistry\"],\n description: item[\"description\"],\n discoveryUrl: item[\"discoveryUrl\"],\n enableDataIsolation: item[\"enableDataIsolation\"],\n enableServiceSideCMKEncryption: item[\"enableServiceSideCMKEncryption\"],\n enableSimplifiedCmk: item[\"enableSimplifiedCmk\"],\n enableSoftwareBillOfMaterials: item[\"enableSoftwareBillOfMaterials\"],\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertySerializer(item[\"encryption\"]),\n existingWorkspaces: !item[\"existingWorkspaces\"]\n ? item[\"existingWorkspaces\"]\n : item[\"existingWorkspaces\"].map((p: any) => {\n return p;\n }),\n featureStoreSettings: !item[\"featureStoreSettings\"]\n ? item[\"featureStoreSettings\"]\n : featureStoreSettingsSerializer(item[\"featureStoreSettings\"]),\n friendlyName: item[\"friendlyName\"],\n hbiWorkspace: item[\"hbiWorkspace\"],\n hubResourceId: item[\"hubResourceId\"],\n imageBuildCompute: item[\"imageBuildCompute\"],\n ipAllowlist: !item[\"ipAllowlist\"]\n ? item[\"ipAllowlist\"]\n : item[\"ipAllowlist\"].map((p: any) => {\n return p;\n }),\n keyVault: item[\"keyVault\"],\n keyVaults: !item[\"keyVaults\"]\n ? item[\"keyVaults\"]\n : item[\"keyVaults\"].map((p: any) => {\n return p;\n }),\n managedNetwork: !item[\"managedNetwork\"]\n ? item[\"managedNetwork\"]\n : managedNetworkSettingsSerializer(item[\"managedNetwork\"]),\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkAclsSerializer(item[\"networkAcls\"]),\n primaryUserAssignedIdentity: item[\"primaryUserAssignedIdentity\"],\n provisionNetworkNow: item[\"provisionNetworkNow\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n serverlessComputeSettings: !item[\"serverlessComputeSettings\"]\n ? item[\"serverlessComputeSettings\"]\n : serverlessComputeSettingsSerializer(item[\"serverlessComputeSettings\"]),\n serviceManagedResourcesSettings: !item[\"serviceManagedResourcesSettings\"]\n ? item[\"serviceManagedResourcesSettings\"]\n : serviceManagedResourcesSettingsSerializer(item[\"serviceManagedResourcesSettings\"]),\n sharedPrivateLinkResources: !item[\"sharedPrivateLinkResources\"]\n ? item[\"sharedPrivateLinkResources\"]\n : sharedPrivateLinkResourceArraySerializer(item[\"sharedPrivateLinkResources\"]),\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n storageAccount: item[\"storageAccount\"],\n storageAccounts: !item[\"storageAccounts\"]\n ? item[\"storageAccounts\"]\n : item[\"storageAccounts\"].map((p: any) => {\n return p;\n }),\n systemDatastoresAuthMode: item[\"systemDatastoresAuthMode\"],\n v1LegacyMode: item[\"v1LegacyMode\"],\n workspaceHubConfig: !item[\"workspaceHubConfig\"]\n ? item[\"workspaceHubConfig\"]\n : workspaceHubConfigSerializer(item[\"workspaceHubConfig\"]),\n };\n}\n\nexport function workspacePropertiesDeserializer(item: any): WorkspaceProperties {\n return {\n agentsEndpointUri: item[\"agentsEndpointUri\"],\n allowPublicAccessWhenBehindVnet: item[\"allowPublicAccessWhenBehindVnet\"],\n allowRoleAssignmentOnRG: item[\"allowRoleAssignmentOnRG\"],\n applicationInsights: item[\"applicationInsights\"],\n associatedWorkspaces: !item[\"associatedWorkspaces\"]\n ? item[\"associatedWorkspaces\"]\n : item[\"associatedWorkspaces\"].map((p: any) => {\n return p;\n }),\n containerRegistries: !item[\"containerRegistries\"]\n ? item[\"containerRegistries\"]\n : item[\"containerRegistries\"].map((p: any) => {\n return p;\n }),\n containerRegistry: item[\"containerRegistry\"],\n description: item[\"description\"],\n discoveryUrl: item[\"discoveryUrl\"],\n enableDataIsolation: item[\"enableDataIsolation\"],\n enableServiceSideCMKEncryption: item[\"enableServiceSideCMKEncryption\"],\n enableSimplifiedCmk: item[\"enableSimplifiedCmk\"],\n enableSoftwareBillOfMaterials: item[\"enableSoftwareBillOfMaterials\"],\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertyDeserializer(item[\"encryption\"]),\n existingWorkspaces: !item[\"existingWorkspaces\"]\n ? item[\"existingWorkspaces\"]\n : item[\"existingWorkspaces\"].map((p: any) => {\n return p;\n }),\n featureStoreSettings: !item[\"featureStoreSettings\"]\n ? item[\"featureStoreSettings\"]\n : featureStoreSettingsDeserializer(item[\"featureStoreSettings\"]),\n friendlyName: item[\"friendlyName\"],\n hbiWorkspace: item[\"hbiWorkspace\"],\n hubResourceId: item[\"hubResourceId\"],\n imageBuildCompute: item[\"imageBuildCompute\"],\n ipAllowlist: !item[\"ipAllowlist\"]\n ? item[\"ipAllowlist\"]\n : item[\"ipAllowlist\"].map((p: any) => {\n return p;\n }),\n keyVault: item[\"keyVault\"],\n keyVaults: !item[\"keyVaults\"]\n ? item[\"keyVaults\"]\n : item[\"keyVaults\"].map((p: any) => {\n return p;\n }),\n managedNetwork: !item[\"managedNetwork\"]\n ? item[\"managedNetwork\"]\n : managedNetworkSettingsDeserializer(item[\"managedNetwork\"]),\n mlFlowTrackingUri: item[\"mlFlowTrackingUri\"],\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkAclsDeserializer(item[\"networkAcls\"]),\n notebookInfo: !item[\"notebookInfo\"]\n ? item[\"notebookInfo\"]\n : notebookResourceInfoDeserializer(item[\"notebookInfo\"]),\n primaryUserAssignedIdentity: item[\"primaryUserAssignedIdentity\"],\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n privateLinkCount: item[\"privateLinkCount\"],\n provisionNetworkNow: item[\"provisionNetworkNow\"],\n provisioningState: item[\"provisioningState\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n serverlessComputeSettings: !item[\"serverlessComputeSettings\"]\n ? item[\"serverlessComputeSettings\"]\n : serverlessComputeSettingsDeserializer(item[\"serverlessComputeSettings\"]),\n serviceManagedResourcesSettings: !item[\"serviceManagedResourcesSettings\"]\n ? item[\"serviceManagedResourcesSettings\"]\n : serviceManagedResourcesSettingsDeserializer(item[\"serviceManagedResourcesSettings\"]),\n serviceProvisionedResourceGroup: item[\"serviceProvisionedResourceGroup\"],\n sharedPrivateLinkResources: !item[\"sharedPrivateLinkResources\"]\n ? item[\"sharedPrivateLinkResources\"]\n : sharedPrivateLinkResourceArrayDeserializer(item[\"sharedPrivateLinkResources\"]),\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n storageAccount: item[\"storageAccount\"],\n storageAccounts: !item[\"storageAccounts\"]\n ? item[\"storageAccounts\"]\n : item[\"storageAccounts\"].map((p: any) => {\n return p;\n }),\n storageHnsEnabled: item[\"storageHnsEnabled\"],\n systemDatastoresAuthMode: item[\"systemDatastoresAuthMode\"],\n tenantId: item[\"tenantId\"],\n v1LegacyMode: item[\"v1LegacyMode\"],\n workspaceHubConfig: !item[\"workspaceHubConfig\"]\n ? item[\"workspaceHubConfig\"]\n : workspaceHubConfigDeserializer(item[\"workspaceHubConfig\"]),\n workspaceId: item[\"workspaceId\"],\n };\n}\n\n/** model interface EncryptionProperty */\nexport interface EncryptionProperty {\n /**\n * The byok cosmosdb account that customer brings to store customer's data\n * with encryption\n */\n cosmosDbResourceId?: string;\n /** Identity to be used with the keyVault */\n identity?: IdentityForCmk;\n /** KeyVault details to do the encryption */\n keyVaultProperties: KeyVaultProperties;\n /**\n * The byok search account that customer brings to store customer's data\n * with encryption\n */\n searchAccountResourceId?: string;\n /** Indicates whether or not the encryption is enabled for the workspace. */\n status: EncryptionStatus;\n /**\n * The byok storage account that customer brings to store customer's data\n * with encryption\n */\n storageAccountResourceId?: string;\n}\n\nexport function encryptionPropertySerializer(item: EncryptionProperty): any {\n return {\n cosmosDbResourceId: item[\"cosmosDbResourceId\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : identityForCmkSerializer(item[\"identity\"]),\n keyVaultProperties: keyVaultPropertiesSerializer(item[\"keyVaultProperties\"]),\n searchAccountResourceId: item[\"searchAccountResourceId\"],\n status: item[\"status\"],\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n };\n}\n\nexport function encryptionPropertyDeserializer(item: any): EncryptionProperty {\n return {\n cosmosDbResourceId: item[\"cosmosDbResourceId\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : identityForCmkDeserializer(item[\"identity\"]),\n keyVaultProperties: keyVaultPropertiesDeserializer(item[\"keyVaultProperties\"]),\n searchAccountResourceId: item[\"searchAccountResourceId\"],\n status: item[\"status\"],\n storageAccountResourceId: item[\"storageAccountResourceId\"],\n };\n}\n\n/** Identity object used for encryption. */\nexport interface IdentityForCmk {\n /** UserAssignedIdentity to be used to fetch the encryption key from keyVault */\n userAssignedIdentity?: string;\n}\n\nexport function identityForCmkSerializer(item: IdentityForCmk): any {\n return { userAssignedIdentity: item[\"userAssignedIdentity\"] };\n}\n\nexport function identityForCmkDeserializer(item: any): IdentityForCmk {\n return {\n userAssignedIdentity: item[\"userAssignedIdentity\"],\n };\n}\n\n/** Customer Key vault properties. */\nexport interface KeyVaultProperties {\n /**\n * Currently, we support only SystemAssigned MSI.\n * We need this when we support UserAssignedIdentities\n */\n identityClientId?: string;\n /** KeyVault key identifier to encrypt the data */\n keyIdentifier: string;\n /** KeyVault Arm Id that contains the data encryption key */\n keyVaultArmId: string;\n}\n\nexport function keyVaultPropertiesSerializer(item: KeyVaultProperties): any {\n return {\n identityClientId: item[\"identityClientId\"],\n keyIdentifier: item[\"keyIdentifier\"],\n keyVaultArmId: item[\"keyVaultArmId\"],\n };\n}\n\nexport function keyVaultPropertiesDeserializer(item: any): KeyVaultProperties {\n return {\n identityClientId: item[\"identityClientId\"],\n keyIdentifier: item[\"keyIdentifier\"],\n keyVaultArmId: item[\"keyVaultArmId\"],\n };\n}\n\n/** Indicates whether or not the encryption is enabled for the workspace. */\nexport enum KnownEncryptionStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Indicates whether or not the encryption is enabled for the workspace. \\\n * {@link KnownEncryptionStatus} can be used interchangeably with EncryptionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type EncryptionStatus = string;\n\n/** model interface FeatureStoreSettings */\nexport interface FeatureStoreSettings {\n computeRuntime?: ComputeRuntimeDto;\n offlineStoreConnectionName?: string;\n onlineStoreConnectionName?: string;\n}\n\nexport function featureStoreSettingsSerializer(item: FeatureStoreSettings): any {\n return {\n computeRuntime: !item[\"computeRuntime\"]\n ? item[\"computeRuntime\"]\n : computeRuntimeDtoSerializer(item[\"computeRuntime\"]),\n offlineStoreConnectionName: item[\"offlineStoreConnectionName\"],\n onlineStoreConnectionName: item[\"onlineStoreConnectionName\"],\n };\n}\n\nexport function featureStoreSettingsDeserializer(item: any): FeatureStoreSettings {\n return {\n computeRuntime: !item[\"computeRuntime\"]\n ? item[\"computeRuntime\"]\n : computeRuntimeDtoDeserializer(item[\"computeRuntime\"]),\n offlineStoreConnectionName: item[\"offlineStoreConnectionName\"],\n onlineStoreConnectionName: item[\"onlineStoreConnectionName\"],\n };\n}\n\n/** model interface ComputeRuntimeDto */\nexport interface ComputeRuntimeDto {\n sparkRuntimeVersion?: string;\n}\n\nexport function computeRuntimeDtoSerializer(item: ComputeRuntimeDto): any {\n return { sparkRuntimeVersion: item[\"sparkRuntimeVersion\"] };\n}\n\nexport function computeRuntimeDtoDeserializer(item: any): ComputeRuntimeDto {\n return {\n sparkRuntimeVersion: item[\"sparkRuntimeVersion\"],\n };\n}\n\n/** Managed Network settings for a machine learning workspace. */\nexport interface ManagedNetworkSettings {\n /** A flag to indicate if monitoring needs to be enabled for the managed network. */\n enableNetworkMonitor?: boolean;\n /** Isolation mode for the managed network of a machine learning workspace. */\n isolationMode?: IsolationMode;\n readonly networkId?: string;\n /** Dictionary of <OutboundRule> */\n outboundRules?: Record<string, OutboundRuleUnion>;\n /** Status of the Provisioning for the managed network of a machine learning workspace. */\n status?: ManagedNetworkProvisionStatus;\n /** Firewall Sku used for FQDN Rules */\n firewallSku?: FirewallSku;\n /** The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled. */\n managedNetworkKind?: ManagedNetworkKind;\n /** Public IP address assigned to the Azure Firewall. */\n readonly firewallPublicIpAddress?: string;\n}\n\nexport function managedNetworkSettingsSerializer(item: ManagedNetworkSettings): any {\n return {\n enableNetworkMonitor: item[\"enableNetworkMonitor\"],\n isolationMode: item[\"isolationMode\"],\n outboundRules: !item[\"outboundRules\"]\n ? item[\"outboundRules\"]\n : outboundRuleUnionRecordSerializer(item[\"outboundRules\"]),\n status: !item[\"status\"]\n ? item[\"status\"]\n : managedNetworkProvisionStatusSerializer(item[\"status\"]),\n firewallSku: item[\"firewallSku\"],\n managedNetworkKind: item[\"managedNetworkKind\"],\n };\n}\n\nexport function managedNetworkSettingsDeserializer(item: any): ManagedNetworkSettings {\n return {\n enableNetworkMonitor: item[\"enableNetworkMonitor\"],\n isolationMode: item[\"isolationMode\"],\n networkId: item[\"networkId\"],\n outboundRules: !item[\"outboundRules\"]\n ? item[\"outboundRules\"]\n : outboundRuleUnionRecordDeserializer(item[\"outboundRules\"]),\n status: !item[\"status\"]\n ? item[\"status\"]\n : managedNetworkProvisionStatusDeserializer(item[\"status\"]),\n firewallSku: item[\"firewallSku\"],\n managedNetworkKind: item[\"managedNetworkKind\"],\n firewallPublicIpAddress: item[\"firewallPublicIpAddress\"],\n };\n}\n\n/** Isolation mode for the managed network of a machine learning workspace. */\nexport enum KnownIsolationMode {\n /** Disabled */\n Disabled = \"Disabled\",\n /** AllowInternetOutbound */\n AllowInternetOutbound = \"AllowInternetOutbound\",\n /** AllowOnlyApprovedOutbound */\n AllowOnlyApprovedOutbound = \"AllowOnlyApprovedOutbound\",\n}\n\n/**\n * Isolation mode for the managed network of a machine learning workspace. \\\n * {@link KnownIsolationMode} can be used interchangeably with IsolationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **AllowInternetOutbound** \\\n * **AllowOnlyApprovedOutbound**\n */\nexport type IsolationMode = string;\n\nexport function outboundRuleUnionRecordSerializer(\n item: Record<string, OutboundRule>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : outboundRuleUnionSerializer(item[key]);\n });\n return result;\n}\n\nexport function outboundRuleUnionRecordDeserializer(\n item: Record<string, any>,\n): Record<string, OutboundRule> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : outboundRuleUnionDeserializer(item[key]);\n });\n return result;\n}\n\n/** Outbound Rule for the managed network of a machine learning workspace. */\nexport interface OutboundRule {\n /** Category of a managed network Outbound Rule of a machine learning workspace. */\n category?: RuleCategory;\n /** Type of a managed network Outbound Rule of a machine learning workspace. */\n status?: RuleStatus;\n /** Type of a managed network Outbound Rule of a machine learning workspace. */\n /** The discriminator possible values: FQDN, PrivateEndpoint, ServiceTag */\n type: RuleType;\n /** Error information about an outbound rule of a machine learning workspace if RuleStatus is failed. */\n readonly errorInformation?: string;\n readonly parentRuleNames?: string[];\n}\n\nexport function outboundRuleSerializer(item: OutboundRule): any {\n return { category: item[\"category\"], status: item[\"status\"], type: item[\"type\"] };\n}\n\nexport function outboundRuleDeserializer(item: any): OutboundRule {\n return {\n category: item[\"category\"],\n status: item[\"status\"],\n type: item[\"type\"],\n errorInformation: item[\"errorInformation\"],\n parentRuleNames: !item[\"parentRuleNames\"]\n ? item[\"parentRuleNames\"]\n : item[\"parentRuleNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Alias for OutboundRuleUnion */\nexport type OutboundRuleUnion =\n | FqdnOutboundRule\n | PrivateEndpointOutboundRule\n | ServiceTagOutboundRule\n | OutboundRule;\n\nexport function outboundRuleUnionSerializer(item: OutboundRuleUnion): any {\n switch (item.type) {\n case \"FQDN\":\n return fqdnOutboundRuleSerializer(item as FqdnOutboundRule);\n\n case \"PrivateEndpoint\":\n return privateEndpointOutboundRuleSerializer(item as PrivateEndpointOutboundRule);\n\n case \"ServiceTag\":\n return serviceTagOutboundRuleSerializer(item as ServiceTagOutboundRule);\n\n default:\n return outboundRuleSerializer(item);\n }\n}\n\nexport function outboundRuleUnionDeserializer(item: any): OutboundRuleUnion {\n switch (item[\"type\"]) {\n case \"FQDN\":\n return fqdnOutboundRuleDeserializer(item as FqdnOutboundRule);\n\n case \"PrivateEndpoint\":\n return privateEndpointOutboundRuleDeserializer(item as PrivateEndpointOutboundRule);\n\n case \"ServiceTag\":\n return serviceTagOutboundRuleDeserializer(item as ServiceTagOutboundRule);\n\n default:\n return outboundRuleDeserializer(item);\n }\n}\n\n/** Category of a managed network Outbound Rule of a machine learning workspace. */\nexport enum KnownRuleCategory {\n /** Required */\n Required = \"Required\",\n /** Recommended */\n Recommended = \"Recommended\",\n /** UserDefined */\n UserDefined = \"UserDefined\",\n /** Dependency */\n Dependency = \"Dependency\",\n}\n\n/**\n * Category of a managed network Outbound Rule of a machine learning workspace. \\\n * {@link KnownRuleCategory} can be used interchangeably with RuleCategory,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Required** \\\n * **Recommended** \\\n * **UserDefined** \\\n * **Dependency**\n */\nexport type RuleCategory = string;\n\n/** Type of a managed network Outbound Rule of a machine learning workspace. */\nexport enum KnownRuleStatus {\n /** Inactive */\n Inactive = \"Inactive\",\n /** Active */\n Active = \"Active\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Type of a managed network Outbound Rule of a machine learning workspace. \\\n * {@link KnownRuleStatus} can be used interchangeably with RuleStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inactive** \\\n * **Active** \\\n * **Provisioning** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type RuleStatus = string;\n\n/** Type of a managed network Outbound Rule of a machine learning workspace. */\nexport enum KnownRuleType {\n /** FQDN */\n Fqdn = \"FQDN\",\n /** PrivateEndpoint */\n PrivateEndpoint = \"PrivateEndpoint\",\n /** ServiceTag */\n ServiceTag = \"ServiceTag\",\n}\n\n/**\n * Type of a managed network Outbound Rule of a machine learning workspace. \\\n * {@link KnownRuleType} can be used interchangeably with RuleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **FQDN** \\\n * **PrivateEndpoint** \\\n * **ServiceTag**\n */\nexport type RuleType = string;\n\n/** FQDN Outbound Rule for the managed network of a machine learning workspace. */\nexport interface FqdnOutboundRule extends OutboundRule {\n destination?: string;\n /** Type of a managed network Outbound Rule of a machine learning workspace. */\n type: \"FQDN\";\n}\n\nexport function fqdnOutboundRuleSerializer(item: FqdnOutboundRule): any {\n return {\n category: item[\"category\"],\n status: item[\"status\"],\n type: item[\"type\"],\n destination: item[\"destination\"],\n };\n}\n\nexport function fqdnOutboundRuleDeserializer(item: any): FqdnOutboundRule {\n return {\n category: item[\"category\"],\n status: item[\"status\"],\n type: item[\"type\"],\n errorInformation: item[\"errorInformation\"],\n parentRuleNames: !item[\"parentRuleNames\"]\n ? item[\"parentRuleNames\"]\n : item[\"parentRuleNames\"].map((p: any) => {\n return p;\n }),\n destination: item[\"destination\"],\n };\n}\n\n/** Private Endpoint Outbound Rule for the managed network of a machine learning workspace. */\nexport interface PrivateEndpointOutboundRule extends OutboundRule {\n /** Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace. */\n destination?: PrivateEndpointDestination;\n fqdns?: string[];\n /** Type of a managed network Outbound Rule of a machine learning workspace. */\n type: \"PrivateEndpoint\";\n}\n\nexport function privateEndpointOutboundRuleSerializer(item: PrivateEndpointOutboundRule): any {\n return {\n category: item[\"category\"],\n status: item[\"status\"],\n type: item[\"type\"],\n destination: !item[\"destination\"]\n ? item[\"destination\"]\n : privateEndpointDestinationSerializer(item[\"destination\"]),\n fqdns: !item[\"fqdns\"]\n ? item[\"fqdns\"]\n : item[\"fqdns\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function privateEndpointOutboundRuleDeserializer(item: any): PrivateEndpointOutboundRule {\n return {\n category: item[\"category\"],\n status: item[\"status\"],\n type: item[\"type\"],\n errorInformation: item[\"errorInformation\"],\n parentRuleNames: !item[\"parentRuleNames\"]\n ? item[\"parentRuleNames\"]\n : item[\"parentRuleNames\"].map((p: any) => {\n return p;\n }),\n destination: !item[\"destination\"]\n ? item[\"destination\"]\n : privateEndpointDestinationDeserializer(item[\"destination\"]),\n fqdns: !item[\"fqdns\"]\n ? item[\"fqdns\"]\n : item[\"fqdns\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace. */\nexport interface PrivateEndpointDestination {\n serviceResourceId?: string;\n sparkEnabled?: boolean;\n /** Type of a managed network Outbound Rule of a machine learning workspace. */\n sparkStatus?: RuleStatus;\n subresourceTarget?: string;\n}\n\nexport function privateEndpointDestinationSerializer(item: PrivateEndpointDestination): any {\n return {\n serviceResourceId: item[\"serviceResourceId\"],\n sparkEnabled: item[\"sparkEnabled\"],\n sparkStatus: item[\"sparkStatus\"],\n subresourceTarget: item[\"subresourceTarget\"],\n };\n}\n\nexport function privateEndpointDestinationDeserializer(item: any): PrivateEndpointDestination {\n return {\n serviceResourceId: item[\"serviceResourceId\"],\n sparkEnabled: item[\"sparkEnabled\"],\n sparkStatus: item[\"sparkStatus\"],\n subresourceTarget: item[\"subresourceTarget\"],\n };\n}\n\n/** Service Tag Outbound Rule for the managed network of a machine learning workspace. */\nexport interface ServiceTagOutboundRule extends OutboundRule {\n /** Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace. */\n destination?: ServiceTagDestination;\n /** Type of a managed network Outbound Rule of a machine learning workspace. */\n type: \"ServiceTag\";\n}\n\nexport function serviceTagOutboundRuleSerializer(item: ServiceTagOutboundRule): any {\n return {\n category: item[\"category\"],\n status: item[\"status\"],\n type: item[\"type\"],\n destination: !item[\"destination\"]\n ? item[\"destination\"]\n : serviceTagDestinationSerializer(item[\"destination\"]),\n };\n}\n\nexport function serviceTagOutboundRuleDeserializer(item: any): ServiceTagOutboundRule {\n return {\n category: item[\"category\"],\n status: item[\"status\"],\n type: item[\"type\"],\n errorInformation: item[\"errorInformation\"],\n parentRuleNames: !item[\"parentRuleNames\"]\n ? item[\"parentRuleNames\"]\n : item[\"parentRuleNames\"].map((p: any) => {\n return p;\n }),\n destination: !item[\"destination\"]\n ? item[\"destination\"]\n : serviceTagDestinationDeserializer(item[\"destination\"]),\n };\n}\n\n/** Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace. */\nexport interface ServiceTagDestination {\n /** The action enum for networking rule. */\n action?: RuleAction;\n /** Optional, if provided, the ServiceTag property will be ignored. */\n addressPrefixes?: string[];\n portRanges?: string;\n protocol?: string;\n serviceTag?: string;\n}\n\nexport function serviceTagDestinationSerializer(item: ServiceTagDestination): any {\n return {\n action: item[\"action\"],\n addressPrefixes: !item[\"addressPrefixes\"]\n ? item[\"addressPrefixes\"]\n : item[\"addressPrefixes\"].map((p: any) => {\n return p;\n }),\n portRanges: item[\"portRanges\"],\n protocol: item[\"protocol\"],\n serviceTag: item[\"serviceTag\"],\n };\n}\n\nexport function serviceTagDestinationDeserializer(item: any): ServiceTagDestination {\n return {\n action: item[\"action\"],\n addressPrefixes: !item[\"addressPrefixes\"]\n ? item[\"addressPrefixes\"]\n : item[\"addressPrefixes\"].map((p: any) => {\n return p;\n }),\n portRanges: item[\"portRanges\"],\n protocol: item[\"protocol\"],\n serviceTag: item[\"serviceTag\"],\n };\n}\n\n/** The action enum for networking rule. */\nexport enum KnownRuleAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\",\n}\n\n/**\n * The action enum for networking rule. \\\n * {@link KnownRuleAction} can be used interchangeably with RuleAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type RuleAction = string;\n\n/** Status of the Provisioning for the managed network of a machine learning workspace. */\nexport interface ManagedNetworkProvisionStatus {\n sparkReady?: boolean;\n /** Status for the managed network of a machine learning workspace. */\n status?: ManagedNetworkStatus;\n}\n\nexport function managedNetworkProvisionStatusSerializer(item: ManagedNetworkProvisionStatus): any {\n return { sparkReady: item[\"sparkReady\"], status: item[\"status\"] };\n}\n\nexport function managedNetworkProvisionStatusDeserializer(\n item: any,\n): ManagedNetworkProvisionStatus {\n return {\n sparkReady: item[\"sparkReady\"],\n status: item[\"status\"],\n };\n}\n\n/** Status for the managed network of a machine learning workspace. */\nexport enum KnownManagedNetworkStatus {\n /** Inactive */\n Inactive = \"Inactive\",\n /** Active */\n Active = \"Active\",\n}\n\n/**\n * Status for the managed network of a machine learning workspace. \\\n * {@link KnownManagedNetworkStatus} can be used interchangeably with ManagedNetworkStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Inactive** \\\n * **Active**\n */\nexport type ManagedNetworkStatus = string;\n\n/** Firewall Sku used for FQDN Rules */\nexport enum KnownFirewallSku {\n /** Standard */\n Standard = \"Standard\",\n /** Basic */\n Basic = \"Basic\",\n}\n\n/**\n * Firewall Sku used for FQDN Rules \\\n * {@link KnownFirewallSku} can be used interchangeably with FirewallSku,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **Basic**\n */\nexport type FirewallSku = string;\n\n/** The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled. */\nexport enum KnownManagedNetworkKind {\n /** V1 */\n V1 = \"V1\",\n /** V2 */\n V2 = \"V2\",\n}\n\n/**\n * The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled. \\\n * {@link KnownManagedNetworkKind} can be used interchangeably with ManagedNetworkKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **V1** \\\n * **V2**\n */\nexport type ManagedNetworkKind = string;\n\n/** model interface NetworkAcls */\nexport interface NetworkAcls {\n /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */\n defaultAction?: DefaultActionType;\n /** Rules governing the accessibility of a resource from a specific ip address or ip range. */\n ipRules?: IPRule[];\n}\n\nexport function networkAclsSerializer(item: NetworkAcls): any {\n return {\n defaultAction: item[\"defaultAction\"],\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : ipRuleArraySerializer(item[\"ipRules\"]),\n };\n}\n\nexport function networkAclsDeserializer(item: any): NetworkAcls {\n return {\n defaultAction: item[\"defaultAction\"],\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : ipRuleArrayDeserializer(item[\"ipRules\"]),\n };\n}\n\n/** Known values of {@link DefaultActionType} that the service accepts. */\nexport enum KnownDefaultActionType {\n /** Deny */\n Deny = \"Deny\",\n /** Allow */\n Allow = \"Allow\",\n}\n\n/** Type of DefaultActionType */\nexport type DefaultActionType = string;\n\nexport function ipRuleArraySerializer(result: Array<IPRule>): any[] {\n return result.map((item) => {\n return ipRuleSerializer(item);\n });\n}\n\nexport function ipRuleArrayDeserializer(result: Array<IPRule>): any[] {\n return result.map((item) => {\n return ipRuleDeserializer(item);\n });\n}\n\n/** Contains an IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78). Value could be 'Allow' or 'Deny'. */\nexport interface IPRule {\n /** An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78). Value could be 'Allow' or 'Deny'. */\n value?: string;\n}\n\nexport function ipRuleSerializer(item: IPRule): any {\n return { value: item[\"value\"] };\n}\n\nexport function ipRuleDeserializer(item: any): IPRule {\n return {\n value: item[\"value\"],\n };\n}\n\n/** model interface NotebookResourceInfo */\nexport interface NotebookResourceInfo {\n fqdn?: string;\n isPrivateLinkEnabled?: boolean;\n /** The error that occurs when preparing notebook. */\n notebookPreparationError?: NotebookPreparationError;\n /** the data plane resourceId that used to initialize notebook component */\n resourceId?: string;\n}\n\nexport function notebookResourceInfoDeserializer(item: any): NotebookResourceInfo {\n return {\n fqdn: item[\"fqdn\"],\n isPrivateLinkEnabled: item[\"isPrivateLinkEnabled\"],\n notebookPreparationError: !item[\"notebookPreparationError\"]\n ? item[\"notebookPreparationError\"]\n : notebookPreparationErrorDeserializer(item[\"notebookPreparationError\"]),\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** model interface NotebookPreparationError */\nexport interface NotebookPreparationError {\n errorMessage?: string;\n statusCode?: number;\n}\n\nexport function notebookPreparationErrorDeserializer(item: any): NotebookPreparationError {\n return {\n errorMessage: item[\"errorMessage\"],\n statusCode: item[\"statusCode\"],\n };\n}\n\nexport function privateEndpointConnectionArraySerializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionSerializer(item);\n });\n}\n\nexport function privateEndpointConnectionArrayDeserializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDeserializer(item);\n });\n}\n\n/** The Private Endpoint Connection resource. */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n /** Optional. This field is required to be implemented by the RP because AML is supporting more than one tier */\n sku?: Sku;\n /** *Same as workspace location. */\n location?: string;\n tags?: Record<string, string>;\n privateEndpoint?: WorkspacePrivateEndpointResource;\n /** The connection state. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /** The current provisioning state. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return {\n properties: areAllPropsUndefined(item, [\"privateEndpoint\", \"privateLinkServiceConnectionState\"])\n ? undefined\n : _privateEndpointConnectionPropertiesSerializer(item),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n location: item[\"location\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateEndpointConnectionPropertiesDeserializer(item[\"properties\"])),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Private endpoint connection properties. */\nexport interface PrivateEndpointConnectionProperties {\n privateEndpoint?: WorkspacePrivateEndpointResource;\n /** The connection state. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /** The current provisioning state. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : workspacePrivateEndpointResourceSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function privateEndpointConnectionPropertiesDeserializer(\n item: any,\n): PrivateEndpointConnectionProperties {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : workspacePrivateEndpointResourceDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The Private Endpoint resource. */\nexport interface WorkspacePrivateEndpointResource {\n /** e.g. /subscriptions/{networkSubscriptionId}/resourceGroups/{rgName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName} */\n readonly id?: string;\n /** The subnetId that the private endpoint is connected to. */\n readonly subnetArmId?: string;\n}\n\nexport function workspacePrivateEndpointResourceSerializer(\n _item: WorkspacePrivateEndpointResource,\n): any {\n return {};\n}\n\nexport function workspacePrivateEndpointResourceDeserializer(\n item: any,\n): WorkspacePrivateEndpointResource {\n return {\n id: item[\"id\"],\n subnetArmId: item[\"subnetArmId\"],\n };\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Some RP chose \"None\". Other RPs use this for region expansion. */\n actionsRequired?: string;\n /** User-defined message that, per NRP doc, may be used for approval-related message. */\n description?: string;\n /** Connection status of the service consumer with the service provider\\r\\nPossible state transitions\\r\\nPending -> Approved (Service provider approves the connection request)\\r\\nPending -> Rejected (Service provider rejects the connection request)\\r\\nPending -> Disconnected (Service provider deletes the connection)\\r\\nApproved -> Rejected (Service provider rejects the approved connection)\\r\\nApproved -> Disconnected (Service provider deletes the connection)\\r\\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\\r\\nRejected -> Disconnected (Service provider deletes the connection) */\n status?: PrivateEndpointServiceConnectionStatus;\n}\n\nexport function privateLinkServiceConnectionStateSerializer(\n item: PrivateLinkServiceConnectionState,\n): any {\n return {\n actionsRequired: item[\"actionsRequired\"],\n description: item[\"description\"],\n status: item[\"status\"],\n };\n}\n\nexport function privateLinkServiceConnectionStateDeserializer(\n item: any,\n): PrivateLinkServiceConnectionState {\n return {\n actionsRequired: item[\"actionsRequired\"],\n description: item[\"description\"],\n status: item[\"status\"],\n };\n}\n\n/** Connection status of the service consumer with the service provider */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Approved */\n Approved = \"Approved\",\n /** Pending */\n Pending = \"Pending\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Timeout */\n Timeout = \"Timeout\",\n}\n\n/**\n * Connection status of the service consumer with the service provider \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Approved** \\\n * **Pending** \\\n * **Rejected** \\\n * **Disconnected** \\\n * **Timeout**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** The current provisioning state. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * The current provisioning state. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordDeserializer(item[\"userAssignedIdentities\"]),\n };\n}\n\n/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\nexport enum KnownManagedServiceIdentityType {\n /** No managed identity. */\n None = \"None\",\n /** System assigned managed identity. */\n SystemAssigned = \"SystemAssigned\",\n /** User assigned managed identity. */\n UserAssigned = \"UserAssigned\",\n /** System and user assigned managed identity. */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity. \\\n * **SystemAssigned**: System assigned managed identity. \\\n * **UserAssigned**: User assigned managed identity. \\\n * **SystemAssigned,UserAssigned**: System and user assigned managed identity.\n */\nexport type ManagedServiceIdentityType = string;\n\nexport function userAssignedIdentityRecordSerializer(\n item: Record<string, UserAssignedIdentity>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentitySerializer(item[key]);\n });\n return result;\n}\n\nexport function userAssignedIdentityRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserAssignedIdentity> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentityDeserializer(item[key]);\n });\n return result;\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any {\n return {};\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The resource model definition representing SKU */\nexport interface Sku {\n /** The name of the SKU. Ex - P3. It is typically a letter+number code */\n name: string;\n /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\n tier?: SkuTier;\n /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */\n size?: string;\n /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */\n family?: string;\n /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */\n capacity?: number;\n}\n\nexport function skuSerializer(item: Sku): any {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n size: item[\"size\"],\n family: item[\"family\"],\n capacity: item[\"capacity\"],\n };\n}\n\nexport function skuDeserializer(item: any): Sku {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n size: item[\"size\"],\n family: item[\"family\"],\n capacity: item[\"capacity\"],\n };\n}\n\n/** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\nexport type SkuTier = \"Free\" | \"Basic\" | \"Standard\" | \"Premium\";\n\n/** The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. */\nexport enum KnownProvisioningState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Updating */\n Updating = \"Updating\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Updating** \\\n * **Creating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type ProvisioningState = string;\n\n/** Enum to determine whether PublicNetworkAccess is Enabled or Disabled. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Enum to determine whether PublicNetworkAccess is Enabled or Disabled. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** model interface ServerlessComputeSettings */\nexport interface ServerlessComputeSettings {\n /** The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed */\n serverlessComputeCustomSubnet?: string;\n /** The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint */\n serverlessComputeNoPublicIP?: boolean;\n}\n\nexport function serverlessComputeSettingsSerializer(item: ServerlessComputeSettings): any {\n return {\n serverlessComputeCustomSubnet: item[\"serverlessComputeCustomSubnet\"],\n serverlessComputeNoPublicIP: item[\"serverlessComputeNoPublicIP\"],\n };\n}\n\nexport function serverlessComputeSettingsDeserializer(item: any): ServerlessComputeSettings {\n return {\n serverlessComputeCustomSubnet: item[\"serverlessComputeCustomSubnet\"],\n serverlessComputeNoPublicIP: item[\"serverlessComputeNoPublicIP\"],\n };\n}\n\n/** model interface ServiceManagedResourcesSettings */\nexport interface ServiceManagedResourcesSettings {\n cosmosDb?: CosmosDbSettings;\n}\n\nexport function serviceManagedResourcesSettingsSerializer(\n item: ServiceManagedResourcesSettings,\n): any {\n return {\n cosmosDb: !item[\"cosmosDb\"] ? item[\"cosmosDb\"] : cosmosDbSettingsSerializer(item[\"cosmosDb\"]),\n };\n}\n\nexport function serviceManagedResourcesSettingsDeserializer(\n item: any,\n): ServiceManagedResourcesSettings {\n return {\n cosmosDb: !item[\"cosmosDb\"] ? item[\"cosmosDb\"] : cosmosDbSettingsDeserializer(item[\"cosmosDb\"]),\n };\n}\n\n/** model interface CosmosDbSettings */\nexport interface CosmosDbSettings {\n collectionsThroughput?: number;\n}\n\nexport function cosmosDbSettingsSerializer(item: CosmosDbSettings): any {\n return { collectionsThroughput: item[\"collectionsThroughput\"] };\n}\n\nexport function cosmosDbSettingsDeserializer(item: any): CosmosDbSettings {\n return {\n collectionsThroughput: item[\"collectionsThroughput\"],\n };\n}\n\nexport function sharedPrivateLinkResourceArraySerializer(\n result: Array<SharedPrivateLinkResource>,\n): any[] {\n return result.map((item) => {\n return sharedPrivateLinkResourceSerializer(item);\n });\n}\n\nexport function sharedPrivateLinkResourceArrayDeserializer(\n result: Array<SharedPrivateLinkResource>,\n): any[] {\n return result.map((item) => {\n return sharedPrivateLinkResourceDeserializer(item);\n });\n}\n\n/** model interface SharedPrivateLinkResource */\nexport interface SharedPrivateLinkResource {\n /** Unique name of the private link */\n name?: string;\n /** group id of the private link */\n groupId?: string;\n /** the resource id that private link links to */\n privateLinkResourceId?: string;\n /** Request message */\n requestMessage?: string;\n /** Connection status of the service consumer with the service provider\\r\\nPossible state transitions\\r\\nPending -> Approved (Service provider approves the connection request)\\r\\nPending -> Rejected (Service provider rejects the connection request)\\r\\nPending -> Disconnected (Service provider deletes the connection)\\r\\nApproved -> Rejected (Service provider rejects the approved connection)\\r\\nApproved -> Disconnected (Service provider deletes the connection)\\r\\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\\r\\nRejected -> Disconnected (Service provider deletes the connection) */\n status?: PrivateEndpointServiceConnectionStatus;\n}\n\nexport function sharedPrivateLinkResourceSerializer(item: SharedPrivateLinkResource): any {\n return {\n name: item[\"name\"],\n properties: areAllPropsUndefined(item, [\n \"groupId\",\n \"privateLinkResourceId\",\n \"requestMessage\",\n \"status\",\n ])\n ? undefined\n : _sharedPrivateLinkResourcePropertiesSerializer(item),\n };\n}\n\nexport function sharedPrivateLinkResourceDeserializer(item: any): SharedPrivateLinkResource {\n return {\n name: item[\"name\"],\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _sharedPrivateLinkResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of a shared private link resource. */\nexport interface SharedPrivateLinkResourceProperty {\n /** group id of the private link */\n groupId?: string;\n /** the resource id that private link links to */\n privateLinkResourceId?: string;\n /** Request message */\n requestMessage?: string;\n /** Connection status of the service consumer with the service provider\\r\\nPossible state transitions\\r\\nPending -> Approved (Service provider approves the connection request)\\r\\nPending -> Rejected (Service provider rejects the connection request)\\r\\nPending -> Disconnected (Service provider deletes the connection)\\r\\nApproved -> Rejected (Service provider rejects the approved connection)\\r\\nApproved -> Disconnected (Service provider deletes the connection)\\r\\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\\r\\nRejected -> Disconnected (Service provider deletes the connection) */\n status?: PrivateEndpointServiceConnectionStatus;\n}\n\nexport function sharedPrivateLinkResourcePropertySerializer(\n item: SharedPrivateLinkResourceProperty,\n): any {\n return {\n groupId: item[\"groupId\"],\n privateLinkResourceId: item[\"privateLinkResourceId\"],\n requestMessage: item[\"requestMessage\"],\n status: item[\"status\"],\n };\n}\n\nexport function sharedPrivateLinkResourcePropertyDeserializer(\n item: any,\n): SharedPrivateLinkResourceProperty {\n return {\n groupId: item[\"groupId\"],\n privateLinkResourceId: item[\"privateLinkResourceId\"],\n requestMessage: item[\"requestMessage\"],\n status: item[\"status\"],\n };\n}\n\n/** The auth mode used for accessing the system datastores of the workspace. */\nexport enum KnownSystemDatastoresAuthMode {\n /** AccessKey */\n AccessKey = \"AccessKey\",\n /** Identity */\n Identity = \"Identity\",\n /** UserDelegationSAS */\n UserDelegationSAS = \"UserDelegationSAS\",\n}\n\n/**\n * The auth mode used for accessing the system datastores of the workspace. \\\n * {@link KnownSystemDatastoresAuthMode} can be used interchangeably with SystemDatastoresAuthMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AccessKey** \\\n * **Identity** \\\n * **UserDelegationSAS**\n */\nexport type SystemDatastoresAuthMode = string;\n\n/** WorkspaceHub's configuration object. */\nexport interface WorkspaceHubConfig {\n additionalWorkspaceStorageAccounts?: string[];\n defaultWorkspaceResourceGroup?: string;\n}\n\nexport function workspaceHubConfigSerializer(item: WorkspaceHubConfig): any {\n return {\n additionalWorkspaceStorageAccounts: !item[\"additionalWorkspaceStorageAccounts\"]\n ? item[\"additionalWorkspaceStorageAccounts\"]\n : item[\"additionalWorkspaceStorageAccounts\"].map((p: any) => {\n return p;\n }),\n defaultWorkspaceResourceGroup: item[\"defaultWorkspaceResourceGroup\"],\n };\n}\n\nexport function workspaceHubConfigDeserializer(item: any): WorkspaceHubConfig {\n return {\n additionalWorkspaceStorageAccounts: !item[\"additionalWorkspaceStorageAccounts\"]\n ? item[\"additionalWorkspaceStorageAccounts\"]\n : item[\"additionalWorkspaceStorageAccounts\"].map((p: any) => {\n return p;\n }),\n defaultWorkspaceResourceGroup: item[\"defaultWorkspaceResourceGroup\"],\n };\n}\n\n/** The parameters for updating a machine learning workspace. */\nexport interface WorkspaceUpdateParameters {\n identity?: ManagedServiceIdentity;\n /** Optional. This field is required to be implemented by the RP because AML is supporting more than one tier */\n sku?: Sku;\n /** The resource tags for the machine learning workspace. */\n tags?: Record<string, string>;\n allowRoleAssignmentOnRG?: boolean;\n /** ARM id of the application insights associated with this workspace. */\n applicationInsights?: string;\n /** ARM id of the container registry associated with this workspace. */\n containerRegistry?: string;\n /** The description of this workspace. */\n description?: string;\n enableDataIsolation?: boolean;\n /** Flag to tell if SoftwareBillOfMaterials should be enabled for this workspace */\n enableSoftwareBillOfMaterials?: boolean;\n encryption?: EncryptionUpdateProperties;\n /** Settings for feature store type workspace. */\n featureStoreSettings?: FeatureStoreSettings;\n /** The friendly name for this workspace. This name in mutable */\n friendlyName?: string;\n /** The compute name for image build */\n imageBuildCompute?: string;\n /** The list of IPv4 addresses that are allowed to access the workspace. */\n ipAllowlist?: string[];\n managedNetwork?: ManagedNetworkSettings;\n /** A set of rules governing the network accessibility of the workspace. */\n networkAcls?: NetworkAcls;\n /** The user assigned identity resource id that represents the workspace identity. */\n primaryUserAssignedIdentity?: string;\n /** Whether requests from Public Network are allowed. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Settings for serverless compute in a workspace */\n serverlessComputeSettings?: ServerlessComputeSettings;\n /** The service managed resource settings. */\n serviceManagedResourcesSettings?: ServiceManagedResourcesSettings;\n /** Retention time in days after workspace get soft deleted. */\n softDeleteRetentionInDays?: number;\n /** The auth mode used for accessing the system datastores of the workspace. */\n systemDatastoresAuthMode?: SystemDatastoresAuthMode;\n /** Enabling v1_legacy_mode may prevent you from using features provided by the v2 API. */\n v1LegacyMode?: boolean;\n}\n\nexport function workspaceUpdateParametersSerializer(item: WorkspaceUpdateParameters): any {\n return {\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n properties: areAllPropsUndefined(item, [\n \"allowRoleAssignmentOnRG\",\n \"applicationInsights\",\n \"containerRegistry\",\n \"description\",\n \"enableDataIsolation\",\n \"enableSoftwareBillOfMaterials\",\n \"encryption\",\n \"featureStoreSettings\",\n \"friendlyName\",\n \"imageBuildCompute\",\n \"ipAllowlist\",\n \"managedNetwork\",\n \"networkAcls\",\n \"primaryUserAssignedIdentity\",\n \"publicNetworkAccess\",\n \"serverlessComputeSettings\",\n \"serviceManagedResourcesSettings\",\n \"softDeleteRetentionInDays\",\n \"systemDatastoresAuthMode\",\n \"v1LegacyMode\",\n ])\n ? undefined\n : _workspaceUpdateParametersPropertiesSerializer(item),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n tags: item[\"tags\"],\n };\n}\n\n/** The parameters for updating a machine learning workspace. */\nexport interface WorkspacePropertiesUpdateParameters {\n allowRoleAssignmentOnRG?: boolean;\n /** ARM id of the application insights associated with this workspace. */\n applicationInsights?: string;\n /** ARM id of the container registry associated with this workspace. */\n containerRegistry?: string;\n /** The description of this workspace. */\n description?: string;\n enableDataIsolation?: boolean;\n /** Flag to tell if SoftwareBillOfMaterials should be enabled for this workspace */\n enableSoftwareBillOfMaterials?: boolean;\n encryption?: EncryptionUpdateProperties;\n /** Settings for feature store type workspace. */\n featureStoreSettings?: FeatureStoreSettings;\n /** The friendly name for this workspace. This name in mutable */\n friendlyName?: string;\n /** The compute name for image build */\n imageBuildCompute?: string;\n /** The list of IPv4 addresses that are allowed to access the workspace. */\n ipAllowlist?: string[];\n managedNetwork?: ManagedNetworkSettings;\n /** A set of rules governing the network accessibility of the workspace. */\n networkAcls?: NetworkAcls;\n /** The user assigned identity resource id that represents the workspace identity. */\n primaryUserAssignedIdentity?: string;\n /** Whether requests from Public Network are allowed. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Settings for serverless compute in a workspace */\n serverlessComputeSettings?: ServerlessComputeSettings;\n /** The service managed resource settings. */\n serviceManagedResourcesSettings?: ServiceManagedResourcesSettings;\n /** Retention time in days after workspace get soft deleted. */\n softDeleteRetentionInDays?: number;\n /** The auth mode used for accessing the system datastores of the workspace. */\n systemDatastoresAuthMode?: SystemDatastoresAuthMode;\n /** Enabling v1_legacy_mode may prevent you from using features provided by the v2 API. */\n v1LegacyMode?: boolean;\n}\n\nexport function workspacePropertiesUpdateParametersSerializer(\n item: WorkspacePropertiesUpdateParameters,\n): any {\n return {\n allowRoleAssignmentOnRG: item[\"allowRoleAssignmentOnRG\"],\n applicationInsights: item[\"applicationInsights\"],\n containerRegistry: item[\"containerRegistry\"],\n description: item[\"description\"],\n enableDataIsolation: item[\"enableDataIsolation\"],\n enableSoftwareBillOfMaterials: item[\"enableSoftwareBillOfMaterials\"],\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionUpdatePropertiesSerializer(item[\"encryption\"]),\n featureStoreSettings: !item[\"featureStoreSettings\"]\n ? item[\"featureStoreSettings\"]\n : featureStoreSettingsSerializer(item[\"featureStoreSettings\"]),\n friendlyName: item[\"friendlyName\"],\n imageBuildCompute: item[\"imageBuildCompute\"],\n ipAllowlist: !item[\"ipAllowlist\"]\n ? item[\"ipAllowlist\"]\n : item[\"ipAllowlist\"].map((p: any) => {\n return p;\n }),\n managedNetwork: !item[\"managedNetwork\"]\n ? item[\"managedNetwork\"]\n : managedNetworkSettingsSerializer(item[\"managedNetwork\"]),\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkAclsSerializer(item[\"networkAcls\"]),\n primaryUserAssignedIdentity: item[\"primaryUserAssignedIdentity\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n serverlessComputeSettings: !item[\"serverlessComputeSettings\"]\n ? item[\"serverlessComputeSettings\"]\n : serverlessComputeSettingsSerializer(item[\"serverlessComputeSettings\"]),\n serviceManagedResourcesSettings: !item[\"serviceManagedResourcesSettings\"]\n ? item[\"serviceManagedResourcesSettings\"]\n : serviceManagedResourcesSettingsSerializer(item[\"serviceManagedResourcesSettings\"]),\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n systemDatastoresAuthMode: item[\"systemDatastoresAuthMode\"],\n v1LegacyMode: item[\"v1LegacyMode\"],\n };\n}\n\n/** model interface EncryptionUpdateProperties */\nexport interface EncryptionUpdateProperties {\n keyVaultProperties: EncryptionKeyVaultUpdateProperties;\n}\n\nexport function encryptionUpdatePropertiesSerializer(item: EncryptionUpdateProperties): any {\n return {\n keyVaultProperties: encryptionKeyVaultUpdatePropertiesSerializer(item[\"keyVaultProperties\"]),\n };\n}\n\n/** model interface EncryptionKeyVaultUpdateProperties */\nexport interface EncryptionKeyVaultUpdateProperties {\n keyIdentifier: string;\n}\n\nexport function encryptionKeyVaultUpdatePropertiesSerializer(\n item: EncryptionKeyVaultUpdateProperties,\n): any {\n return { keyIdentifier: item[\"keyIdentifier\"] };\n}\n\n/** The response of a Workspace list operation. */\nexport interface _WorkspaceListResult {\n /** The Workspace items on this page */\n value: Workspace[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workspaceListResultDeserializer(item: any): _WorkspaceListResult {\n return {\n value: workspaceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workspaceArraySerializer(result: Array<Workspace>): any[] {\n return result.map((item) => {\n return workspaceSerializer(item);\n });\n}\n\nexport function workspaceArrayDeserializer(result: Array<Workspace>): any[] {\n return result.map((item) => {\n return workspaceDeserializer(item);\n });\n}\n\n/** Parameters to diagnose a workspace */\nexport interface DiagnoseWorkspaceParameters {\n value?: DiagnoseRequestProperties;\n}\n\nexport function diagnoseWorkspaceParametersSerializer(item: DiagnoseWorkspaceParameters): any {\n return {\n value: !item[\"value\"] ? item[\"value\"] : diagnoseRequestPropertiesSerializer(item[\"value\"]),\n };\n}\n\n/** model interface DiagnoseRequestProperties */\nexport interface DiagnoseRequestProperties {\n /** Setting for diagnosing dependent application insights */\n applicationInsights?: Record<string, any>;\n /** Setting for diagnosing dependent container registry */\n containerRegistry?: Record<string, any>;\n /** Setting for diagnosing dns resolution */\n dnsResolution?: Record<string, any>;\n /** Setting for diagnosing dependent key vault */\n keyVault?: Record<string, any>;\n /** Setting for diagnosing network security group */\n nsg?: Record<string, any>;\n /** Setting for diagnosing unclassified category of problems */\n others?: Record<string, any>;\n /** Setting for diagnosing the presence of required resource providers in the workspace. */\n requiredResourceProviders?: Record<string, any>;\n /** Setting for diagnosing resource lock */\n resourceLock?: Record<string, any>;\n /** Setting for diagnosing dependent storage account */\n storageAccount?: Record<string, any>;\n /** Setting for diagnosing user defined routing */\n udr?: Record<string, any>;\n}\n\nexport function diagnoseRequestPropertiesSerializer(item: DiagnoseRequestProperties): any {\n return {\n applicationInsights: item[\"applicationInsights\"],\n containerRegistry: item[\"containerRegistry\"],\n dnsResolution: item[\"dnsResolution\"],\n keyVault: item[\"keyVault\"],\n nsg: item[\"nsg\"],\n others: item[\"others\"],\n requiredResourceProviders: item[\"requiredResourceProviders\"],\n resourceLock: item[\"resourceLock\"],\n storageAccount: item[\"storageAccount\"],\n udr: item[\"udr\"],\n };\n}\n\n/** model interface DiagnoseResponseResult */\nexport interface DiagnoseResponseResult {\n value?: DiagnoseResponseResultValue;\n}\n\nexport function diagnoseResponseResultDeserializer(item: any): DiagnoseResponseResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : diagnoseResponseResultValueDeserializer(item[\"value\"]),\n };\n}\n\n/** model interface DiagnoseResponseResultValue */\nexport interface DiagnoseResponseResultValue {\n userDefinedRouteResults?: DiagnoseResult[];\n networkSecurityRuleResults?: DiagnoseResult[];\n resourceLockResults?: DiagnoseResult[];\n dnsResolutionResults?: DiagnoseResult[];\n storageAccountResults?: DiagnoseResult[];\n keyVaultResults?: DiagnoseResult[];\n containerRegistryResults?: DiagnoseResult[];\n applicationInsightsResults?: DiagnoseResult[];\n otherResults?: DiagnoseResult[];\n}\n\nexport function diagnoseResponseResultValueDeserializer(item: any): DiagnoseResponseResultValue {\n return {\n userDefinedRouteResults: !item[\"userDefinedRouteResults\"]\n ? item[\"userDefinedRouteResults\"]\n : diagnoseResultArrayDeserializer(item[\"userDefinedRouteResults\"]),\n networkSecurityRuleResults: !item[\"networkSecurityRuleResults\"]\n ? item[\"networkSecurityRuleResults\"]\n : diagnoseResultArrayDeserializer(item[\"networkSecurityRuleResults\"]),\n resourceLockResults: !item[\"resourceLockResults\"]\n ? item[\"resourceLockResults\"]\n : diagnoseResultArrayDeserializer(item[\"resourceLockResults\"]),\n dnsResolutionResults: !item[\"dnsResolutionResults\"]\n ? item[\"dnsResolutionResults\"]\n : diagnoseResultArrayDeserializer(item[\"dnsResolutionResults\"]),\n storageAccountResults: !item[\"storageAccountResults\"]\n ? item[\"storageAccountResults\"]\n : diagnoseResultArrayDeserializer(item[\"storageAccountResults\"]),\n keyVaultResults: !item[\"keyVaultResults\"]\n ? item[\"keyVaultResults\"]\n : diagnoseResultArrayDeserializer(item[\"keyVaultResults\"]),\n containerRegistryResults: !item[\"containerRegistryResults\"]\n ? item[\"containerRegistryResults\"]\n : diagnoseResultArrayDeserializer(item[\"containerRegistryResults\"]),\n applicationInsightsResults: !item[\"applicationInsightsResults\"]\n ? item[\"applicationInsightsResults\"]\n : diagnoseResultArrayDeserializer(item[\"applicationInsightsResults\"]),\n otherResults: !item[\"otherResults\"]\n ? item[\"otherResults\"]\n : diagnoseResultArrayDeserializer(item[\"otherResults\"]),\n };\n}\n\nexport function diagnoseResultArrayDeserializer(result: Array<DiagnoseResult>): any[] {\n return result.map((item) => {\n return diagnoseResultDeserializer(item);\n });\n}\n\n/** Result of Diagnose */\nexport interface DiagnoseResult {\n /** Code for workspace setup error */\n readonly code?: string;\n /** Level of workspace setup error */\n readonly level?: DiagnoseResultLevel;\n /** Message of workspace setup error */\n readonly message?: string;\n}\n\nexport function diagnoseResultDeserializer(item: any): DiagnoseResult {\n return {\n code: item[\"code\"],\n level: item[\"level\"],\n message: item[\"message\"],\n };\n}\n\n/** Level of workspace setup error */\nexport enum KnownDiagnoseResultLevel {\n /** Warning */\n Warning = \"Warning\",\n /** Error */\n Error = \"Error\",\n /** Information */\n Information = \"Information\",\n}\n\n/**\n * Level of workspace setup error \\\n * {@link KnownDiagnoseResultLevel} can be used interchangeably with DiagnoseResultLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Warning** \\\n * **Error** \\\n * **Information**\n */\nexport type DiagnoseResultLevel = string;\n\n/** model interface ListWorkspaceKeysResult */\nexport interface ListWorkspaceKeysResult {\n /** The access key of the workspace app insights */\n readonly appInsightsInstrumentationKey?: string;\n containerRegistryCredentials?: RegistryListCredentialsResult;\n notebookAccessKeys?: ListNotebookKeysResult;\n /** The arm Id key of the workspace storage */\n readonly userStorageArmId?: string;\n /** The access key of the workspace storage */\n readonly userStorageKey?: string;\n}\n\nexport function listWorkspaceKeysResultDeserializer(item: any): ListWorkspaceKeysResult {\n return {\n appInsightsInstrumentationKey: item[\"appInsightsInstrumentationKey\"],\n containerRegistryCredentials: !item[\"containerRegistryCredentials\"]\n ? item[\"containerRegistryCredentials\"]\n : registryListCredentialsResultDeserializer(item[\"containerRegistryCredentials\"]),\n notebookAccessKeys: !item[\"notebookAccessKeys\"]\n ? item[\"notebookAccessKeys\"]\n : listNotebookKeysResultDeserializer(item[\"notebookAccessKeys\"]),\n userStorageArmId: item[\"userStorageArmId\"],\n userStorageKey: item[\"userStorageKey\"],\n };\n}\n\n/** model interface RegistryListCredentialsResult */\nexport interface RegistryListCredentialsResult {\n /** The location of the workspace ACR */\n readonly location?: string;\n passwords?: Password[];\n /** The username of the workspace ACR */\n readonly username?: string;\n}\n\nexport function registryListCredentialsResultDeserializer(\n item: any,\n): RegistryListCredentialsResult {\n return {\n location: item[\"location\"],\n passwords: !item[\"passwords\"]\n ? item[\"passwords\"]\n : passwordArrayDeserializer(item[\"passwords\"]),\n username: item[\"username\"],\n };\n}\n\nexport function passwordArrayDeserializer(result: Array<Password>): any[] {\n return result.map((item) => {\n return passwordDeserializer(item);\n });\n}\n\n/** model interface Password */\nexport interface Password {\n readonly name?: string;\n readonly value?: string;\n}\n\nexport function passwordDeserializer(item: any): Password {\n return {\n name: item[\"name\"],\n value: item[\"value\"],\n };\n}\n\n/** model interface ListNotebookKeysResult */\nexport interface ListNotebookKeysResult {\n /** The primary access key of the Notebook */\n readonly primaryAccessKey?: string;\n /** The secondary access key of the Notebook */\n readonly secondaryAccessKey?: string;\n}\n\nexport function listNotebookKeysResultDeserializer(item: any): ListNotebookKeysResult {\n return {\n primaryAccessKey: item[\"primaryAccessKey\"],\n secondaryAccessKey: item[\"secondaryAccessKey\"],\n };\n}\n\n/** model interface NotebookAccessTokenResult */\nexport interface NotebookAccessTokenResult {\n readonly accessToken?: string;\n readonly expiresIn?: number;\n readonly hostName?: string;\n readonly notebookResourceId?: string;\n readonly publicDns?: string;\n readonly refreshToken?: string;\n readonly scope?: string;\n readonly tokenType?: string;\n}\n\nexport function notebookAccessTokenResultDeserializer(item: any): NotebookAccessTokenResult {\n return {\n accessToken: item[\"accessToken\"],\n expiresIn: item[\"expiresIn\"],\n hostName: item[\"hostName\"],\n notebookResourceId: item[\"notebookResourceId\"],\n publicDns: item[\"publicDns\"],\n refreshToken: item[\"refreshToken\"],\n scope: item[\"scope\"],\n tokenType: item[\"tokenType\"],\n };\n}\n\n/** model interface ListStorageAccountKeysResult */\nexport interface ListStorageAccountKeysResult {\n /** The access key of the storage */\n readonly userStorageKey?: string;\n}\n\nexport function listStorageAccountKeysResultDeserializer(item: any): ListStorageAccountKeysResult {\n return {\n userStorageKey: item[\"userStorageKey\"],\n };\n}\n\n/** model interface ExternalFqdnResponse */\nexport interface ExternalFqdnResponse {\n value?: FqdnEndpointsPropertyBag[];\n}\n\nexport function externalFqdnResponseDeserializer(item: any): ExternalFqdnResponse {\n return {\n value: !item[\"value\"]\n ? item[\"value\"]\n : fqdnEndpointsPropertyBagArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function fqdnEndpointsPropertyBagArrayDeserializer(\n result: Array<FqdnEndpointsPropertyBag>,\n): any[] {\n return result.map((item) => {\n return fqdnEndpointsPropertyBagDeserializer(item);\n });\n}\n\n/** Property bag for FQDN endpoints result */\nexport interface FqdnEndpointsPropertyBag {\n properties?: FqdnEndpoints;\n}\n\nexport function fqdnEndpointsPropertyBagDeserializer(item: any): FqdnEndpointsPropertyBag {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : fqdnEndpointsDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface FqdnEndpoints */\nexport interface FqdnEndpoints {\n category?: string;\n endpoints?: FqdnEndpoint[];\n}\n\nexport function fqdnEndpointsDeserializer(item: any): FqdnEndpoints {\n return {\n category: item[\"category\"],\n endpoints: !item[\"endpoints\"]\n ? item[\"endpoints\"]\n : fqdnEndpointArrayDeserializer(item[\"endpoints\"]),\n };\n}\n\nexport function fqdnEndpointArrayDeserializer(result: Array<FqdnEndpoint>): any[] {\n return result.map((item) => {\n return fqdnEndpointDeserializer(item);\n });\n}\n\n/** model interface FqdnEndpoint */\nexport interface FqdnEndpoint {\n domainName?: string;\n endpointDetails?: FqdnEndpointDetail[];\n}\n\nexport function fqdnEndpointDeserializer(item: any): FqdnEndpoint {\n return {\n domainName: item[\"domainName\"],\n endpointDetails: !item[\"endpointDetails\"]\n ? item[\"endpointDetails\"]\n : fqdnEndpointDetailArrayDeserializer(item[\"endpointDetails\"]),\n };\n}\n\nexport function fqdnEndpointDetailArrayDeserializer(result: Array<FqdnEndpointDetail>): any[] {\n return result.map((item) => {\n return fqdnEndpointDetailDeserializer(item);\n });\n}\n\n/** model interface FqdnEndpointDetail */\nexport interface FqdnEndpointDetail {\n port?: number;\n}\n\nexport function fqdnEndpointDetailDeserializer(item: any): FqdnEndpointDetail {\n return {\n port: item[\"port\"],\n };\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface CodeContainer extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: CodeContainerProperties;\n}\n\nexport function codeContainerSerializer(item: CodeContainer): any {\n return { properties: codeContainerPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function codeContainerDeserializer(item: any): CodeContainer {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: codeContainerPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Container for code asset versions. */\nexport interface CodeContainerProperties extends AssetContainer {\n /** Provisioning state for the code container. */\n readonly provisioningState?: AssetProvisioningState;\n}\n\nexport function codeContainerPropertiesSerializer(item: CodeContainerProperties): any {\n return {\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function codeContainerPropertiesDeserializer(item: any): CodeContainerProperties {\n return {\n isArchived: item[\"isArchived\"],\n latestVersion: item[\"latestVersion\"],\n nextVersion: item[\"nextVersion\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Provisioning state of registry asset. */\nexport enum KnownAssetProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Provisioning state of registry asset. \\\n * {@link KnownAssetProvisioningState} can be used interchangeably with AssetProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting**\n */\nexport type AssetProvisioningState = string;\n\n/** model interface AssetContainer */\nexport interface AssetContainer extends ResourceBase {\n /** Is the asset archived? */\n isArchived?: boolean;\n /** The latest version inside this container. */\n readonly latestVersion?: string;\n /** The next auto incremental version */\n readonly nextVersion?: string;\n}\n\nexport function assetContainerSerializer(item: AssetContainer): any {\n return {\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n isArchived: item[\"isArchived\"],\n };\n}\n\nexport function assetContainerDeserializer(item: any): AssetContainer {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n isArchived: item[\"isArchived\"],\n latestVersion: item[\"latestVersion\"],\n nextVersion: item[\"nextVersion\"],\n };\n}\n\n/** model interface ResourceBase */\nexport interface ResourceBase {\n /** The asset description text. */\n description?: string;\n /** The asset property dictionary. */\n properties?: Record<string, string>;\n /** Tag dictionary. Tags can be added, removed, and updated. */\n tags?: Record<string, string>;\n}\n\nexport function resourceBaseSerializer(item: ResourceBase): any {\n return { description: item[\"description\"], properties: item[\"properties\"], tags: item[\"tags\"] };\n}\n\nexport function resourceBaseDeserializer(item: any): ResourceBase {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n };\n}\n\n/** A paginated list of CodeContainer entities. */\nexport interface _CodeContainerResourceArmPaginatedResult {\n /** The CodeContainer items on this page */\n value: CodeContainer[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _codeContainerResourceArmPaginatedResultDeserializer(\n item: any,\n): _CodeContainerResourceArmPaginatedResult {\n return {\n value: codeContainerArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function codeContainerArraySerializer(result: Array<CodeContainer>): any[] {\n return result.map((item) => {\n return codeContainerSerializer(item);\n });\n}\n\nexport function codeContainerArrayDeserializer(result: Array<CodeContainer>): any[] {\n return result.map((item) => {\n return codeContainerDeserializer(item);\n });\n}\n\n/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */\nexport interface Registry extends TrackedResource {\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. */\n kind?: string;\n /** Sku details required for ARM contract for Autoscaling. */\n sku?: Sku;\n /** Discovery URL for the Registry */\n discoveryUrl?: string;\n /** IntellectualPropertyPublisher for the registry */\n intellectualPropertyPublisher?: string;\n /** ResourceId of the managed RG if the registry has system created resources */\n managedResourceGroup?: ArmResourceId;\n /** Managed resource group specific settings */\n managedResourceGroupSettings?: ManagedResourceGroupSettings;\n /** MLFlow Registry URI for the Registry */\n mlFlowRegistryUri?: string;\n /** Private endpoint connections info used for pending connections in private link portal */\n registryPrivateEndpointConnections?: RegistryPrivateEndpointConnection[];\n /**\n * Is the Registry accessible from the internet?\n * Possible values: \"Enabled\" or \"Disabled\"\n */\n publicNetworkAccess?: string;\n /** Details of each region the registry is in */\n regionDetails?: RegistryRegionArmDetails[];\n}\n\nexport function registrySerializer(item: Registry): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: _registryPropertiesSerializer(item),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function registryDeserializer(item: any): Registry {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._registryPropertiesDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** Details of the Registry */\nexport interface RegistryProperties {\n /** Discovery URL for the Registry */\n discoveryUrl?: string;\n /** IntellectualPropertyPublisher for the registry */\n intellectualPropertyPublisher?: string;\n /** ResourceId of the managed RG if the registry has system created resources */\n managedResourceGroup?: ArmResourceId;\n /** Managed resource group specific settings */\n managedResourceGroupSettings?: ManagedResourceGroupSettings;\n /** MLFlow Registry URI for the Registry */\n mlFlowRegistryUri?: string;\n /** Private endpoint connections info used for pending connections in private link portal */\n registryPrivateEndpointConnections?: RegistryPrivateEndpointConnection[];\n /**\n * Is the Registry accessible from the internet?\n * Possible values: \"Enabled\" or \"Disabled\"\n */\n publicNetworkAccess?: string;\n /** Details of each region the registry is in */\n regionDetails?: RegistryRegionArmDetails[];\n}\n\nexport function registryPropertiesSerializer(item: RegistryProperties): any {\n return {\n discoveryUrl: item[\"discoveryUrl\"],\n intellectualPropertyPublisher: item[\"intellectualPropertyPublisher\"],\n managedResourceGroup: !item[\"managedResourceGroup\"]\n ? item[\"managedResourceGroup\"]\n : armResourceIdSerializer(item[\"managedResourceGroup\"]),\n managedResourceGroupSettings: !item[\"managedResourceGroupSettings\"]\n ? item[\"managedResourceGroupSettings\"]\n : managedResourceGroupSettingsSerializer(item[\"managedResourceGroupSettings\"]),\n mlFlowRegistryUri: item[\"mlFlowRegistryUri\"],\n registryPrivateEndpointConnections: !item[\"registryPrivateEndpointConnections\"]\n ? item[\"registryPrivateEndpointConnections\"]\n : registryPrivateEndpointConnectionArraySerializer(\n item[\"registryPrivateEndpointConnections\"],\n ),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n regionDetails: !item[\"regionDetails\"]\n ? item[\"regionDetails\"]\n : registryRegionArmDetailsArraySerializer(item[\"regionDetails\"]),\n };\n}\n\nexport function registryPropertiesDeserializer(item: any): RegistryProperties {\n return {\n discoveryUrl: item[\"discoveryUrl\"],\n intellectualPropertyPublisher: item[\"intellectualPropertyPublisher\"],\n managedResourceGroup: !item[\"managedResourceGroup\"]\n ? item[\"managedResourceGroup\"]\n : armResourceIdDeserializer(item[\"managedResourceGroup\"]),\n managedResourceGroupSettings: !item[\"managedResourceGroupSettings\"]\n ? item[\"managedResourceGroupSettings\"]\n : managedResourceGroupSettingsDeserializer(item[\"managedResourceGroupSettings\"]),\n mlFlowRegistryUri: item[\"mlFlowRegistryUri\"],\n registryPrivateEndpointConnections: !item[\"registryPrivateEndpointConnections\"]\n ? item[\"registryPrivateEndpointConnections\"]\n : registryPrivateEndpointConnectionArrayDeserializer(\n item[\"registryPrivateEndpointConnections\"],\n ),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n regionDetails: !item[\"regionDetails\"]\n ? item[\"regionDetails\"]\n : registryRegionArmDetailsArrayDeserializer(item[\"regionDetails\"]),\n };\n}\n\n/** ARM ResourceId of a resource */\nexport interface ArmResourceId {\n /**\n * Arm ResourceId is in the format \"/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}\"\n * or \"/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}\"\n */\n resourceId?: string;\n}\n\nexport function armResourceIdSerializer(item: ArmResourceId): any {\n return { resourceId: item[\"resourceId\"] };\n}\n\nexport function armResourceIdDeserializer(item: any): ArmResourceId {\n return {\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** Managed resource group settings */\nexport interface ManagedResourceGroupSettings {\n /** List of assigned identities for the managed resource group */\n assignedIdentities?: ManagedResourceGroupAssignedIdentities[];\n}\n\nexport function managedResourceGroupSettingsSerializer(item: ManagedResourceGroupSettings): any {\n return {\n assignedIdentities: !item[\"assignedIdentities\"]\n ? item[\"assignedIdentities\"]\n : managedResourceGroupAssignedIdentitiesArraySerializer(item[\"assignedIdentities\"]),\n };\n}\n\nexport function managedResourceGroupSettingsDeserializer(item: any): ManagedResourceGroupSettings {\n return {\n assignedIdentities: !item[\"assignedIdentities\"]\n ? item[\"assignedIdentities\"]\n : managedResourceGroupAssignedIdentitiesArrayDeserializer(item[\"assignedIdentities\"]),\n };\n}\n\nexport function managedResourceGroupAssignedIdentitiesArraySerializer(\n result: Array<ManagedResourceGroupAssignedIdentities>,\n): any[] {\n return result.map((item) => {\n return managedResourceGroupAssignedIdentitiesSerializer(item);\n });\n}\n\nexport function managedResourceGroupAssignedIdentitiesArrayDeserializer(\n result: Array<ManagedResourceGroupAssignedIdentities>,\n): any[] {\n return result.map((item) => {\n return managedResourceGroupAssignedIdentitiesDeserializer(item);\n });\n}\n\n/** Details for managed resource group assigned identities. */\nexport interface ManagedResourceGroupAssignedIdentities {\n /** Identity principal Id */\n principalId?: string;\n}\n\nexport function managedResourceGroupAssignedIdentitiesSerializer(\n item: ManagedResourceGroupAssignedIdentities,\n): any {\n return { principalId: item[\"principalId\"] };\n}\n\nexport function managedResourceGroupAssignedIdentitiesDeserializer(\n item: any,\n): ManagedResourceGroupAssignedIdentities {\n return {\n principalId: item[\"principalId\"],\n };\n}\n\nexport function registryPrivateEndpointConnectionArraySerializer(\n result: Array<RegistryPrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return registryPrivateEndpointConnectionSerializer(item);\n });\n}\n\nexport function registryPrivateEndpointConnectionArrayDeserializer(\n result: Array<RegistryPrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return registryPrivateEndpointConnectionDeserializer(item);\n });\n}\n\n/** Private endpoint connection definition. */\nexport interface RegistryPrivateEndpointConnection {\n /**\n * This is the private endpoint connection name created on SRP\n * Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/registryPrivateEndpointConnections/{peConnectionName}\n */\n id?: string;\n /** Same as workspace location. */\n location?: string;\n /** The group ids */\n groupIds?: string[];\n /** The PE network resource that is linked to this PE connection. */\n privateEndpoint?: PrivateEndpointResource;\n /** The connection state. */\n registryPrivateLinkServiceConnectionState?: RegistryPrivateLinkServiceConnectionState;\n /** One of null, \"Succeeded\", \"Provisioning\", \"Failed\". While not approved, it's null. */\n provisioningState?: string;\n}\n\nexport function registryPrivateEndpointConnectionSerializer(\n item: RegistryPrivateEndpointConnection,\n): any {\n return {\n id: item[\"id\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"groupIds\",\n \"privateEndpoint\",\n \"registryPrivateLinkServiceConnectionState\",\n \"provisioningState\",\n ])\n ? undefined\n : _registryPrivateEndpointConnectionPropertiesSerializer(item),\n };\n}\n\nexport function registryPrivateEndpointConnectionDeserializer(\n item: any,\n): RegistryPrivateEndpointConnection {\n return {\n id: item[\"id\"],\n location: item[\"location\"],\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _registryPrivateEndpointConnectionPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of the Private Endpoint Connection */\nexport interface RegistryPrivateEndpointConnectionProperties {\n /** The group ids */\n groupIds?: string[];\n /** The PE network resource that is linked to this PE connection. */\n privateEndpoint?: PrivateEndpointResource;\n /** The connection state. */\n registryPrivateLinkServiceConnectionState?: RegistryPrivateLinkServiceConnectionState;\n /** One of null, \"Succeeded\", \"Provisioning\", \"Failed\". While not approved, it's null. */\n provisioningState?: string;\n}\n\nexport function registryPrivateEndpointConnectionPropertiesSerializer(\n item: RegistryPrivateEndpointConnectionProperties,\n): any {\n return {\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p: any) => {\n return p;\n }),\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointResourceSerializer(item[\"privateEndpoint\"]),\n registryPrivateLinkServiceConnectionState: !item[\"registryPrivateLinkServiceConnectionState\"]\n ? item[\"registryPrivateLinkServiceConnectionState\"]\n : registryPrivateLinkServiceConnectionStateSerializer(\n item[\"registryPrivateLinkServiceConnectionState\"],\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function registryPrivateEndpointConnectionPropertiesDeserializer(\n item: any,\n): RegistryPrivateEndpointConnectionProperties {\n return {\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p1: any) => {\n return p1;\n }),\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointResourceDeserializer(item[\"privateEndpoint\"]),\n registryPrivateLinkServiceConnectionState: !item[\"registryPrivateLinkServiceConnectionState\"]\n ? item[\"registryPrivateLinkServiceConnectionState\"]\n : registryPrivateLinkServiceConnectionStateDeserializer(\n item[\"registryPrivateLinkServiceConnectionState\"],\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** The PE network resource that is linked to this PE connection. */\nexport interface PrivateEndpointResource extends PrivateEndpoint {\n /** The subnetId that the private endpoint is connected to. */\n subnetArmId?: string;\n}\n\nexport function privateEndpointResourceSerializer(item: PrivateEndpointResource): any {\n return { subnetArmId: item[\"subnetArmId\"] };\n}\n\nexport function privateEndpointResourceDeserializer(item: any): PrivateEndpointResource {\n return {\n id: item[\"id\"],\n subnetArmId: item[\"subnetArmId\"],\n };\n}\n\n/** The connection state. */\nexport interface RegistryPrivateLinkServiceConnectionState {\n /** Some RP chose \"None\". Other RPs use this for region expansion. */\n actionsRequired?: string;\n /** User-defined message that, per NRP doc, may be used for approval-related message. */\n description?: string;\n /** Connection status of the service consumer with the service provider */\n status?: PrivateEndpointServiceConnectionStatus;\n}\n\nexport function registryPrivateLinkServiceConnectionStateSerializer(\n item: RegistryPrivateLinkServiceConnectionState,\n): any {\n return {\n actionsRequired: item[\"actionsRequired\"],\n description: item[\"description\"],\n status: item[\"status\"],\n };\n}\n\nexport function registryPrivateLinkServiceConnectionStateDeserializer(\n item: any,\n): RegistryPrivateLinkServiceConnectionState {\n return {\n actionsRequired: item[\"actionsRequired\"],\n description: item[\"description\"],\n status: item[\"status\"],\n };\n}\n\nexport function registryRegionArmDetailsArraySerializer(\n result: Array<RegistryRegionArmDetails>,\n): any[] {\n return result.map((item) => {\n return registryRegionArmDetailsSerializer(item);\n });\n}\n\nexport function registryRegionArmDetailsArrayDeserializer(\n result: Array<RegistryRegionArmDetails>,\n): any[] {\n return result.map((item) => {\n return registryRegionArmDetailsDeserializer(item);\n });\n}\n\n/** Details for each region the registry is in */\nexport interface RegistryRegionArmDetails {\n /** List of ACR accounts */\n acrDetails?: AcrDetails[];\n /** The location where the registry exists */\n location?: string;\n /** List of storage accounts */\n storageAccountDetails?: StorageAccountDetails[];\n}\n\nexport function registryRegionArmDetailsSerializer(item: RegistryRegionArmDetails): any {\n return {\n acrDetails: !item[\"acrDetails\"]\n ? item[\"acrDetails\"]\n : acrDetailsArraySerializer(item[\"acrDetails\"]),\n location: item[\"location\"],\n storageAccountDetails: !item[\"storageAccountDetails\"]\n ? item[\"storageAccountDetails\"]\n : storageAccountDetailsArraySerializer(item[\"storageAccountDetails\"]),\n };\n}\n\nexport function registryRegionArmDetailsDeserializer(item: any): RegistryRegionArmDetails {\n return {\n acrDetails: !item[\"acrDetails\"]\n ? item[\"acrDetails\"]\n : acrDetailsArrayDeserializer(item[\"acrDetails\"]),\n location: item[\"location\"],\n storageAccountDetails: !item[\"storageAccountDetails\"]\n ? item[\"storageAccountDetails\"]\n : storageAccountDetailsArrayDeserializer(item[\"storageAccountDetails\"]),\n };\n}\n\nexport function acrDetailsArraySerializer(result: Array<AcrDetails>): any[] {\n return result.map((item) => {\n return acrDetailsSerializer(item);\n });\n}\n\nexport function acrDetailsArrayDeserializer(result: Array<AcrDetails>): any[] {\n return result.map((item) => {\n return acrDetailsDeserializer(item);\n });\n}\n\n/** Details of ACR account to be used for the Registry */\nexport interface AcrDetails {\n /** Details of system created ACR account to be used for the Registry */\n systemCreatedAcrAccount?: SystemCreatedAcrAccount;\n}\n\nexport function acrDetailsSerializer(item: AcrDetails): any {\n return {\n systemCreatedAcrAccount: !item[\"systemCreatedAcrAccount\"]\n ? item[\"systemCreatedAcrAccount\"]\n : systemCreatedAcrAccountSerializer(item[\"systemCreatedAcrAccount\"]),\n };\n}\n\nexport function acrDetailsDeserializer(item: any): AcrDetails {\n return {\n systemCreatedAcrAccount: !item[\"systemCreatedAcrAccount\"]\n ? item[\"systemCreatedAcrAccount\"]\n : systemCreatedAcrAccountDeserializer(item[\"systemCreatedAcrAccount\"]),\n };\n}\n\n/** model interface SystemCreatedAcrAccount */\nexport interface SystemCreatedAcrAccount {\n /** Name of the ACR account */\n acrAccountName?: string;\n /** SKU of the ACR account */\n acrAccountSku?: string;\n /** This is populated once the ACR account is created. */\n armResourceId?: ArmResourceId;\n}\n\nexport function systemCreatedAcrAccountSerializer(item: SystemCreatedAcrAccount): any {\n return {\n acrAccountName: item[\"acrAccountName\"],\n acrAccountSku: item[\"acrAccountSku\"],\n armResourceId: !item[\"armResourceId\"]\n ? item[\"armResourceId\"]\n : armResourceIdSerializer(item[\"armResourceId\"]),\n };\n}\n\nexport function systemCreatedAcrAccountDeserializer(item: any): SystemCreatedAcrAccount {\n return {\n acrAccountName: item[\"acrAccountName\"],\n acrAccountSku: item[\"acrAccountSku\"],\n armResourceId: !item[\"armResourceId\"]\n ? item[\"armResourceId\"]\n : armResourceIdDeserializer(item[\"armResourceId\"]),\n };\n}\n\nexport function storageAccountDetailsArraySerializer(result: Array<StorageAccountDetails>): any[] {\n return result.map((item) => {\n return storageAccountDetailsSerializer(item);\n });\n}\n\nexport function storageAccountDetailsArrayDeserializer(\n result: Array<StorageAccountDetails>,\n): any[] {\n return result.map((item) => {\n return storageAccountDetailsDeserializer(item);\n });\n}\n\n/** Details of storage account to be used for the Registry */\nexport interface StorageAccountDetails {\n /** Details of system created storage account to be used for the registry */\n systemCreatedStorageAccount?: SystemCreatedStorageAccount;\n}\n\nexport function storageAccountDetailsSerializer(item: StorageAccountDetails): any {\n return {\n systemCreatedStorageAccount: !item[\"systemCreatedStorageAccount\"]\n ? item[\"systemCreatedStorageAccount\"]\n : systemCreatedStorageAccountSerializer(item[\"systemCreatedStorageAccount\"]),\n };\n}\n\nexport function storageAccountDetailsDeserializer(item: any): StorageAccountDetails {\n return {\n systemCreatedStorageAccount: !item[\"systemCreatedStorageAccount\"]\n ? item[\"systemCreatedStorageAccount\"]\n : systemCreatedStorageAccountDeserializer(item[\"systemCreatedStorageAccount\"]),\n };\n}\n\n/** model interface SystemCreatedStorageAccount */\nexport interface SystemCreatedStorageAccount {\n /** Public blob access allowed */\n allowBlobPublicAccess?: boolean;\n /** This is populated once the storage account is created. */\n armResourceId?: ArmResourceId;\n /** HNS enabled for storage account */\n storageAccountHnsEnabled?: boolean;\n /** Name of the storage account */\n storageAccountName?: string;\n /**\n * Allowed values:\n * \"Standard_LRS\",\n * \"Standard_GRS\",\n * \"Standard_RAGRS\",\n * \"Standard_ZRS\",\n * \"Standard_GZRS\",\n * \"Standard_RAGZRS\",\n * \"Premium_LRS\",\n * \"Premium_ZRS\"\n */\n storageAccountType?: string;\n}\n\nexport function systemCreatedStorageAccountSerializer(item: SystemCreatedStorageAccount): any {\n return {\n allowBlobPublicAccess: item[\"allowBlobPublicAccess\"],\n armResourceId: !item[\"armResourceId\"]\n ? item[\"armResourceId\"]\n : armResourceIdSerializer(item[\"armResourceId\"]),\n storageAccountHnsEnabled: item[\"storageAccountHnsEnabled\"],\n storageAccountName: item[\"storageAccountName\"],\n storageAccountType: item[\"storageAccountType\"],\n };\n}\n\nexport function systemCreatedStorageAccountDeserializer(item: any): SystemCreatedStorageAccount {\n return {\n allowBlobPublicAccess: item[\"allowBlobPublicAccess\"],\n armResourceId: !item[\"armResourceId\"]\n ? item[\"armResourceId\"]\n : armResourceIdDeserializer(item[\"armResourceId\"]),\n storageAccountHnsEnabled: item[\"storageAccountHnsEnabled\"],\n storageAccountName: item[\"storageAccountName\"],\n storageAccountType: item[\"storageAccountType\"],\n };\n}\n\n/** The private endpoint resource. */\nexport interface PrivateEndpoint {\n /** The resource identifier of the private endpoint */\n readonly id?: string;\n}\n\nexport function privateEndpointSerializer(_item: PrivateEndpoint): any {\n return {};\n}\n\nexport function privateEndpointDeserializer(item: any): PrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** Strictly used in update requests. */\nexport interface PartialRegistryPartialTrackedResource {\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: RegistryPartialManagedServiceIdentity;\n /** Sku details required for ARM contract for Autoscaling. */\n sku?: PartialSku;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function partialRegistryPartialTrackedResourceSerializer(\n item: PartialRegistryPartialTrackedResource,\n): any {\n return {\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : registryPartialManagedServiceIdentitySerializer(item[\"identity\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : partialSkuSerializer(item[\"sku\"]),\n tags: item[\"tags\"],\n };\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface RegistryPartialManagedServiceIdentity extends ManagedServiceIdentity {}\n\nexport function registryPartialManagedServiceIdentitySerializer(\n item: RegistryPartialManagedServiceIdentity,\n): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\n/** Common SKU definition. */\nexport interface PartialSku {\n /** If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. */\n capacity?: number;\n /** If the service has different generations of hardware, for the same SKU, then that can be captured here. */\n family?: string;\n /** The name of the SKU. Ex - P3. It is typically a letter+number code. */\n name?: string;\n /** The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. */\n size?: string;\n /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\n tier?: SkuTier;\n}\n\nexport function partialSkuSerializer(item: PartialSku): any {\n return {\n capacity: item[\"capacity\"],\n family: item[\"family\"],\n name: item[\"name\"],\n size: item[\"size\"],\n tier: item[\"tier\"],\n };\n}\n\n/** A paginated list of Registry entities. */\nexport interface _RegistryTrackedResourceArmPaginatedResult {\n /** The Registry items on this page */\n value: Registry[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _registryTrackedResourceArmPaginatedResultDeserializer(\n item: any,\n): _RegistryTrackedResourceArmPaginatedResult {\n return {\n value: registryArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function registryArraySerializer(result: Array<Registry>): any[] {\n return result.map((item) => {\n return registrySerializer(item);\n });\n}\n\nexport function registryArrayDeserializer(result: Array<Registry>): any[] {\n return result.map((item) => {\n return registryDeserializer(item);\n });\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface CodeVersion extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: CodeVersionProperties;\n}\n\nexport function codeVersionSerializer(item: CodeVersion): any {\n return { properties: codeVersionPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function codeVersionDeserializer(item: any): CodeVersion {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: codeVersionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Code asset version details. */\nexport interface CodeVersionProperties extends AssetBase {\n /** Uri where code is located */\n codeUri?: string;\n /** Provisioning state for the code version. */\n readonly provisioningState?: AssetProvisioningState;\n}\n\nexport function codeVersionPropertiesSerializer(item: CodeVersionProperties): any {\n return {\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n codeUri: item[\"codeUri\"],\n };\n}\n\nexport function codeVersionPropertiesDeserializer(item: any): CodeVersionProperties {\n return {\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n codeUri: item[\"codeUri\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** model interface AssetBase */\nexport interface AssetBase extends ResourceBase {\n /** If the name version are system generated (anonymous registration). */\n isAnonymous?: boolean;\n /** Is the asset archived? */\n isArchived?: boolean;\n}\n\nexport function assetBaseSerializer(item: AssetBase): any {\n return {\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n };\n}\n\nexport function assetBaseDeserializer(item: any): AssetBase {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n };\n}\n\n/** A paginated list of CodeVersion entities. */\nexport interface _CodeVersionResourceArmPaginatedResult {\n /** The CodeVersion items on this page */\n value: CodeVersion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _codeVersionResourceArmPaginatedResultDeserializer(\n item: any,\n): _CodeVersionResourceArmPaginatedResult {\n return {\n value: codeVersionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function codeVersionArraySerializer(result: Array<CodeVersion>): any[] {\n return result.map((item) => {\n return codeVersionSerializer(item);\n });\n}\n\nexport function codeVersionArrayDeserializer(result: Array<CodeVersion>): any[] {\n return result.map((item) => {\n return codeVersionDeserializer(item);\n });\n}\n\n/** Publishing destination registry asset information */\nexport interface DestinationAsset {\n /** Destination asset name */\n destinationName?: string;\n /** Destination asset version */\n destinationVersion?: string;\n /** Destination registry name */\n registryName?: string;\n}\n\nexport function destinationAssetSerializer(item: DestinationAsset): any {\n return {\n destinationName: item[\"destinationName\"],\n destinationVersion: item[\"destinationVersion\"],\n registryName: item[\"registryName\"],\n };\n}\n\n/** model interface PendingUploadRequestDto */\nexport interface PendingUploadRequestDto {\n /** If PendingUploadId = null then random guid will be used. */\n pendingUploadId?: string;\n /** Type of storage to use for the pending upload location */\n pendingUploadType?: PendingUploadType;\n}\n\nexport function pendingUploadRequestDtoSerializer(item: PendingUploadRequestDto): any {\n return { pendingUploadId: item[\"pendingUploadId\"], pendingUploadType: item[\"pendingUploadType\"] };\n}\n\n/** Type of storage to use for the pending upload location */\nexport enum KnownPendingUploadType {\n /** None */\n None = \"None\",\n /** TemporaryBlobReference */\n TemporaryBlobReference = \"TemporaryBlobReference\",\n}\n\n/**\n * Type of storage to use for the pending upload location \\\n * {@link KnownPendingUploadType} can be used interchangeably with PendingUploadType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **TemporaryBlobReference**\n */\nexport type PendingUploadType = string;\n\n/** model interface PendingUploadResponseDto */\nexport interface PendingUploadResponseDto {\n /** Container level read, write, list SAS */\n blobReferenceForConsumption?: BlobReferenceForConsumptionDto;\n /** ID for this upload request */\n pendingUploadId?: string;\n /** Type of storage to use for the pending upload location */\n pendingUploadType?: PendingUploadType;\n}\n\nexport function pendingUploadResponseDtoDeserializer(item: any): PendingUploadResponseDto {\n return {\n blobReferenceForConsumption: !item[\"blobReferenceForConsumption\"]\n ? item[\"blobReferenceForConsumption\"]\n : blobReferenceForConsumptionDtoDeserializer(item[\"blobReferenceForConsumption\"]),\n pendingUploadId: item[\"pendingUploadId\"],\n pendingUploadType: item[\"pendingUploadType\"],\n };\n}\n\n/** model interface BlobReferenceForConsumptionDto */\nexport interface BlobReferenceForConsumptionDto {\n /**\n * Blob URI path for client to upload data.\n * Example: https://blob.windows.core.net/Container/Path\n */\n blobUri?: string;\n /** Credential info to access storage account */\n credential?: PendingUploadCredentialDtoUnion;\n /** Arm ID of the storage account to use */\n storageAccountArmId?: string;\n}\n\nexport function blobReferenceForConsumptionDtoDeserializer(\n item: any,\n): BlobReferenceForConsumptionDto {\n return {\n blobUri: item[\"blobUri\"],\n credential: !item[\"credential\"]\n ? item[\"credential\"]\n : pendingUploadCredentialDtoUnionDeserializer(item[\"credential\"]),\n storageAccountArmId: item[\"storageAccountArmId\"],\n };\n}\n\n/** model interface PendingUploadCredentialDto */\nexport interface PendingUploadCredentialDto {\n /** [Required] Credential type used to authentication with storage. */\n /** The discriminator possible values: SAS */\n credentialType: PendingUploadCredentialType;\n}\n\nexport function pendingUploadCredentialDtoDeserializer(item: any): PendingUploadCredentialDto {\n return {\n credentialType: item[\"credentialType\"],\n };\n}\n\n/** Alias for PendingUploadCredentialDtoUnion */\nexport type PendingUploadCredentialDtoUnion = SASCredentialDto | PendingUploadCredentialDto;\n\nexport function pendingUploadCredentialDtoUnionDeserializer(\n item: any,\n): PendingUploadCredentialDtoUnion {\n switch (item[\"credentialType\"]) {\n case \"SAS\":\n return sasCredentialDtoDeserializer(item as SASCredentialDto);\n\n default:\n return pendingUploadCredentialDtoDeserializer(item);\n }\n}\n\n/** Enum to determine the PendingUpload credentials type. */\nexport enum KnownPendingUploadCredentialType {\n /** SAS */\n SAS = \"SAS\",\n}\n\n/**\n * Enum to determine the PendingUpload credentials type. \\\n * {@link KnownPendingUploadCredentialType} can be used interchangeably with PendingUploadCredentialType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SAS**\n */\nexport type PendingUploadCredentialType = string;\n\n/** model interface SASCredentialDto */\nexport interface SASCredentialDto extends PendingUploadCredentialDto {\n /** Full SAS Uri, including the storage, container/blob path and SAS token */\n sasUri?: string;\n /** [Required] Credential type used to authentication with storage. */\n credentialType: \"SAS\";\n}\n\nexport function sasCredentialDtoDeserializer(item: any): SASCredentialDto {\n return {\n credentialType: item[\"credentialType\"],\n sasUri: item[\"sasUri\"],\n };\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface ComponentContainer extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: ComponentContainerProperties;\n}\n\nexport function componentContainerSerializer(item: ComponentContainer): any {\n return { properties: componentContainerPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function componentContainerDeserializer(item: any): ComponentContainer {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: componentContainerPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/**\n * Component container definition.\n * <see href=\"https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command\" />\n */\nexport interface ComponentContainerProperties extends AssetContainer {\n /** Provisioning state for the component container. */\n readonly provisioningState?: AssetProvisioningState;\n}\n\nexport function componentContainerPropertiesSerializer(item: ComponentContainerProperties): any {\n return {\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function componentContainerPropertiesDeserializer(item: any): ComponentContainerProperties {\n return {\n isArchived: item[\"isArchived\"],\n latestVersion: item[\"latestVersion\"],\n nextVersion: item[\"nextVersion\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** A paginated list of ComponentContainer entities. */\nexport interface _ComponentContainerResourceArmPaginatedResult {\n /** The ComponentContainer items on this page */\n value: ComponentContainer[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _componentContainerResourceArmPaginatedResultDeserializer(\n item: any,\n): _ComponentContainerResourceArmPaginatedResult {\n return {\n value: componentContainerArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function componentContainerArraySerializer(result: Array<ComponentContainer>): any[] {\n return result.map((item) => {\n return componentContainerSerializer(item);\n });\n}\n\nexport function componentContainerArrayDeserializer(result: Array<ComponentContainer>): any[] {\n return result.map((item) => {\n return componentContainerDeserializer(item);\n });\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface ComponentVersion extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: ComponentVersionProperties;\n}\n\nexport function componentVersionSerializer(item: ComponentVersion): any {\n return { properties: componentVersionPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function componentVersionDeserializer(item: any): ComponentVersion {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: componentVersionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Definition of a component version: defines resources that span component types. */\nexport interface ComponentVersionProperties extends AssetBase {\n /**\n * Defines Component definition details.\n * <see href=\"https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command\" />\n */\n componentSpec?: any;\n /** Provisioning state for the component version. */\n readonly provisioningState?: AssetProvisioningState;\n}\n\nexport function componentVersionPropertiesSerializer(item: ComponentVersionProperties): any {\n return {\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n componentSpec: item[\"componentSpec\"],\n };\n}\n\nexport function componentVersionPropertiesDeserializer(item: any): ComponentVersionProperties {\n return {\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n componentSpec: item[\"componentSpec\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** A paginated list of ComponentVersion entities. */\nexport interface _ComponentVersionResourceArmPaginatedResult {\n /** The ComponentVersion items on this page */\n value: ComponentVersion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _componentVersionResourceArmPaginatedResultDeserializer(\n item: any,\n): _ComponentVersionResourceArmPaginatedResult {\n return {\n value: componentVersionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function componentVersionArraySerializer(result: Array<ComponentVersion>): any[] {\n return result.map((item) => {\n return componentVersionSerializer(item);\n });\n}\n\nexport function componentVersionArrayDeserializer(result: Array<ComponentVersion>): any[] {\n return result.map((item) => {\n return componentVersionDeserializer(item);\n });\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface DataContainer extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: DataContainerProperties;\n}\n\nexport function dataContainerSerializer(item: DataContainer): any {\n return { properties: dataContainerPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function dataContainerDeserializer(item: any): DataContainer {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: dataContainerPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Container for data asset versions. */\nexport interface DataContainerProperties extends AssetContainer {\n /** [Required] Specifies the type of data. */\n dataType: DataType;\n}\n\nexport function dataContainerPropertiesSerializer(item: DataContainerProperties): any {\n return {\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n dataType: item[\"dataType\"],\n };\n}\n\nexport function dataContainerPropertiesDeserializer(item: any): DataContainerProperties {\n return {\n isArchived: item[\"isArchived\"],\n latestVersion: item[\"latestVersion\"],\n nextVersion: item[\"nextVersion\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n dataType: item[\"dataType\"],\n };\n}\n\n/** Enum to determine the type of data. */\nexport enum KnownDataType {\n /** uri_file */\n UriFile = \"uri_file\",\n /** uri_folder */\n UriFolder = \"uri_folder\",\n /** mltable */\n Mltable = \"mltable\",\n}\n\n/**\n * Enum to determine the type of data. \\\n * {@link KnownDataType} can be used interchangeably with DataType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **uri_file** \\\n * **uri_folder** \\\n * **mltable**\n */\nexport type DataType = string;\n\n/** A paginated list of DataContainer entities. */\nexport interface _DataContainerResourceArmPaginatedResult {\n /** The DataContainer items on this page */\n value: DataContainer[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _dataContainerResourceArmPaginatedResultDeserializer(\n item: any,\n): _DataContainerResourceArmPaginatedResult {\n return {\n value: dataContainerArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function dataContainerArraySerializer(result: Array<DataContainer>): any[] {\n return result.map((item) => {\n return dataContainerSerializer(item);\n });\n}\n\nexport function dataContainerArrayDeserializer(result: Array<DataContainer>): any[] {\n return result.map((item) => {\n return dataContainerDeserializer(item);\n });\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface DataVersionBase extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: DataVersionBasePropertiesUnion;\n}\n\nexport function dataVersionBaseSerializer(item: DataVersionBase): any {\n return { properties: dataVersionBasePropertiesUnionSerializer(item[\"properties\"]) };\n}\n\nexport function dataVersionBaseDeserializer(item: any): DataVersionBase {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: dataVersionBasePropertiesUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** Data version base definition */\nexport interface DataVersionBaseProperties extends AssetBase {\n /** [Required] Specifies the type of data. */\n /** The discriminator possible values: mltable, uri_file, uri_folder */\n dataType: DataType;\n /** [Required] Uri of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330 */\n dataUri: string;\n}\n\nexport function dataVersionBasePropertiesSerializer(item: DataVersionBaseProperties): any {\n return {\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n dataType: item[\"dataType\"],\n dataUri: item[\"dataUri\"],\n };\n}\n\nexport function dataVersionBasePropertiesDeserializer(item: any): DataVersionBaseProperties {\n return {\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n dataType: item[\"dataType\"],\n dataUri: item[\"dataUri\"],\n };\n}\n\n/** Alias for DataVersionBasePropertiesUnion */\nexport type DataVersionBasePropertiesUnion =\n | MLTableData\n | UriFileDataVersion\n | UriFolderDataVersion\n | DataVersionBaseProperties;\n\nexport function dataVersionBasePropertiesUnionSerializer(\n item: DataVersionBasePropertiesUnion,\n): any {\n switch (item.dataType) {\n case \"mltable\":\n return mlTableDataSerializer(item as MLTableData);\n\n case \"uri_file\":\n return uriFileDataVersionSerializer(item as UriFileDataVersion);\n\n case \"uri_folder\":\n return uriFolderDataVersionSerializer(item as UriFolderDataVersion);\n\n default:\n return dataVersionBasePropertiesSerializer(item);\n }\n}\n\nexport function dataVersionBasePropertiesUnionDeserializer(\n item: any,\n): DataVersionBasePropertiesUnion {\n switch (item[\"dataType\"]) {\n case \"mltable\":\n return mlTableDataDeserializer(item as MLTableData);\n\n case \"uri_file\":\n return uriFileDataVersionDeserializer(item as UriFileDataVersion);\n\n case \"uri_folder\":\n return uriFolderDataVersionDeserializer(item as UriFolderDataVersion);\n\n default:\n return dataVersionBasePropertiesDeserializer(item);\n }\n}\n\n/** MLTable data definition */\nexport interface MLTableData extends DataVersionBaseProperties {\n /** Uris referenced in the MLTable definition (required for lineage) */\n referencedUris?: string[];\n /** [Required] Specifies the type of data. */\n dataType: \"mltable\";\n}\n\nexport function mlTableDataSerializer(item: MLTableData): any {\n return {\n dataType: item[\"dataType\"],\n dataUri: item[\"dataUri\"],\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n referencedUris: !item[\"referencedUris\"]\n ? item[\"referencedUris\"]\n : item[\"referencedUris\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function mlTableDataDeserializer(item: any): MLTableData {\n return {\n dataType: item[\"dataType\"],\n dataUri: item[\"dataUri\"],\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n referencedUris: !item[\"referencedUris\"]\n ? item[\"referencedUris\"]\n : item[\"referencedUris\"].map((p1: any) => {\n return p1;\n }),\n };\n}\n\n/** uri-file data version entity */\nexport interface UriFileDataVersion extends DataVersionBaseProperties {\n /** [Required] Specifies the type of data. */\n dataType: \"uri_file\";\n}\n\nexport function uriFileDataVersionSerializer(item: UriFileDataVersion): any {\n return {\n dataType: item[\"dataType\"],\n dataUri: item[\"dataUri\"],\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function uriFileDataVersionDeserializer(item: any): UriFileDataVersion {\n return {\n dataType: item[\"dataType\"],\n dataUri: item[\"dataUri\"],\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n };\n}\n\n/** uri-folder data version entity */\nexport interface UriFolderDataVersion extends DataVersionBaseProperties {\n /** [Required] Specifies the type of data. */\n dataType: \"uri_folder\";\n}\n\nexport function uriFolderDataVersionSerializer(item: UriFolderDataVersion): any {\n return {\n dataType: item[\"dataType\"],\n dataUri: item[\"dataUri\"],\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function uriFolderDataVersionDeserializer(item: any): UriFolderDataVersion {\n return {\n dataType: item[\"dataType\"],\n dataUri: item[\"dataUri\"],\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n };\n}\n\n/** A paginated list of DataVersionBase entities. */\nexport interface _DataVersionBaseResourceArmPaginatedResult {\n /** The DataVersionBase items on this page */\n value: DataVersionBase[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _dataVersionBaseResourceArmPaginatedResultDeserializer(\n item: any,\n): _DataVersionBaseResourceArmPaginatedResult {\n return {\n value: dataVersionBaseArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function dataVersionBaseArraySerializer(result: Array<DataVersionBase>): any[] {\n return result.map((item) => {\n return dataVersionBaseSerializer(item);\n });\n}\n\nexport function dataVersionBaseArrayDeserializer(result: Array<DataVersionBase>): any[] {\n return result.map((item) => {\n return dataVersionBaseDeserializer(item);\n });\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface EnvironmentContainer extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: EnvironmentContainerProperties;\n}\n\nexport function environmentContainerSerializer(item: EnvironmentContainer): any {\n return { properties: environmentContainerPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function environmentContainerDeserializer(item: any): EnvironmentContainer {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: environmentContainerPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Container for environment specification versions. */\nexport interface EnvironmentContainerProperties extends AssetContainer {\n /** Provisioning state for the environment container. */\n readonly provisioningState?: AssetProvisioningState;\n}\n\nexport function environmentContainerPropertiesSerializer(\n item: EnvironmentContainerProperties,\n): any {\n return {\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function environmentContainerPropertiesDeserializer(\n item: any,\n): EnvironmentContainerProperties {\n return {\n isArchived: item[\"isArchived\"],\n latestVersion: item[\"latestVersion\"],\n nextVersion: item[\"nextVersion\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** A paginated list of EnvironmentContainer entities. */\nexport interface _EnvironmentContainerResourceArmPaginatedResult {\n /** The EnvironmentContainer items on this page */\n value: EnvironmentContainer[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _environmentContainerResourceArmPaginatedResultDeserializer(\n item: any,\n): _EnvironmentContainerResourceArmPaginatedResult {\n return {\n value: environmentContainerArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function environmentContainerArraySerializer(result: Array<EnvironmentContainer>): any[] {\n return result.map((item) => {\n return environmentContainerSerializer(item);\n });\n}\n\nexport function environmentContainerArrayDeserializer(result: Array<EnvironmentContainer>): any[] {\n return result.map((item) => {\n return environmentContainerDeserializer(item);\n });\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface EnvironmentVersion extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: EnvironmentVersionProperties;\n}\n\nexport function environmentVersionSerializer(item: EnvironmentVersion): any {\n return { properties: environmentVersionPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function environmentVersionDeserializer(item: any): EnvironmentVersion {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: environmentVersionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Environment version details. */\nexport interface EnvironmentVersionProperties extends AssetBase {\n /** AutoRebuild setting for the derived image */\n autoRebuild?: AutoRebuildSetting;\n /** Configuration settings for Docker build context. */\n build?: BuildContext;\n /**\n * Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages.\n * <see href=\"https://repo2docker.readthedocs.io/en/latest/config_files.html#environment-yml-install-a-conda-environment\" />\n */\n condaFile?: string;\n /**\n * Environment type is either user managed or curated by the Azure ML service\n * <see href=\"https://docs.microsoft.com/en-us/azure/machine-learning/resource-curated-environments\" />\n */\n readonly environmentType?: EnvironmentType;\n /**\n * Name of the image that will be used for the environment.\n * <seealso href=\"https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image\" />\n */\n image?: string;\n /** Environment image details. */\n imageDetails?: ImageDetails;\n /** Defines configuration specific to inference. */\n inferenceConfig?: InferenceContainerProperties;\n /** The type of operating system. */\n osType?: OperatingSystemType;\n /** Provisioning state for the environment version. */\n readonly provisioningState?: AssetProvisioningState;\n /** Stage in the environment lifecycle assigned to this environment */\n stage?: string;\n}\n\nexport function environmentVersionPropertiesSerializer(item: EnvironmentVersionProperties): any {\n return {\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n autoRebuild: item[\"autoRebuild\"],\n build: !item[\"build\"] ? item[\"build\"] : buildContextSerializer(item[\"build\"]),\n condaFile: item[\"condaFile\"],\n image: item[\"image\"],\n imageDetails: !item[\"imageDetails\"]\n ? item[\"imageDetails\"]\n : imageDetailsSerializer(item[\"imageDetails\"]),\n inferenceConfig: !item[\"inferenceConfig\"]\n ? item[\"inferenceConfig\"]\n : inferenceContainerPropertiesSerializer(item[\"inferenceConfig\"]),\n osType: item[\"osType\"],\n stage: item[\"stage\"],\n };\n}\n\nexport function environmentVersionPropertiesDeserializer(item: any): EnvironmentVersionProperties {\n return {\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n autoRebuild: item[\"autoRebuild\"],\n build: !item[\"build\"] ? item[\"build\"] : buildContextDeserializer(item[\"build\"]),\n condaFile: item[\"condaFile\"],\n environmentType: item[\"environmentType\"],\n image: item[\"image\"],\n imageDetails: !item[\"imageDetails\"]\n ? item[\"imageDetails\"]\n : imageDetailsDeserializer(item[\"imageDetails\"]),\n inferenceConfig: !item[\"inferenceConfig\"]\n ? item[\"inferenceConfig\"]\n : inferenceContainerPropertiesDeserializer(item[\"inferenceConfig\"]),\n osType: item[\"osType\"],\n provisioningState: item[\"provisioningState\"],\n stage: item[\"stage\"],\n };\n}\n\n/** AutoRebuild setting for the derived image */\nexport enum KnownAutoRebuildSetting {\n /** Disabled */\n Disabled = \"Disabled\",\n /** OnBaseImageUpdate */\n OnBaseImageUpdate = \"OnBaseImageUpdate\",\n}\n\n/**\n * AutoRebuild setting for the derived image \\\n * {@link KnownAutoRebuildSetting} can be used interchangeably with AutoRebuildSetting,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **OnBaseImageUpdate**\n */\nexport type AutoRebuildSetting = string;\n\n/** Configuration settings for Docker build context */\nexport interface BuildContext {\n /**\n * [Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs.\n * <seealso href=\"https://docs.docker.com/engine/reference/commandline/build/#extended-description\" />\n */\n contextUri: string;\n /**\n * Path to the Dockerfile in the build context.\n * <seealso href=\"https://docs.docker.com/engine/reference/builder/\" />\n */\n dockerfilePath?: string;\n}\n\nexport function buildContextSerializer(item: BuildContext): any {\n return { contextUri: item[\"contextUri\"], dockerfilePath: item[\"dockerfilePath\"] };\n}\n\nexport function buildContextDeserializer(item: any): BuildContext {\n return {\n contextUri: item[\"contextUri\"],\n dockerfilePath: item[\"dockerfilePath\"],\n };\n}\n\n/** Environment type is either user created or curated by Azure ML service */\nexport enum KnownEnvironmentType {\n /** Curated */\n Curated = \"Curated\",\n /** UserCreated */\n UserCreated = \"UserCreated\",\n}\n\n/**\n * Environment type is either user created or curated by Azure ML service \\\n * {@link KnownEnvironmentType} can be used interchangeably with EnvironmentType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Curated** \\\n * **UserCreated**\n */\nexport type EnvironmentType = string;\n\n/** model interface ImageDetails */\nexport interface ImageDetails {\n /** Indicates if image exists */\n exists?: boolean;\n /** Container image details */\n image?: ImageInfo;\n /** Vulnerability findings details */\n vulnerabilityFindings?: VulnerabilityFindings;\n}\n\nexport function imageDetailsSerializer(item: ImageDetails): any {\n return {\n exists: item[\"exists\"],\n image: !item[\"image\"] ? item[\"image\"] : imageInfoSerializer(item[\"image\"]),\n vulnerabilityFindings: !item[\"vulnerabilityFindings\"]\n ? item[\"vulnerabilityFindings\"]\n : vulnerabilityFindingsSerializer(item[\"vulnerabilityFindings\"]),\n };\n}\n\nexport function imageDetailsDeserializer(item: any): ImageDetails {\n return {\n exists: item[\"exists\"],\n image: !item[\"image\"] ? item[\"image\"] : imageInfoDeserializer(item[\"image\"]),\n vulnerabilityFindings: !item[\"vulnerabilityFindings\"]\n ? item[\"vulnerabilityFindings\"]\n : vulnerabilityFindingsDeserializer(item[\"vulnerabilityFindings\"]),\n };\n}\n\n/** model interface ImageInfo */\nexport interface ImageInfo {\n /** Image digest */\n digest?: string;\n /** Container registry host name */\n hostname?: string;\n /** Repository name */\n repository?: string;\n /** Image tag */\n tag?: string;\n}\n\nexport function imageInfoSerializer(item: ImageInfo): any {\n return {\n digest: item[\"digest\"],\n hostname: item[\"hostname\"],\n repository: item[\"repository\"],\n tag: item[\"tag\"],\n };\n}\n\nexport function imageInfoDeserializer(item: any): ImageInfo {\n return {\n digest: item[\"digest\"],\n hostname: item[\"hostname\"],\n repository: item[\"repository\"],\n tag: item[\"tag\"],\n };\n}\n\n/** model interface VulnerabilityFindings */\nexport interface VulnerabilityFindings {\n /** AssetId (Image digest). */\n assetId?: string;\n /** Number of critical findings. */\n readonly criticalFindingsCount?: number;\n /** List of vulnerability findings. */\n data?: VulnerabilityDetails[];\n /** Time the report was generated. */\n generatedTime?: Date;\n /** Number of high findings. */\n readonly highFindingsCount?: number;\n /** Scan result date. */\n lastScanDate?: Date;\n /** Vulnerability scanner name. */\n scanner?: string;\n /** Data source (internal). */\n source?: string;\n /** Total findings count. */\n readonly totalFindingsCount?: number;\n}\n\nexport function vulnerabilityFindingsSerializer(item: VulnerabilityFindings): any {\n return {\n assetId: item[\"assetId\"],\n data: !item[\"data\"] ? item[\"data\"] : vulnerabilityDetailsArraySerializer(item[\"data\"]),\n generatedTime: !item[\"generatedTime\"]\n ? item[\"generatedTime\"]\n : item[\"generatedTime\"].toISOString(),\n lastScanDate: !item[\"lastScanDate\"] ? item[\"lastScanDate\"] : item[\"lastScanDate\"].toISOString(),\n scanner: item[\"scanner\"],\n source: item[\"source\"],\n };\n}\n\nexport function vulnerabilityFindingsDeserializer(item: any): VulnerabilityFindings {\n return {\n assetId: item[\"assetId\"],\n criticalFindingsCount: item[\"criticalFindingsCount\"],\n data: !item[\"data\"] ? item[\"data\"] : vulnerabilityDetailsArrayDeserializer(item[\"data\"]),\n generatedTime: !item[\"generatedTime\"] ? item[\"generatedTime\"] : new Date(item[\"generatedTime\"]),\n highFindingsCount: item[\"highFindingsCount\"],\n lastScanDate: !item[\"lastScanDate\"] ? item[\"lastScanDate\"] : new Date(item[\"lastScanDate\"]),\n scanner: item[\"scanner\"],\n source: item[\"source\"],\n totalFindingsCount: item[\"totalFindingsCount\"],\n };\n}\n\nexport function vulnerabilityDetailsArraySerializer(result: Array<VulnerabilityDetails>): any[] {\n return result.map((item) => {\n return vulnerabilityDetailsSerializer(item);\n });\n}\n\nexport function vulnerabilityDetailsArrayDeserializer(result: Array<VulnerabilityDetails>): any[] {\n return result.map((item) => {\n return vulnerabilityDetailsDeserializer(item);\n });\n}\n\n/** model interface VulnerabilityDetails */\nexport interface VulnerabilityDetails {\n /** CVE id. */\n cve?: string;\n /** CVE url. */\n cveUrl?: string;\n /** DueDate for vulnerability. Provider data or PublishDate + 30 days. */\n dueDate?: Date;\n /** Vulnerability ID. */\n readonly id?: string;\n /** Dependency details. */\n packageDetails?: PackageDetails[];\n /** Indicates if there is a known patch for vulnerability. */\n patchable?: boolean;\n /** Vulnerability ID from provider. */\n providerId?: string;\n /** Vulnerability publish date. */\n publishDate?: Date;\n /** Vulnerability Risk value. */\n risk?: VulnerabilityRisk;\n /** Vulnerability description. */\n solution?: string;\n /** Vulnerability name. */\n title?: string;\n /** Vendor vulnerability ID (USN, GH Advisory, etc). */\n vendorId?: string;\n /** Vendor vulnerability url. */\n vendorUrl?: string;\n}\n\nexport function vulnerabilityDetailsSerializer(item: VulnerabilityDetails): any {\n return {\n cve: item[\"cve\"],\n cveUrl: item[\"cveUrl\"],\n dueDate: !item[\"dueDate\"] ? item[\"dueDate\"] : item[\"dueDate\"].toISOString(),\n packageDetails: !item[\"packageDetails\"]\n ? item[\"packageDetails\"]\n : packageDetailsArraySerializer(item[\"packageDetails\"]),\n patchable: item[\"patchable\"],\n providerId: item[\"providerId\"],\n publishDate: !item[\"publishDate\"] ? item[\"publishDate\"] : item[\"publishDate\"].toISOString(),\n risk: item[\"risk\"],\n solution: item[\"solution\"],\n title: item[\"title\"],\n vendorId: item[\"vendorId\"],\n vendorUrl: item[\"vendorUrl\"],\n };\n}\n\nexport function vulnerabilityDetailsDeserializer(item: any): VulnerabilityDetails {\n return {\n cve: item[\"cve\"],\n cveUrl: item[\"cveUrl\"],\n dueDate: !item[\"dueDate\"] ? item[\"dueDate\"] : new Date(item[\"dueDate\"]),\n id: item[\"id\"],\n packageDetails: !item[\"packageDetails\"]\n ? item[\"packageDetails\"]\n : packageDetailsArrayDeserializer(item[\"packageDetails\"]),\n patchable: item[\"patchable\"],\n providerId: item[\"providerId\"],\n publishDate: !item[\"publishDate\"] ? item[\"publishDate\"] : new Date(item[\"publishDate\"]),\n risk: item[\"risk\"],\n solution: item[\"solution\"],\n title: item[\"title\"],\n vendorId: item[\"vendorId\"],\n vendorUrl: item[\"vendorUrl\"],\n };\n}\n\nexport function packageDetailsArraySerializer(result: Array<PackageDetails>): any[] {\n return result.map((item) => {\n return packageDetailsSerializer(item);\n });\n}\n\nexport function packageDetailsArrayDeserializer(result: Array<PackageDetails>): any[] {\n return result.map((item) => {\n return packageDetailsDeserializer(item);\n });\n}\n\n/** model interface PackageDetails */\nexport interface PackageDetails {\n /** Install path. */\n installPath?: string;\n /** Installed version. */\n installedVersion?: string;\n /** Package or dependency name. */\n name?: string;\n /** Patched version. */\n patchedVersion?: string;\n}\n\nexport function packageDetailsSerializer(item: PackageDetails): any {\n return {\n installPath: item[\"installPath\"],\n installedVersion: item[\"installedVersion\"],\n name: item[\"name\"],\n patchedVersion: item[\"patchedVersion\"],\n };\n}\n\nexport function packageDetailsDeserializer(item: any): PackageDetails {\n return {\n installPath: item[\"installPath\"],\n installedVersion: item[\"installedVersion\"],\n name: item[\"name\"],\n patchedVersion: item[\"patchedVersion\"],\n };\n}\n\n/** Known values of {@link VulnerabilityRisk} that the service accepts. */\nexport enum KnownVulnerabilityRisk {\n /** UNKNOWN */\n Unknown = \"UNKNOWN\",\n /** CRITICAL */\n Critical = \"CRITICAL\",\n /** HIGH */\n High = \"HIGH\",\n /** MEDIUM */\n Medium = \"MEDIUM\",\n /** LOW */\n LOW = \"LOW\",\n}\n\n/** Type of VulnerabilityRisk */\nexport type VulnerabilityRisk = string;\n\n/** model interface InferenceContainerProperties */\nexport interface InferenceContainerProperties {\n /** The route to check the liveness of the inference server container. */\n livenessRoute?: Route;\n /** The route to check the readiness of the inference server container. */\n readinessRoute?: Route;\n /** The port to send the scoring requests to, within the inference server container. */\n scoringRoute?: Route;\n /** The route to check the startup of the application in the container. */\n startupRoute?: Route;\n}\n\nexport function inferenceContainerPropertiesSerializer(item: InferenceContainerProperties): any {\n return {\n livenessRoute: !item[\"livenessRoute\"]\n ? item[\"livenessRoute\"]\n : routeSerializer(item[\"livenessRoute\"]),\n readinessRoute: !item[\"readinessRoute\"]\n ? item[\"readinessRoute\"]\n : routeSerializer(item[\"readinessRoute\"]),\n scoringRoute: !item[\"scoringRoute\"]\n ? item[\"scoringRoute\"]\n : routeSerializer(item[\"scoringRoute\"]),\n startupRoute: !item[\"startupRoute\"]\n ? item[\"startupRoute\"]\n : routeSerializer(item[\"startupRoute\"]),\n };\n}\n\nexport function inferenceContainerPropertiesDeserializer(item: any): InferenceContainerProperties {\n return {\n livenessRoute: !item[\"livenessRoute\"]\n ? item[\"livenessRoute\"]\n : routeDeserializer(item[\"livenessRoute\"]),\n readinessRoute: !item[\"readinessRoute\"]\n ? item[\"readinessRoute\"]\n : routeDeserializer(item[\"readinessRoute\"]),\n scoringRoute: !item[\"scoringRoute\"]\n ? item[\"scoringRoute\"]\n : routeDeserializer(item[\"scoringRoute\"]),\n startupRoute: !item[\"startupRoute\"]\n ? item[\"startupRoute\"]\n : routeDeserializer(item[\"startupRoute\"]),\n };\n}\n\n/** model interface Route */\nexport interface Route {\n /** [Required] The path for the route. */\n path: string;\n /** [Required] The port for the route. */\n port: number;\n}\n\nexport function routeSerializer(item: Route): any {\n return { path: item[\"path\"], port: item[\"port\"] };\n}\n\nexport function routeDeserializer(item: any): Route {\n return {\n path: item[\"path\"],\n port: item[\"port\"],\n };\n}\n\n/** The type of operating system. */\nexport enum KnownOperatingSystemType {\n /** Linux */\n Linux = \"Linux\",\n /** Windows */\n Windows = \"Windows\",\n}\n\n/**\n * The type of operating system. \\\n * {@link KnownOperatingSystemType} can be used interchangeably with OperatingSystemType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Linux** \\\n * **Windows**\n */\nexport type OperatingSystemType = string;\n\n/** A paginated list of EnvironmentVersion entities. */\nexport interface _EnvironmentVersionResourceArmPaginatedResult {\n /** The EnvironmentVersion items on this page */\n value: EnvironmentVersion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _environmentVersionResourceArmPaginatedResultDeserializer(\n item: any,\n): _EnvironmentVersionResourceArmPaginatedResult {\n return {\n value: environmentVersionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function environmentVersionArraySerializer(result: Array<EnvironmentVersion>): any[] {\n return result.map((item) => {\n return environmentVersionSerializer(item);\n });\n}\n\nexport function environmentVersionArrayDeserializer(result: Array<EnvironmentVersion>): any[] {\n return result.map((item) => {\n return environmentVersionDeserializer(item);\n });\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface ModelContainer extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: ModelContainerProperties;\n}\n\nexport function modelContainerSerializer(item: ModelContainer): any {\n return { properties: modelContainerPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function modelContainerDeserializer(item: any): ModelContainer {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: modelContainerPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface ModelContainerProperties */\nexport interface ModelContainerProperties extends AssetContainer {\n /** Provisioning state for the model container. */\n readonly provisioningState?: AssetProvisioningState;\n}\n\nexport function modelContainerPropertiesSerializer(item: ModelContainerProperties): any {\n return {\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function modelContainerPropertiesDeserializer(item: any): ModelContainerProperties {\n return {\n isArchived: item[\"isArchived\"],\n latestVersion: item[\"latestVersion\"],\n nextVersion: item[\"nextVersion\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** A paginated list of ModelContainer entities. */\nexport interface _ModelContainerResourceArmPaginatedResult {\n /** The ModelContainer items on this page */\n value: ModelContainer[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _modelContainerResourceArmPaginatedResultDeserializer(\n item: any,\n): _ModelContainerResourceArmPaginatedResult {\n return {\n value: modelContainerArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function modelContainerArraySerializer(result: Array<ModelContainer>): any[] {\n return result.map((item) => {\n return modelContainerSerializer(item);\n });\n}\n\nexport function modelContainerArrayDeserializer(result: Array<ModelContainer>): any[] {\n return result.map((item) => {\n return modelContainerDeserializer(item);\n });\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface ModelVersion extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: ModelVersionProperties;\n}\n\nexport function modelVersionSerializer(item: ModelVersion): any {\n return { properties: modelVersionPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function modelVersionDeserializer(item: any): ModelVersion {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: modelVersionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Model asset version details. */\nexport interface ModelVersionProperties extends AssetBase {\n /** Mapping of model flavors to their properties. */\n flavors?: Record<string, FlavorData>;\n /** Name of the training job which produced this model */\n jobName?: string;\n /** The storage format for this entity. Used for NCD. */\n modelType?: string;\n /** The URI path to the model contents. */\n modelUri?: string;\n /** Provisioning state for the model version. */\n readonly provisioningState?: AssetProvisioningState;\n /** Stage in the model lifecycle assigned to this model */\n stage?: string;\n /** Array of dataset references */\n datasets?: DatasetReference[];\n}\n\nexport function modelVersionPropertiesSerializer(item: ModelVersionProperties): any {\n return {\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n flavors: item[\"flavors\"],\n jobName: item[\"jobName\"],\n modelType: item[\"modelType\"],\n modelUri: item[\"modelUri\"],\n stage: item[\"stage\"],\n datasets: !item[\"datasets\"]\n ? item[\"datasets\"]\n : datasetReferenceArraySerializer(item[\"datasets\"]),\n };\n}\n\nexport function modelVersionPropertiesDeserializer(item: any): ModelVersionProperties {\n return {\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n flavors: !item[\"flavors\"]\n ? item[\"flavors\"]\n : Object.fromEntries(\n Object.entries(item[\"flavors\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : flavorDataDeserializer(p1),\n ]),\n ),\n jobName: item[\"jobName\"],\n modelType: item[\"modelType\"],\n modelUri: item[\"modelUri\"],\n provisioningState: item[\"provisioningState\"],\n stage: item[\"stage\"],\n datasets: !item[\"datasets\"]\n ? item[\"datasets\"]\n : datasetReferenceArrayDeserializer(item[\"datasets\"]),\n };\n}\n\n/** model interface FlavorData */\nexport interface FlavorData {\n /** Model flavor-specific data. */\n data?: Record<string, string>;\n}\n\nexport function flavorDataSerializer(item: FlavorData): any {\n return { data: item[\"data\"] };\n}\n\nexport function flavorDataDeserializer(item: any): FlavorData {\n return {\n data: !item[\"data\"]\n ? item[\"data\"]\n : Object.fromEntries(\n Object.entries(item[\"data\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n };\n}\n\nexport function datasetReferenceArraySerializer(result: Array<DatasetReference>): any[] {\n return result.map((item) => {\n return datasetReferenceSerializer(item);\n });\n}\n\nexport function datasetReferenceArrayDeserializer(result: Array<DatasetReference>): any[] {\n return result.map((item) => {\n return datasetReferenceDeserializer(item);\n });\n}\n\n/** Dataset reference object. */\nexport interface DatasetReference {\n /** The name of the dataset reference. */\n name?: string;\n /** The fully qualified ARM id of the dataset reference. */\n id?: string;\n}\n\nexport function datasetReferenceSerializer(item: DatasetReference): any {\n return { name: item[\"name\"], id: item[\"id\"] };\n}\n\nexport function datasetReferenceDeserializer(item: any): DatasetReference {\n return {\n name: item[\"name\"],\n id: item[\"id\"],\n };\n}\n\n/** A paginated list of ModelVersion entities. */\nexport interface _ModelVersionResourceArmPaginatedResult {\n /** The ModelVersion items on this page */\n value: ModelVersion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _modelVersionResourceArmPaginatedResultDeserializer(\n item: any,\n): _ModelVersionResourceArmPaginatedResult {\n return {\n value: modelVersionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function modelVersionArraySerializer(result: Array<ModelVersion>): any[] {\n return result.map((item) => {\n return modelVersionSerializer(item);\n });\n}\n\nexport function modelVersionArrayDeserializer(result: Array<ModelVersion>): any[] {\n return result.map((item) => {\n return modelVersionDeserializer(item);\n });\n}\n\n/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */\nexport interface BatchEndpoint extends TrackedResource {\n /** [Required] Additional attributes of the entity. */\n properties: BatchEndpointProperties;\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. */\n kind?: string;\n /** Sku details required for ARM contract for Autoscaling. */\n sku?: Sku;\n}\n\nexport function batchEndpointSerializer(item: BatchEndpoint): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: batchEndpointPropertiesSerializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function batchEndpointDeserializer(item: any): BatchEndpoint {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: batchEndpointPropertiesDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** Batch endpoint configuration. */\nexport interface BatchEndpointProperties extends EndpointPropertiesBase {\n /** Default values for Batch Endpoint */\n defaults?: BatchEndpointDefaults;\n /** Provisioning state for the endpoint. */\n readonly provisioningState?: EndpointProvisioningState;\n}\n\nexport function batchEndpointPropertiesSerializer(item: BatchEndpointProperties): any {\n return {\n authMode: item[\"authMode\"],\n description: item[\"description\"],\n keys: !item[\"keys\"] ? item[\"keys\"] : endpointAuthKeysSerializer(item[\"keys\"]),\n properties: item[\"properties\"],\n defaults: !item[\"defaults\"]\n ? item[\"defaults\"]\n : batchEndpointDefaultsSerializer(item[\"defaults\"]),\n };\n}\n\nexport function batchEndpointPropertiesDeserializer(item: any): BatchEndpointProperties {\n return {\n authMode: item[\"authMode\"],\n description: item[\"description\"],\n keys: !item[\"keys\"] ? item[\"keys\"] : endpointAuthKeysDeserializer(item[\"keys\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n scoringUri: item[\"scoringUri\"],\n swaggerUri: item[\"swaggerUri\"],\n defaults: !item[\"defaults\"]\n ? item[\"defaults\"]\n : batchEndpointDefaultsDeserializer(item[\"defaults\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Batch endpoint default values */\nexport interface BatchEndpointDefaults {\n /**\n * Name of the deployment that will be default for the endpoint.\n * This deployment will end up getting 100% traffic when the endpoint scoring URL is invoked.\n */\n deploymentName?: string;\n}\n\nexport function batchEndpointDefaultsSerializer(item: BatchEndpointDefaults): any {\n return { deploymentName: item[\"deploymentName\"] };\n}\n\nexport function batchEndpointDefaultsDeserializer(item: any): BatchEndpointDefaults {\n return {\n deploymentName: item[\"deploymentName\"],\n };\n}\n\n/** State of endpoint provisioning. */\nexport enum KnownEndpointProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Updating */\n Updating = \"Updating\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * State of endpoint provisioning. \\\n * {@link KnownEndpointProvisioningState} can be used interchangeably with EndpointProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Updating** \\\n * **Canceled**\n */\nexport type EndpointProvisioningState = string;\n\n/** Inference Endpoint base definition */\nexport interface EndpointPropertiesBase {\n /** [Required] The authentication method for invoking the endpoint (data plane operation). Use 'Key' for key-based authentication. Use 'AMLToken' for Azure Machine Learning token-based authentication. Use 'AADToken' for Microsoft Entra token-based authentication. */\n authMode: EndpointAuthMode;\n /** Description of the inference endpoint. */\n description?: string;\n /**\n * EndpointAuthKeys to set initially on an Endpoint.\n * This property will always be returned as null. AuthKey values must be retrieved using the ListKeys API.\n */\n keys?: EndpointAuthKeys;\n /** Property dictionary. Properties can be added, but not removed or altered. */\n properties?: Record<string, string>;\n /** Endpoint URI. */\n readonly scoringUri?: string;\n /** Endpoint Swagger URI. */\n readonly swaggerUri?: string;\n}\n\nexport function endpointPropertiesBaseSerializer(item: EndpointPropertiesBase): any {\n return {\n authMode: item[\"authMode\"],\n description: item[\"description\"],\n keys: !item[\"keys\"] ? item[\"keys\"] : endpointAuthKeysSerializer(item[\"keys\"]),\n properties: item[\"properties\"],\n };\n}\n\nexport function endpointPropertiesBaseDeserializer(item: any): EndpointPropertiesBase {\n return {\n authMode: item[\"authMode\"],\n description: item[\"description\"],\n keys: !item[\"keys\"] ? item[\"keys\"] : endpointAuthKeysDeserializer(item[\"keys\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n scoringUri: item[\"scoringUri\"],\n swaggerUri: item[\"swaggerUri\"],\n };\n}\n\n/** Enum to determine endpoint authentication mode. */\nexport enum KnownEndpointAuthMode {\n /** AMLToken */\n AMLToken = \"AMLToken\",\n /** Key */\n Key = \"Key\",\n /** AADToken */\n AADToken = \"AADToken\",\n}\n\n/**\n * Enum to determine endpoint authentication mode. \\\n * {@link KnownEndpointAuthMode} can be used interchangeably with EndpointAuthMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AMLToken** \\\n * **Key** \\\n * **AADToken**\n */\nexport type EndpointAuthMode = string;\n\n/** Keys for endpoint authentication. */\nexport interface EndpointAuthKeys {\n /** The primary key. */\n primaryKey?: string;\n /** The secondary key. */\n secondaryKey?: string;\n}\n\nexport function endpointAuthKeysSerializer(item: EndpointAuthKeys): any {\n return { primaryKey: item[\"primaryKey\"], secondaryKey: item[\"secondaryKey\"] };\n}\n\nexport function endpointAuthKeysDeserializer(item: any): EndpointAuthKeys {\n return {\n primaryKey: item[\"primaryKey\"],\n secondaryKey: item[\"secondaryKey\"],\n };\n}\n\n/** Strictly used in update requests. */\nexport interface PartialMinimalTrackedResourceWithIdentity extends PartialMinimalTrackedResource {\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: PartialManagedServiceIdentity;\n}\n\nexport function partialMinimalTrackedResourceWithIdentitySerializer(\n item: PartialMinimalTrackedResourceWithIdentity,\n): any {\n return {\n tags: item[\"tags\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : partialManagedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface PartialManagedServiceIdentity {\n /** Managed service identity (system assigned and/or user assigned identities) */\n type?: ManagedServiceIdentityType;\n /** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */\n userAssignedIdentities?: Record<string, any>;\n}\n\nexport function partialManagedServiceIdentitySerializer(item: PartialManagedServiceIdentity): any {\n return { type: item[\"type\"], userAssignedIdentities: item[\"userAssignedIdentities\"] };\n}\n\n/** Strictly used in update requests. */\nexport interface PartialMinimalTrackedResource {\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function partialMinimalTrackedResourceSerializer(item: PartialMinimalTrackedResource): any {\n return { tags: item[\"tags\"] };\n}\n\n/** A paginated list of BatchEndpoint entities. */\nexport interface _BatchEndpointTrackedResourceArmPaginatedResult {\n /** The BatchEndpoint items on this page */\n value: BatchEndpoint[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _batchEndpointTrackedResourceArmPaginatedResultDeserializer(\n item: any,\n): _BatchEndpointTrackedResourceArmPaginatedResult {\n return {\n value: batchEndpointArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function batchEndpointArraySerializer(result: Array<BatchEndpoint>): any[] {\n return result.map((item) => {\n return batchEndpointSerializer(item);\n });\n}\n\nexport function batchEndpointArrayDeserializer(result: Array<BatchEndpoint>): any[] {\n return result.map((item) => {\n return batchEndpointDeserializer(item);\n });\n}\n\n/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */\nexport interface BatchDeployment extends TrackedResource {\n /** [Required] Additional attributes of the entity. */\n properties: BatchDeploymentProperties;\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. */\n kind?: string;\n /** Sku details required for ARM contract for Autoscaling. */\n sku?: Sku;\n}\n\nexport function batchDeploymentSerializer(item: BatchDeployment): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: batchDeploymentPropertiesSerializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function batchDeploymentDeserializer(item: any): BatchDeployment {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: batchDeploymentPropertiesDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** Batch inference settings per deployment. */\nexport interface BatchDeploymentProperties extends EndpointDeploymentPropertiesBase {\n /** Compute target for batch inference operation. */\n compute?: string;\n /** Properties relevant to different deployment types. */\n deploymentConfiguration?: BatchDeploymentConfigurationUnion;\n /**\n * Error threshold, if the error count for the entire input goes above this value,\n * the batch inference will be aborted. Range is [-1, int.MaxValue].\n * For FileDataset, this value is the count of file failures.\n * For TabularDataset, this value is the count of record failures.\n * If set to -1 (the lower bound), all failures during batch inference will be ignored.\n */\n errorThreshold?: number;\n /**\n * Log verbosity for batch inferencing.\n * Increasing verbosity order for logging is : Warning, Info and Debug.\n * The default value is Info.\n */\n loggingLevel?: BatchLoggingLevel;\n /** Indicates maximum number of parallelism per instance. */\n maxConcurrencyPerInstance?: number;\n /**\n * Size of the mini-batch passed to each batch invocation.\n * For FileDataset, this is the number of files per mini-batch.\n * For TabularDataset, this is the size of the records in bytes, per mini-batch.\n */\n miniBatchSize?: number;\n /** Reference to the model asset for the endpoint deployment. */\n model?: AssetReferenceBaseUnion;\n /** Enum to determine how batch inferencing will handle output */\n outputAction?: BatchOutputAction;\n /** Customized output file name for append_row output action. */\n outputFileName?: string;\n /** Provisioning state for the endpoint deployment. */\n readonly provisioningState?: DeploymentProvisioningState;\n /**\n * Indicates compute configuration for the job.\n * If not provided, will default to the defaults defined in ResourceConfiguration.\n */\n resources?: DeploymentResourceConfiguration;\n /**\n * Retry Settings for the batch inference operation.\n * If not provided, will default to the defaults defined in BatchRetrySettings.\n */\n retrySettings?: BatchRetrySettings;\n}\n\nexport function batchDeploymentPropertiesSerializer(item: BatchDeploymentProperties): any {\n return {\n codeConfiguration: !item[\"codeConfiguration\"]\n ? item[\"codeConfiguration\"]\n : codeConfigurationSerializer(item[\"codeConfiguration\"]),\n description: item[\"description\"],\n environmentId: item[\"environmentId\"],\n environmentVariables: item[\"environmentVariables\"],\n properties: item[\"properties\"],\n compute: item[\"compute\"],\n deploymentConfiguration: !item[\"deploymentConfiguration\"]\n ? item[\"deploymentConfiguration\"]\n : batchDeploymentConfigurationUnionSerializer(item[\"deploymentConfiguration\"]),\n errorThreshold: item[\"errorThreshold\"],\n loggingLevel: item[\"loggingLevel\"],\n maxConcurrencyPerInstance: item[\"maxConcurrencyPerInstance\"],\n miniBatchSize: item[\"miniBatchSize\"],\n model: !item[\"model\"] ? item[\"model\"] : assetReferenceBaseUnionSerializer(item[\"model\"]),\n outputAction: item[\"outputAction\"],\n outputFileName: item[\"outputFileName\"],\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : deploymentResourceConfigurationSerializer(item[\"resources\"]),\n retrySettings: !item[\"retrySettings\"]\n ? item[\"retrySettings\"]\n : batchRetrySettingsSerializer(item[\"retrySettings\"]),\n };\n}\n\nexport function batchDeploymentPropertiesDeserializer(item: any): BatchDeploymentProperties {\n return {\n codeConfiguration: !item[\"codeConfiguration\"]\n ? item[\"codeConfiguration\"]\n : codeConfigurationDeserializer(item[\"codeConfiguration\"]),\n description: item[\"description\"],\n environmentId: item[\"environmentId\"],\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : Object.fromEntries(\n Object.entries(item[\"environmentVariables\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n compute: item[\"compute\"],\n deploymentConfiguration: !item[\"deploymentConfiguration\"]\n ? item[\"deploymentConfiguration\"]\n : batchDeploymentConfigurationUnionDeserializer(item[\"deploymentConfiguration\"]),\n errorThreshold: item[\"errorThreshold\"],\n loggingLevel: item[\"loggingLevel\"],\n maxConcurrencyPerInstance: item[\"maxConcurrencyPerInstance\"],\n miniBatchSize: item[\"miniBatchSize\"],\n model: !item[\"model\"] ? item[\"model\"] : assetReferenceBaseUnionDeserializer(item[\"model\"]),\n outputAction: item[\"outputAction\"],\n outputFileName: item[\"outputFileName\"],\n provisioningState: item[\"provisioningState\"],\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : deploymentResourceConfigurationDeserializer(item[\"resources\"]),\n retrySettings: !item[\"retrySettings\"]\n ? item[\"retrySettings\"]\n : batchRetrySettingsDeserializer(item[\"retrySettings\"]),\n };\n}\n\n/** Properties relevant to different deployment types. */\nexport interface BatchDeploymentConfiguration {\n /** [Required] The type of the deployment */\n /** The discriminator possible values: PipelineComponent */\n deploymentConfigurationType: BatchDeploymentConfigurationType;\n}\n\nexport function batchDeploymentConfigurationSerializer(item: BatchDeploymentConfiguration): any {\n return { deploymentConfigurationType: item[\"deploymentConfigurationType\"] };\n}\n\nexport function batchDeploymentConfigurationDeserializer(item: any): BatchDeploymentConfiguration {\n return {\n deploymentConfigurationType: item[\"deploymentConfigurationType\"],\n };\n}\n\n/** Alias for BatchDeploymentConfigurationUnion */\nexport type BatchDeploymentConfigurationUnion =\n | BatchPipelineComponentDeploymentConfiguration\n | BatchDeploymentConfiguration;\n\nexport function batchDeploymentConfigurationUnionSerializer(\n item: BatchDeploymentConfigurationUnion,\n): any {\n switch (item.deploymentConfigurationType) {\n case \"PipelineComponent\":\n return batchPipelineComponentDeploymentConfigurationSerializer(\n item as BatchPipelineComponentDeploymentConfiguration,\n );\n\n default:\n return batchDeploymentConfigurationSerializer(item);\n }\n}\n\nexport function batchDeploymentConfigurationUnionDeserializer(\n item: any,\n): BatchDeploymentConfigurationUnion {\n switch (item[\"deploymentConfigurationType\"]) {\n case \"PipelineComponent\":\n return batchPipelineComponentDeploymentConfigurationDeserializer(\n item as BatchPipelineComponentDeploymentConfiguration,\n );\n\n default:\n return batchDeploymentConfigurationDeserializer(item);\n }\n}\n\n/** The enumerated property types for batch deployments. */\nexport enum KnownBatchDeploymentConfigurationType {\n /** Model */\n Model = \"Model\",\n /** PipelineComponent */\n PipelineComponent = \"PipelineComponent\",\n}\n\n/**\n * The enumerated property types for batch deployments. \\\n * {@link KnownBatchDeploymentConfigurationType} can be used interchangeably with BatchDeploymentConfigurationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Model** \\\n * **PipelineComponent**\n */\nexport type BatchDeploymentConfigurationType = string;\n\n/** Properties for a Batch Pipeline Component Deployment. */\nexport interface BatchPipelineComponentDeploymentConfiguration extends BatchDeploymentConfiguration {\n /** The ARM id of the component to be run. */\n componentId?: IdAssetReference;\n /** The description which will be applied to the job. */\n description?: string;\n /** Run-time settings for the pipeline job. */\n settings?: Record<string, string>;\n /** The tags which will be applied to the job. */\n tags?: Record<string, string>;\n /** [Required] The type of the deployment */\n deploymentConfigurationType: \"PipelineComponent\";\n}\n\nexport function batchPipelineComponentDeploymentConfigurationSerializer(\n item: BatchPipelineComponentDeploymentConfiguration,\n): any {\n return {\n deploymentConfigurationType: item[\"deploymentConfigurationType\"],\n componentId: !item[\"componentId\"]\n ? item[\"componentId\"]\n : idAssetReferenceSerializer(item[\"componentId\"]),\n description: item[\"description\"],\n settings: item[\"settings\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function batchPipelineComponentDeploymentConfigurationDeserializer(\n item: any,\n): BatchPipelineComponentDeploymentConfiguration {\n return {\n deploymentConfigurationType: item[\"deploymentConfigurationType\"],\n componentId: !item[\"componentId\"]\n ? item[\"componentId\"]\n : idAssetReferenceDeserializer(item[\"componentId\"]),\n description: item[\"description\"],\n settings: !item[\"settings\"]\n ? item[\"settings\"]\n : Object.fromEntries(\n Object.entries(item[\"settings\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n };\n}\n\n/** Reference to an asset via its ARM resource ID. */\nexport interface IdAssetReference extends AssetReferenceBase {\n /** [Required] ARM resource ID of the asset. */\n assetId: string;\n /** [Required] Specifies the type of asset reference. */\n referenceType: \"Id\";\n}\n\nexport function idAssetReferenceSerializer(item: IdAssetReference): any {\n return { referenceType: item[\"referenceType\"], assetId: item[\"assetId\"] };\n}\n\nexport function idAssetReferenceDeserializer(item: any): IdAssetReference {\n return {\n referenceType: item[\"referenceType\"],\n assetId: item[\"assetId\"],\n };\n}\n\n/**\n * Log verbosity for batch inferencing.\n * Increasing verbosity order for logging is : Warning, Info and Debug.\n * The default value is Info.\n */\nexport enum KnownBatchLoggingLevel {\n /** Info */\n Info = \"Info\",\n /** Warning */\n Warning = \"Warning\",\n /** Debug */\n Debug = \"Debug\",\n}\n\n/**\n * Log verbosity for batch inferencing.\n * Increasing verbosity order for logging is : Warning, Info and Debug.\n * The default value is Info. \\\n * {@link KnownBatchLoggingLevel} can be used interchangeably with BatchLoggingLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Info** \\\n * **Warning** \\\n * **Debug**\n */\nexport type BatchLoggingLevel = string;\n\n/** Base definition for asset references. */\nexport interface AssetReferenceBase {\n /** [Required] Specifies the type of asset reference. */\n /** The discriminator possible values: Id, DataPath, OutputPath */\n referenceType: ReferenceType;\n}\n\nexport function assetReferenceBaseSerializer(item: AssetReferenceBase): any {\n return { referenceType: item[\"referenceType\"] };\n}\n\nexport function assetReferenceBaseDeserializer(item: any): AssetReferenceBase {\n return {\n referenceType: item[\"referenceType\"],\n };\n}\n\n/** Alias for AssetReferenceBaseUnion */\nexport type AssetReferenceBaseUnion =\n | IdAssetReference\n | DataPathAssetReference\n | OutputPathAssetReference\n | AssetReferenceBase;\n\nexport function assetReferenceBaseUnionSerializer(item: AssetReferenceBaseUnion): any {\n switch (item.referenceType) {\n case \"Id\":\n return idAssetReferenceSerializer(item as IdAssetReference);\n\n case \"DataPath\":\n return dataPathAssetReferenceSerializer(item as DataPathAssetReference);\n\n case \"OutputPath\":\n return outputPathAssetReferenceSerializer(item as OutputPathAssetReference);\n\n default:\n return assetReferenceBaseSerializer(item);\n }\n}\n\nexport function assetReferenceBaseUnionDeserializer(item: any): AssetReferenceBaseUnion {\n switch (item[\"referenceType\"]) {\n case \"Id\":\n return idAssetReferenceDeserializer(item as IdAssetReference);\n\n case \"DataPath\":\n return dataPathAssetReferenceDeserializer(item as DataPathAssetReference);\n\n case \"OutputPath\":\n return outputPathAssetReferenceDeserializer(item as OutputPathAssetReference);\n\n default:\n return assetReferenceBaseDeserializer(item);\n }\n}\n\n/** Enum to determine which reference method to use for an asset. */\nexport enum KnownReferenceType {\n /** Id */\n Id = \"Id\",\n /** DataPath */\n DataPath = \"DataPath\",\n /** OutputPath */\n OutputPath = \"OutputPath\",\n}\n\n/**\n * Enum to determine which reference method to use for an asset. \\\n * {@link KnownReferenceType} can be used interchangeably with ReferenceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Id** \\\n * **DataPath** \\\n * **OutputPath**\n */\nexport type ReferenceType = string;\n\n/** Reference to an asset via its path in a datastore. */\nexport interface DataPathAssetReference extends AssetReferenceBase {\n /** ARM resource ID of the datastore where the asset is located. */\n datastoreId?: string;\n /** The path of the file/directory in the datastore. */\n path?: string;\n /** [Required] Specifies the type of asset reference. */\n referenceType: \"DataPath\";\n}\n\nexport function dataPathAssetReferenceSerializer(item: DataPathAssetReference): any {\n return {\n referenceType: item[\"referenceType\"],\n datastoreId: item[\"datastoreId\"],\n path: item[\"path\"],\n };\n}\n\nexport function dataPathAssetReferenceDeserializer(item: any): DataPathAssetReference {\n return {\n referenceType: item[\"referenceType\"],\n datastoreId: item[\"datastoreId\"],\n path: item[\"path\"],\n };\n}\n\n/** Reference to an asset via its path in a job output. */\nexport interface OutputPathAssetReference extends AssetReferenceBase {\n /** ARM resource ID of the job. */\n jobId?: string;\n /** The path of the file/directory in the job output. */\n path?: string;\n /** [Required] Specifies the type of asset reference. */\n referenceType: \"OutputPath\";\n}\n\nexport function outputPathAssetReferenceSerializer(item: OutputPathAssetReference): any {\n return { referenceType: item[\"referenceType\"], jobId: item[\"jobId\"], path: item[\"path\"] };\n}\n\nexport function outputPathAssetReferenceDeserializer(item: any): OutputPathAssetReference {\n return {\n referenceType: item[\"referenceType\"],\n jobId: item[\"jobId\"],\n path: item[\"path\"],\n };\n}\n\n/** Enum to determine how batch inferencing will handle output */\nexport enum KnownBatchOutputAction {\n /** SummaryOnly */\n SummaryOnly = \"SummaryOnly\",\n /** AppendRow */\n AppendRow = \"AppendRow\",\n}\n\n/**\n * Enum to determine how batch inferencing will handle output \\\n * {@link KnownBatchOutputAction} can be used interchangeably with BatchOutputAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SummaryOnly** \\\n * **AppendRow**\n */\nexport type BatchOutputAction = string;\n\n/** Possible values for DeploymentProvisioningState. */\nexport enum KnownDeploymentProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Scaling */\n Scaling = \"Scaling\",\n /** Updating */\n Updating = \"Updating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * Possible values for DeploymentProvisioningState. \\\n * {@link KnownDeploymentProvisioningState} can be used interchangeably with DeploymentProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Deleting** \\\n * **Scaling** \\\n * **Updating** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled**\n */\nexport type DeploymentProvisioningState = string;\n\n/** model interface DeploymentResourceConfiguration */\nexport interface DeploymentResourceConfiguration extends ResourceConfiguration {}\n\nexport function deploymentResourceConfigurationSerializer(\n item: DeploymentResourceConfiguration,\n): any {\n return {\n instanceCount: item[\"instanceCount\"],\n instanceType: item[\"instanceType\"],\n properties: item[\"properties\"],\n };\n}\n\nexport function deploymentResourceConfigurationDeserializer(\n item: any,\n): DeploymentResourceConfiguration {\n return {\n instanceCount: item[\"instanceCount\"],\n instanceType: item[\"instanceType\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n };\n}\n\n/** Retry settings for a batch inference operation. */\nexport interface BatchRetrySettings {\n /** Maximum retry count for a mini-batch */\n maxRetries?: number;\n /** Invocation timeout for a mini-batch, in ISO 8601 format. */\n timeout?: string;\n}\n\nexport function batchRetrySettingsSerializer(item: BatchRetrySettings): any {\n return { maxRetries: item[\"maxRetries\"], timeout: item[\"timeout\"] };\n}\n\nexport function batchRetrySettingsDeserializer(item: any): BatchRetrySettings {\n return {\n maxRetries: item[\"maxRetries\"],\n timeout: item[\"timeout\"],\n };\n}\n\n/** model interface ResourceConfiguration */\nexport interface ResourceConfiguration {\n /** Optional number of instances or nodes used by the compute target. */\n instanceCount?: number;\n /** Optional type of VM used as supported by the compute target. */\n instanceType?: string;\n /** Additional properties bag. */\n properties?: Record<string, any>;\n}\n\nexport function resourceConfigurationSerializer(item: ResourceConfiguration): any {\n return {\n instanceCount: item[\"instanceCount\"],\n instanceType: item[\"instanceType\"],\n properties: item[\"properties\"],\n };\n}\n\nexport function resourceConfigurationDeserializer(item: any): ResourceConfiguration {\n return {\n instanceCount: item[\"instanceCount\"],\n instanceType: item[\"instanceType\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n };\n}\n\n/** Base definition for endpoint deployment. */\nexport interface EndpointDeploymentPropertiesBase {\n /** Code configuration for the endpoint deployment. */\n codeConfiguration?: CodeConfiguration;\n /** Description of the endpoint deployment. */\n description?: string;\n /** ARM resource ID or AssetId of the environment specification for the endpoint deployment. */\n environmentId?: string;\n /** Environment variables configuration for the deployment. */\n environmentVariables?: Record<string, string>;\n /** Property dictionary. Properties can be added, but not removed or altered. */\n properties?: Record<string, string>;\n}\n\nexport function endpointDeploymentPropertiesBaseSerializer(\n item: EndpointDeploymentPropertiesBase,\n): any {\n return {\n codeConfiguration: !item[\"codeConfiguration\"]\n ? item[\"codeConfiguration\"]\n : codeConfigurationSerializer(item[\"codeConfiguration\"]),\n description: item[\"description\"],\n environmentId: item[\"environmentId\"],\n environmentVariables: item[\"environmentVariables\"],\n properties: item[\"properties\"],\n };\n}\n\nexport function endpointDeploymentPropertiesBaseDeserializer(\n item: any,\n): EndpointDeploymentPropertiesBase {\n return {\n codeConfiguration: !item[\"codeConfiguration\"]\n ? item[\"codeConfiguration\"]\n : codeConfigurationDeserializer(item[\"codeConfiguration\"]),\n description: item[\"description\"],\n environmentId: item[\"environmentId\"],\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : Object.fromEntries(\n Object.entries(item[\"environmentVariables\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n };\n}\n\n/** Configuration for a scoring code asset. */\nexport interface CodeConfiguration {\n /** ARM resource ID of the code asset. */\n codeId?: string;\n /** [Required] The script to execute on startup. eg. \"score.py\" */\n scoringScript: string;\n}\n\nexport function codeConfigurationSerializer(item: CodeConfiguration): any {\n return { codeId: item[\"codeId\"], scoringScript: item[\"scoringScript\"] };\n}\n\nexport function codeConfigurationDeserializer(item: any): CodeConfiguration {\n return {\n codeId: item[\"codeId\"],\n scoringScript: item[\"scoringScript\"],\n };\n}\n\n/** Strictly used in update requests. */\nexport interface PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties {\n /** Additional attributes of the entity. */\n properties?: PartialBatchDeployment;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function partialBatchDeploymentPartialMinimalTrackedResourceWithPropertiesSerializer(\n item: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties,\n): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : partialBatchDeploymentSerializer(item[\"properties\"]),\n tags: item[\"tags\"],\n };\n}\n\n/** Mutable batch inference settings per deployment. */\nexport interface PartialBatchDeployment {\n /** Description of the endpoint deployment. */\n description?: string;\n}\n\nexport function partialBatchDeploymentSerializer(item: PartialBatchDeployment): any {\n return { description: item[\"description\"] };\n}\n\n/** A paginated list of BatchDeployment entities. */\nexport interface _BatchDeploymentTrackedResourceArmPaginatedResult {\n /** The BatchDeployment items on this page */\n value: BatchDeployment[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _batchDeploymentTrackedResourceArmPaginatedResultDeserializer(\n item: any,\n): _BatchDeploymentTrackedResourceArmPaginatedResult {\n return {\n value: batchDeploymentArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function batchDeploymentArraySerializer(result: Array<BatchDeployment>): any[] {\n return result.map((item) => {\n return batchDeploymentSerializer(item);\n });\n}\n\nexport function batchDeploymentArrayDeserializer(result: Array<BatchDeployment>): any[] {\n return result.map((item) => {\n return batchDeploymentDeserializer(item);\n });\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface CapabilityHost extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: CapabilityHostProperties;\n}\n\nexport function capabilityHostSerializer(item: CapabilityHost): any {\n return { properties: capabilityHostPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function capabilityHostDeserializer(item: any): CapabilityHost {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: capabilityHostPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface CapabilityHostProperties */\nexport interface CapabilityHostProperties extends ResourceBase {\n /** List of Aca Environment connections. */\n acaEnvironmentConnections?: string[];\n /** List of AI services connections. */\n aiServicesConnections?: string[];\n /** Kind of this capability host. */\n capabilityHostKind?: CapabilityHostKind;\n /** Customer subnet info to help set up this capability host. */\n customerSubnet?: string;\n /** Provisioning state for the CapabilityHost. */\n readonly provisioningState?: CapabilityHostProvisioningState;\n /** List of Storage connections. */\n storageConnections?: string[];\n /** List of Thread storage connections. */\n threadStorageConnections?: string[];\n /** List of VectorStore connections. */\n vectorStoreConnections?: string[];\n /** List of messages containing errors. */\n readonly messages?: string[];\n}\n\nexport function capabilityHostPropertiesSerializer(item: CapabilityHostProperties): any {\n return {\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n acaEnvironmentConnections: !item[\"acaEnvironmentConnections\"]\n ? item[\"acaEnvironmentConnections\"]\n : item[\"acaEnvironmentConnections\"].map((p: any) => {\n return p;\n }),\n aiServicesConnections: !item[\"aiServicesConnections\"]\n ? item[\"aiServicesConnections\"]\n : item[\"aiServicesConnections\"].map((p: any) => {\n return p;\n }),\n capabilityHostKind: item[\"capabilityHostKind\"],\n customerSubnet: item[\"customerSubnet\"],\n storageConnections: !item[\"storageConnections\"]\n ? item[\"storageConnections\"]\n : item[\"storageConnections\"].map((p: any) => {\n return p;\n }),\n threadStorageConnections: !item[\"threadStorageConnections\"]\n ? item[\"threadStorageConnections\"]\n : item[\"threadStorageConnections\"].map((p: any) => {\n return p;\n }),\n vectorStoreConnections: !item[\"vectorStoreConnections\"]\n ? item[\"vectorStoreConnections\"]\n : item[\"vectorStoreConnections\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function capabilityHostPropertiesDeserializer(item: any): CapabilityHostProperties {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n acaEnvironmentConnections: !item[\"acaEnvironmentConnections\"]\n ? item[\"acaEnvironmentConnections\"]\n : item[\"acaEnvironmentConnections\"].map((p1: any) => {\n return p1;\n }),\n aiServicesConnections: !item[\"aiServicesConnections\"]\n ? item[\"aiServicesConnections\"]\n : item[\"aiServicesConnections\"].map((p1: any) => {\n return p1;\n }),\n capabilityHostKind: item[\"capabilityHostKind\"],\n customerSubnet: item[\"customerSubnet\"],\n provisioningState: item[\"provisioningState\"],\n storageConnections: !item[\"storageConnections\"]\n ? item[\"storageConnections\"]\n : item[\"storageConnections\"].map((p1: any) => {\n return p1;\n }),\n threadStorageConnections: !item[\"threadStorageConnections\"]\n ? item[\"threadStorageConnections\"]\n : item[\"threadStorageConnections\"].map((p1: any) => {\n return p1;\n }),\n vectorStoreConnections: !item[\"vectorStoreConnections\"]\n ? item[\"vectorStoreConnections\"]\n : item[\"vectorStoreConnections\"].map((p1: any) => {\n return p1;\n }),\n messages: !item[\"messages\"]\n ? item[\"messages\"]\n : item[\"messages\"].map((p1: any) => {\n return p1;\n }),\n };\n}\n\n/** Known values of {@link CapabilityHostKind} that the service accepts. */\nexport enum KnownCapabilityHostKind {\n /** Agents */\n Agents = \"Agents\",\n}\n\n/** Type of CapabilityHostKind */\nexport type CapabilityHostKind = string;\n\n/** Provisioning state of capability host. */\nexport enum KnownCapabilityHostProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n}\n\n/**\n * Provisioning state of capability host. \\\n * {@link KnownCapabilityHostProvisioningState} can be used interchangeably with CapabilityHostProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Failed** \\\n * **Canceled** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting**\n */\nexport type CapabilityHostProvisioningState = string;\n\n/** Azure Resource Manager resource envelope. */\nexport interface Datastore extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: DatastorePropertiesUnion;\n}\n\nexport function datastoreSerializer(item: Datastore): any {\n return { properties: datastorePropertiesUnionSerializer(item[\"properties\"]) };\n}\n\nexport function datastoreDeserializer(item: any): Datastore {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: datastorePropertiesUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** Base definition for datastore contents configuration. */\nexport interface DatastoreProperties extends ResourceBase {\n /** [Required] Account credentials. */\n credentials: DatastoreCredentialsUnion;\n /** Enum to determine the datastore contents type. */\n /** The discriminator possible values: AzureBlob, AzureDataLakeGen1, AzureDataLakeGen2, AzureFile, OneLake */\n datastoreType: DatastoreType;\n /** Readonly property to indicate if datastore is the workspace default datastore */\n readonly isDefault?: boolean;\n}\n\nexport function datastorePropertiesSerializer(item: DatastoreProperties): any {\n return {\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n credentials: datastoreCredentialsUnionSerializer(item[\"credentials\"]),\n datastoreType: item[\"datastoreType\"],\n };\n}\n\nexport function datastorePropertiesDeserializer(item: any): DatastoreProperties {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n credentials: datastoreCredentialsUnionDeserializer(item[\"credentials\"]),\n datastoreType: item[\"datastoreType\"],\n isDefault: item[\"isDefault\"],\n };\n}\n\n/** Alias for DatastorePropertiesUnion */\nexport type DatastorePropertiesUnion =\n | AzureBlobDatastore\n | AzureDataLakeGen1Datastore\n | AzureDataLakeGen2Datastore\n | AzureFileDatastore\n | OneLakeDatastore\n | DatastoreProperties;\n\nexport function datastorePropertiesUnionSerializer(item: DatastorePropertiesUnion): any {\n switch (item.datastoreType) {\n case \"AzureBlob\":\n return azureBlobDatastoreSerializer(item as AzureBlobDatastore);\n\n case \"AzureDataLakeGen1\":\n return azureDataLakeGen1DatastoreSerializer(item as AzureDataLakeGen1Datastore);\n\n case \"AzureDataLakeGen2\":\n return azureDataLakeGen2DatastoreSerializer(item as AzureDataLakeGen2Datastore);\n\n case \"AzureFile\":\n return azureFileDatastoreSerializer(item as AzureFileDatastore);\n\n case \"OneLake\":\n return oneLakeDatastoreSerializer(item as OneLakeDatastore);\n\n default:\n return datastorePropertiesSerializer(item);\n }\n}\n\nexport function datastorePropertiesUnionDeserializer(item: any): DatastorePropertiesUnion {\n switch (item[\"datastoreType\"]) {\n case \"AzureBlob\":\n return azureBlobDatastoreDeserializer(item as AzureBlobDatastore);\n\n case \"AzureDataLakeGen1\":\n return azureDataLakeGen1DatastoreDeserializer(item as AzureDataLakeGen1Datastore);\n\n case \"AzureDataLakeGen2\":\n return azureDataLakeGen2DatastoreDeserializer(item as AzureDataLakeGen2Datastore);\n\n case \"AzureFile\":\n return azureFileDatastoreDeserializer(item as AzureFileDatastore);\n\n case \"OneLake\":\n return oneLakeDatastoreDeserializer(item as OneLakeDatastore);\n\n default:\n return datastorePropertiesDeserializer(item);\n }\n}\n\n/** Base definition for datastore credentials. */\nexport interface DatastoreCredentials {\n /** [Required] Credential type used to authentication with storage. */\n /** The discriminator possible values: AccountKey, Certificate, None, Sas, ServicePrincipal */\n credentialsType: CredentialsType;\n}\n\nexport function datastoreCredentialsSerializer(item: DatastoreCredentials): any {\n return { credentialsType: item[\"credentialsType\"] };\n}\n\nexport function datastoreCredentialsDeserializer(item: any): DatastoreCredentials {\n return {\n credentialsType: item[\"credentialsType\"],\n };\n}\n\n/** Alias for DatastoreCredentialsUnion */\nexport type DatastoreCredentialsUnion =\n | AccountKeyDatastoreCredentials\n | CertificateDatastoreCredentials\n | NoneDatastoreCredentials\n | SasDatastoreCredentials\n | ServicePrincipalDatastoreCredentials\n | DatastoreCredentials;\n\nexport function datastoreCredentialsUnionSerializer(item: DatastoreCredentialsUnion): any {\n switch (item.credentialsType) {\n case \"AccountKey\":\n return accountKeyDatastoreCredentialsSerializer(item as AccountKeyDatastoreCredentials);\n\n case \"Certificate\":\n return certificateDatastoreCredentialsSerializer(item as CertificateDatastoreCredentials);\n\n case \"None\":\n return noneDatastoreCredentialsSerializer(item as NoneDatastoreCredentials);\n\n case \"Sas\":\n return sasDatastoreCredentialsSerializer(item as SasDatastoreCredentials);\n\n case \"ServicePrincipal\":\n return servicePrincipalDatastoreCredentialsSerializer(\n item as ServicePrincipalDatastoreCredentials,\n );\n\n default:\n return datastoreCredentialsSerializer(item);\n }\n}\n\nexport function datastoreCredentialsUnionDeserializer(item: any): DatastoreCredentialsUnion {\n switch (item[\"credentialsType\"]) {\n case \"AccountKey\":\n return accountKeyDatastoreCredentialsDeserializer(item as AccountKeyDatastoreCredentials);\n\n case \"Certificate\":\n return certificateDatastoreCredentialsDeserializer(item as CertificateDatastoreCredentials);\n\n case \"None\":\n return noneDatastoreCredentialsDeserializer(item as NoneDatastoreCredentials);\n\n case \"Sas\":\n return sasDatastoreCredentialsDeserializer(item as SasDatastoreCredentials);\n\n case \"ServicePrincipal\":\n return servicePrincipalDatastoreCredentialsDeserializer(\n item as ServicePrincipalDatastoreCredentials,\n );\n\n default:\n return datastoreCredentialsDeserializer(item);\n }\n}\n\n/** Enum to determine the datastore credentials type. */\nexport enum KnownCredentialsType {\n /** AccountKey */\n AccountKey = \"AccountKey\",\n /** Certificate */\n Certificate = \"Certificate\",\n /** None */\n None = \"None\",\n /** Sas */\n Sas = \"Sas\",\n /** ServicePrincipal */\n ServicePrincipal = \"ServicePrincipal\",\n}\n\n/**\n * Enum to determine the datastore credentials type. \\\n * {@link KnownCredentialsType} can be used interchangeably with CredentialsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AccountKey** \\\n * **Certificate** \\\n * **None** \\\n * **Sas** \\\n * **ServicePrincipal**\n */\nexport type CredentialsType = string;\n\n/** Account key datastore credentials configuration. */\nexport interface AccountKeyDatastoreCredentials extends DatastoreCredentials {\n /** [Required] Storage account secrets. */\n secrets: AccountKeyDatastoreSecrets;\n /** [Required] Credential type used to authentication with storage. */\n credentialsType: \"AccountKey\";\n}\n\nexport function accountKeyDatastoreCredentialsSerializer(\n item: AccountKeyDatastoreCredentials,\n): any {\n return {\n credentialsType: item[\"credentialsType\"],\n secrets: accountKeyDatastoreSecretsSerializer(item[\"secrets\"]),\n };\n}\n\nexport function accountKeyDatastoreCredentialsDeserializer(\n item: any,\n): AccountKeyDatastoreCredentials {\n return {\n credentialsType: item[\"credentialsType\"],\n secrets: accountKeyDatastoreSecretsDeserializer(item[\"secrets\"]),\n };\n}\n\n/** Datastore account key secrets. */\nexport interface AccountKeyDatastoreSecrets extends DatastoreSecrets {\n /** Storage account key. */\n key?: string;\n /** [Required] Credential type used to authentication with storage. */\n secretsType: \"AccountKey\";\n}\n\nexport function accountKeyDatastoreSecretsSerializer(item: AccountKeyDatastoreSecrets): any {\n return { secretsType: item[\"secretsType\"], key: item[\"key\"] };\n}\n\nexport function accountKeyDatastoreSecretsDeserializer(item: any): AccountKeyDatastoreSecrets {\n return {\n secretsType: item[\"secretsType\"],\n key: item[\"key\"],\n };\n}\n\n/** Certificate datastore credentials configuration. */\nexport interface CertificateDatastoreCredentials extends DatastoreCredentials {\n /** Authority URL used for authentication. */\n authorityUrl?: string;\n /** [Required] Service principal client ID. */\n clientId: string;\n /** Resource the service principal has access to. */\n resourceUrl?: string;\n /** [Required] Service principal secrets. */\n secrets: CertificateDatastoreSecrets;\n /** [Required] ID of the tenant to which the service principal belongs. */\n tenantId: string;\n /** [Required] Thumbprint of the certificate used for authentication. */\n thumbprint: string;\n /** [Required] Credential type used to authentication with storage. */\n credentialsType: \"Certificate\";\n}\n\nexport function certificateDatastoreCredentialsSerializer(\n item: CertificateDatastoreCredentials,\n): any {\n return {\n credentialsType: item[\"credentialsType\"],\n authorityUrl: item[\"authorityUrl\"],\n clientId: item[\"clientId\"],\n resourceUrl: item[\"resourceUrl\"],\n secrets: certificateDatastoreSecretsSerializer(item[\"secrets\"]),\n tenantId: item[\"tenantId\"],\n thumbprint: item[\"thumbprint\"],\n };\n}\n\nexport function certificateDatastoreCredentialsDeserializer(\n item: any,\n): CertificateDatastoreCredentials {\n return {\n credentialsType: item[\"credentialsType\"],\n authorityUrl: item[\"authorityUrl\"],\n clientId: item[\"clientId\"],\n resourceUrl: item[\"resourceUrl\"],\n secrets: certificateDatastoreSecretsDeserializer(item[\"secrets\"]),\n tenantId: item[\"tenantId\"],\n thumbprint: item[\"thumbprint\"],\n };\n}\n\n/** Datastore certificate secrets. */\nexport interface CertificateDatastoreSecrets extends DatastoreSecrets {\n /** Service principal certificate. */\n certificate?: string;\n /** [Required] Credential type used to authentication with storage. */\n secretsType: \"Certificate\";\n}\n\nexport function certificateDatastoreSecretsSerializer(item: CertificateDatastoreSecrets): any {\n return { secretsType: item[\"secretsType\"], certificate: item[\"certificate\"] };\n}\n\nexport function certificateDatastoreSecretsDeserializer(item: any): CertificateDatastoreSecrets {\n return {\n secretsType: item[\"secretsType\"],\n certificate: item[\"certificate\"],\n };\n}\n\n/** Empty/none datastore credentials. */\nexport interface NoneDatastoreCredentials extends DatastoreCredentials {\n /** [Required] Credential type used to authentication with storage. */\n credentialsType: \"None\";\n}\n\nexport function noneDatastoreCredentialsSerializer(item: NoneDatastoreCredentials): any {\n return { credentialsType: item[\"credentialsType\"] };\n}\n\nexport function noneDatastoreCredentialsDeserializer(item: any): NoneDatastoreCredentials {\n return {\n credentialsType: item[\"credentialsType\"],\n };\n}\n\n/** SAS datastore credentials configuration. */\nexport interface SasDatastoreCredentials extends DatastoreCredentials {\n /** [Required] Storage container secrets. */\n secrets: SasDatastoreSecrets;\n /** [Required] Credential type used to authentication with storage. */\n credentialsType: \"Sas\";\n}\n\nexport function sasDatastoreCredentialsSerializer(item: SasDatastoreCredentials): any {\n return {\n credentialsType: item[\"credentialsType\"],\n secrets: sasDatastoreSecretsSerializer(item[\"secrets\"]),\n };\n}\n\nexport function sasDatastoreCredentialsDeserializer(item: any): SasDatastoreCredentials {\n return {\n credentialsType: item[\"credentialsType\"],\n secrets: sasDatastoreSecretsDeserializer(item[\"secrets\"]),\n };\n}\n\n/** Datastore SAS secrets. */\nexport interface SasDatastoreSecrets extends DatastoreSecrets {\n /** Storage container SAS token. */\n sasToken?: string;\n /** [Required] Credential type used to authentication with storage. */\n secretsType: \"Sas\";\n}\n\nexport function sasDatastoreSecretsSerializer(item: SasDatastoreSecrets): any {\n return { secretsType: item[\"secretsType\"], sasToken: item[\"sasToken\"] };\n}\n\nexport function sasDatastoreSecretsDeserializer(item: any): SasDatastoreSecrets {\n return {\n secretsType: item[\"secretsType\"],\n sasToken: item[\"sasToken\"],\n };\n}\n\n/** Service Principal datastore credentials configuration. */\nexport interface ServicePrincipalDatastoreCredentials extends DatastoreCredentials {\n /** Authority URL used for authentication. */\n authorityUrl?: string;\n /** [Required] Service principal client ID. */\n clientId: string;\n /** Resource the service principal has access to. */\n resourceUrl?: string;\n /** [Required] Service principal secrets. */\n secrets: ServicePrincipalDatastoreSecrets;\n /** [Required] ID of the tenant to which the service principal belongs. */\n tenantId: string;\n /** [Required] Credential type used to authentication with storage. */\n credentialsType: \"ServicePrincipal\";\n}\n\nexport function servicePrincipalDatastoreCredentialsSerializer(\n item: ServicePrincipalDatastoreCredentials,\n): any {\n return {\n credentialsType: item[\"credentialsType\"],\n authorityUrl: item[\"authorityUrl\"],\n clientId: item[\"clientId\"],\n resourceUrl: item[\"resourceUrl\"],\n secrets: servicePrincipalDatastoreSecretsSerializer(item[\"secrets\"]),\n tenantId: item[\"tenantId\"],\n };\n}\n\nexport function servicePrincipalDatastoreCredentialsDeserializer(\n item: any,\n): ServicePrincipalDatastoreCredentials {\n return {\n credentialsType: item[\"credentialsType\"],\n authorityUrl: item[\"authorityUrl\"],\n clientId: item[\"clientId\"],\n resourceUrl: item[\"resourceUrl\"],\n secrets: servicePrincipalDatastoreSecretsDeserializer(item[\"secrets\"]),\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** Datastore Service Principal secrets. */\nexport interface ServicePrincipalDatastoreSecrets extends DatastoreSecrets {\n /** Service principal secret. */\n clientSecret?: string;\n /** [Required] Credential type used to authentication with storage. */\n secretsType: \"ServicePrincipal\";\n}\n\nexport function servicePrincipalDatastoreSecretsSerializer(\n item: ServicePrincipalDatastoreSecrets,\n): any {\n return { secretsType: item[\"secretsType\"], clientSecret: item[\"clientSecret\"] };\n}\n\nexport function servicePrincipalDatastoreSecretsDeserializer(\n item: any,\n): ServicePrincipalDatastoreSecrets {\n return {\n secretsType: item[\"secretsType\"],\n clientSecret: item[\"clientSecret\"],\n };\n}\n\n/** Enum to determine the datastore contents type. */\nexport enum KnownDatastoreType {\n /** AzureBlob */\n AzureBlob = \"AzureBlob\",\n /** AzureDataLakeGen1 */\n AzureDataLakeGen1 = \"AzureDataLakeGen1\",\n /** AzureDataLakeGen2 */\n AzureDataLakeGen2 = \"AzureDataLakeGen2\",\n /** AzureFile */\n AzureFile = \"AzureFile\",\n /** OneLake */\n OneLake = \"OneLake\",\n}\n\n/**\n * Enum to determine the datastore contents type. \\\n * {@link KnownDatastoreType} can be used interchangeably with DatastoreType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureBlob** \\\n * **AzureDataLakeGen1** \\\n * **AzureDataLakeGen2** \\\n * **AzureFile** \\\n * **OneLake**\n */\nexport type DatastoreType = string;\n\n/** Azure Blob datastore configuration. */\nexport interface AzureBlobDatastore extends DatastoreProperties {\n /** Azure Resource Group name */\n resourceGroup?: string;\n /** Azure Subscription Id */\n subscriptionId?: string;\n /** Storage account name. */\n accountName?: string;\n /** Storage account container name. */\n containerName?: string;\n /** Azure cloud endpoint for the storage account. */\n endpoint?: string;\n /** Protocol used to communicate with the storage account. */\n protocol?: string;\n /** Indicates which identity to use to authenticate service data access to customer's storage. */\n serviceDataAccessAuthIdentity?: ServiceDataAccessAuthIdentity;\n /** [Required] Storage type backing the datastore. */\n datastoreType: \"AzureBlob\";\n}\n\nexport function azureBlobDatastoreSerializer(item: AzureBlobDatastore): any {\n return {\n credentials: datastoreCredentialsUnionSerializer(item[\"credentials\"]),\n datastoreType: item[\"datastoreType\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n resourceGroup: item[\"resourceGroup\"],\n subscriptionId: item[\"subscriptionId\"],\n accountName: item[\"accountName\"],\n containerName: item[\"containerName\"],\n endpoint: item[\"endpoint\"],\n protocol: item[\"protocol\"],\n serviceDataAccessAuthIdentity: item[\"serviceDataAccessAuthIdentity\"],\n };\n}\n\nexport function azureBlobDatastoreDeserializer(item: any): AzureBlobDatastore {\n return {\n credentials: datastoreCredentialsUnionDeserializer(item[\"credentials\"]),\n datastoreType: item[\"datastoreType\"],\n isDefault: item[\"isDefault\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n resourceGroup: item[\"resourceGroup\"],\n subscriptionId: item[\"subscriptionId\"],\n accountName: item[\"accountName\"],\n containerName: item[\"containerName\"],\n endpoint: item[\"endpoint\"],\n protocol: item[\"protocol\"],\n serviceDataAccessAuthIdentity: item[\"serviceDataAccessAuthIdentity\"],\n };\n}\n\n/** Known values of {@link ServiceDataAccessAuthIdentity} that the service accepts. */\nexport enum KnownServiceDataAccessAuthIdentity {\n /** Do not use any identity for service data access. */\n None = \"None\",\n /** Use the system assigned managed identity of the Workspace to authenticate service data access. */\n WorkspaceSystemAssignedIdentity = \"WorkspaceSystemAssignedIdentity\",\n /** Use the user assigned managed identity of the Workspace to authenticate service data access. */\n WorkspaceUserAssignedIdentity = \"WorkspaceUserAssignedIdentity\",\n}\n\n/** Type of ServiceDataAccessAuthIdentity */\nexport type ServiceDataAccessAuthIdentity = string;\n\n/** Azure Data Lake Gen1 datastore configuration. */\nexport interface AzureDataLakeGen1Datastore extends DatastoreProperties {\n /** Azure Resource Group name */\n resourceGroup?: string;\n /** Azure Subscription Id */\n subscriptionId?: string;\n /** Indicates which identity to use to authenticate service data access to customer's storage. */\n serviceDataAccessAuthIdentity?: ServiceDataAccessAuthIdentity;\n /** [Required] Azure Data Lake store name. */\n storeName: string;\n /** [Required] Storage type backing the datastore. */\n datastoreType: \"AzureDataLakeGen1\";\n}\n\nexport function azureDataLakeGen1DatastoreSerializer(item: AzureDataLakeGen1Datastore): any {\n return {\n credentials: datastoreCredentialsUnionSerializer(item[\"credentials\"]),\n datastoreType: item[\"datastoreType\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n resourceGroup: item[\"resourceGroup\"],\n subscriptionId: item[\"subscriptionId\"],\n serviceDataAccessAuthIdentity: item[\"serviceDataAccessAuthIdentity\"],\n storeName: item[\"storeName\"],\n };\n}\n\nexport function azureDataLakeGen1DatastoreDeserializer(item: any): AzureDataLakeGen1Datastore {\n return {\n credentials: datastoreCredentialsUnionDeserializer(item[\"credentials\"]),\n datastoreType: item[\"datastoreType\"],\n isDefault: item[\"isDefault\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n resourceGroup: item[\"resourceGroup\"],\n subscriptionId: item[\"subscriptionId\"],\n serviceDataAccessAuthIdentity: item[\"serviceDataAccessAuthIdentity\"],\n storeName: item[\"storeName\"],\n };\n}\n\n/** Azure Data Lake Gen2 datastore configuration. */\nexport interface AzureDataLakeGen2Datastore extends DatastoreProperties {\n /** Azure Resource Group name */\n resourceGroup?: string;\n /** Azure Subscription Id */\n subscriptionId?: string;\n /** [Required] Storage account name. */\n accountName: string;\n /** Azure cloud endpoint for the storage account. */\n endpoint?: string;\n /** [Required] The name of the Data Lake Gen2 filesystem. */\n filesystem: string;\n /** Protocol used to communicate with the storage account. */\n protocol?: string;\n /** Indicates which identity to use to authenticate service data access to customer's storage. */\n serviceDataAccessAuthIdentity?: ServiceDataAccessAuthIdentity;\n /** [Required] Storage type backing the datastore. */\n datastoreType: \"AzureDataLakeGen2\";\n}\n\nexport function azureDataLakeGen2DatastoreSerializer(item: AzureDataLakeGen2Datastore): any {\n return {\n credentials: datastoreCredentialsUnionSerializer(item[\"credentials\"]),\n datastoreType: item[\"datastoreType\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n resourceGroup: item[\"resourceGroup\"],\n subscriptionId: item[\"subscriptionId\"],\n accountName: item[\"accountName\"],\n endpoint: item[\"endpoint\"],\n filesystem: item[\"filesystem\"],\n protocol: item[\"protocol\"],\n serviceDataAccessAuthIdentity: item[\"serviceDataAccessAuthIdentity\"],\n };\n}\n\nexport function azureDataLakeGen2DatastoreDeserializer(item: any): AzureDataLakeGen2Datastore {\n return {\n credentials: datastoreCredentialsUnionDeserializer(item[\"credentials\"]),\n datastoreType: item[\"datastoreType\"],\n isDefault: item[\"isDefault\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n resourceGroup: item[\"resourceGroup\"],\n subscriptionId: item[\"subscriptionId\"],\n accountName: item[\"accountName\"],\n endpoint: item[\"endpoint\"],\n filesystem: item[\"filesystem\"],\n protocol: item[\"protocol\"],\n serviceDataAccessAuthIdentity: item[\"serviceDataAccessAuthIdentity\"],\n };\n}\n\n/** Azure File datastore configuration. */\nexport interface AzureFileDatastore extends DatastoreProperties {\n /** Azure Resource Group name */\n resourceGroup?: string;\n /** Azure Subscription Id */\n subscriptionId?: string;\n /** [Required] Storage account name. */\n accountName: string;\n /** Azure cloud endpoint for the storage account. */\n endpoint?: string;\n /** [Required] The name of the Azure file share that the datastore points to. */\n fileShareName: string;\n /** Protocol used to communicate with the storage account. */\n protocol?: string;\n /** Indicates which identity to use to authenticate service data access to customer's storage. */\n serviceDataAccessAuthIdentity?: ServiceDataAccessAuthIdentity;\n /** [Required] Storage type backing the datastore. */\n datastoreType: \"AzureFile\";\n}\n\nexport function azureFileDatastoreSerializer(item: AzureFileDatastore): any {\n return {\n credentials: datastoreCredentialsUnionSerializer(item[\"credentials\"]),\n datastoreType: item[\"datastoreType\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n resourceGroup: item[\"resourceGroup\"],\n subscriptionId: item[\"subscriptionId\"],\n accountName: item[\"accountName\"],\n endpoint: item[\"endpoint\"],\n fileShareName: item[\"fileShareName\"],\n protocol: item[\"protocol\"],\n serviceDataAccessAuthIdentity: item[\"serviceDataAccessAuthIdentity\"],\n };\n}\n\nexport function azureFileDatastoreDeserializer(item: any): AzureFileDatastore {\n return {\n credentials: datastoreCredentialsUnionDeserializer(item[\"credentials\"]),\n datastoreType: item[\"datastoreType\"],\n isDefault: item[\"isDefault\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n resourceGroup: item[\"resourceGroup\"],\n subscriptionId: item[\"subscriptionId\"],\n accountName: item[\"accountName\"],\n endpoint: item[\"endpoint\"],\n fileShareName: item[\"fileShareName\"],\n protocol: item[\"protocol\"],\n serviceDataAccessAuthIdentity: item[\"serviceDataAccessAuthIdentity\"],\n };\n}\n\n/** OneLake (Trident) datastore configuration. */\nexport interface OneLakeDatastore extends DatastoreProperties {\n /** [Required] OneLake artifact backing the datastore. */\n artifact: OneLakeArtifactUnion;\n /** OneLake endpoint to use for the datastore. */\n endpoint?: string;\n /** [Required] OneLake workspace name. */\n oneLakeWorkspaceName: string;\n /** Indicates which identity to use to authenticate service data access to customer's storage. */\n serviceDataAccessAuthIdentity?: ServiceDataAccessAuthIdentity;\n /** [Required] Storage type backing the datastore. */\n datastoreType: \"OneLake\";\n}\n\nexport function oneLakeDatastoreSerializer(item: OneLakeDatastore): any {\n return {\n credentials: datastoreCredentialsUnionSerializer(item[\"credentials\"]),\n datastoreType: item[\"datastoreType\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n artifact: oneLakeArtifactUnionSerializer(item[\"artifact\"]),\n endpoint: item[\"endpoint\"],\n oneLakeWorkspaceName: item[\"oneLakeWorkspaceName\"],\n serviceDataAccessAuthIdentity: item[\"serviceDataAccessAuthIdentity\"],\n };\n}\n\nexport function oneLakeDatastoreDeserializer(item: any): OneLakeDatastore {\n return {\n credentials: datastoreCredentialsUnionDeserializer(item[\"credentials\"]),\n datastoreType: item[\"datastoreType\"],\n isDefault: item[\"isDefault\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n artifact: oneLakeArtifactUnionDeserializer(item[\"artifact\"]),\n endpoint: item[\"endpoint\"],\n oneLakeWorkspaceName: item[\"oneLakeWorkspaceName\"],\n serviceDataAccessAuthIdentity: item[\"serviceDataAccessAuthIdentity\"],\n };\n}\n\n/** OneLake artifact (data source) configuration. */\nexport interface OneLakeArtifact {\n /** [Required] OneLake artifact name */\n artifactName: string;\n /** [Required] OneLake artifact type */\n /** The discriminator possible values: LakeHouse */\n artifactType: OneLakeArtifactType;\n}\n\nexport function oneLakeArtifactSerializer(item: OneLakeArtifact): any {\n return { artifactName: item[\"artifactName\"], artifactType: item[\"artifactType\"] };\n}\n\nexport function oneLakeArtifactDeserializer(item: any): OneLakeArtifact {\n return {\n artifactName: item[\"artifactName\"],\n artifactType: item[\"artifactType\"],\n };\n}\n\n/** Alias for OneLakeArtifactUnion */\nexport type OneLakeArtifactUnion = LakeHouseArtifact | OneLakeArtifact;\n\nexport function oneLakeArtifactUnionSerializer(item: OneLakeArtifactUnion): any {\n switch (item.artifactType) {\n case \"LakeHouse\":\n return lakeHouseArtifactSerializer(item as LakeHouseArtifact);\n\n default:\n return oneLakeArtifactSerializer(item);\n }\n}\n\nexport function oneLakeArtifactUnionDeserializer(item: any): OneLakeArtifactUnion {\n switch (item[\"artifactType\"]) {\n case \"LakeHouse\":\n return lakeHouseArtifactDeserializer(item as LakeHouseArtifact);\n\n default:\n return oneLakeArtifactDeserializer(item);\n }\n}\n\n/** Enum to determine OneLake artifact type. */\nexport enum KnownOneLakeArtifactType {\n /** LakeHouse */\n LakeHouse = \"LakeHouse\",\n}\n\n/**\n * Enum to determine OneLake artifact type. \\\n * {@link KnownOneLakeArtifactType} can be used interchangeably with OneLakeArtifactType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LakeHouse**\n */\nexport type OneLakeArtifactType = string;\n\n/** model interface LakeHouseArtifact */\nexport interface LakeHouseArtifact extends OneLakeArtifact {\n /** [Required] OneLake artifact type */\n artifactType: \"LakeHouse\";\n}\n\nexport function lakeHouseArtifactSerializer(item: LakeHouseArtifact): any {\n return { artifactName: item[\"artifactName\"], artifactType: item[\"artifactType\"] };\n}\n\nexport function lakeHouseArtifactDeserializer(item: any): LakeHouseArtifact {\n return {\n artifactName: item[\"artifactName\"],\n artifactType: item[\"artifactType\"],\n };\n}\n\n/** Base definition for datastore secrets. */\nexport interface DatastoreSecrets {\n /** [Required] Credential type used to authentication with storage. */\n /** The discriminator possible values: AccountKey, Certificate, Sas, ServicePrincipal */\n secretsType: SecretsType;\n}\n\nexport function datastoreSecretsSerializer(item: DatastoreSecrets): any {\n return { secretsType: item[\"secretsType\"] };\n}\n\nexport function datastoreSecretsDeserializer(item: any): DatastoreSecrets {\n return {\n secretsType: item[\"secretsType\"],\n };\n}\n\n/** Alias for DatastoreSecretsUnion */\nexport type DatastoreSecretsUnion =\n | AccountKeyDatastoreSecrets\n | CertificateDatastoreSecrets\n | SasDatastoreSecrets\n | ServicePrincipalDatastoreSecrets\n | DatastoreSecrets;\n\nexport function datastoreSecretsUnionSerializer(item: DatastoreSecretsUnion): any {\n switch (item.secretsType) {\n case \"AccountKey\":\n return accountKeyDatastoreSecretsSerializer(item as AccountKeyDatastoreSecrets);\n\n case \"Certificate\":\n return certificateDatastoreSecretsSerializer(item as CertificateDatastoreSecrets);\n\n case \"Sas\":\n return sasDatastoreSecretsSerializer(item as SasDatastoreSecrets);\n\n case \"ServicePrincipal\":\n return servicePrincipalDatastoreSecretsSerializer(item as ServicePrincipalDatastoreSecrets);\n\n default:\n return datastoreSecretsSerializer(item);\n }\n}\n\nexport function datastoreSecretsUnionDeserializer(item: any): DatastoreSecretsUnion {\n switch (item[\"secretsType\"]) {\n case \"AccountKey\":\n return accountKeyDatastoreSecretsDeserializer(item as AccountKeyDatastoreSecrets);\n\n case \"Certificate\":\n return certificateDatastoreSecretsDeserializer(item as CertificateDatastoreSecrets);\n\n case \"Sas\":\n return sasDatastoreSecretsDeserializer(item as SasDatastoreSecrets);\n\n case \"ServicePrincipal\":\n return servicePrincipalDatastoreSecretsDeserializer(item as ServicePrincipalDatastoreSecrets);\n\n default:\n return datastoreSecretsDeserializer(item);\n }\n}\n\n/** Enum to determine the datastore secrets type. */\nexport enum KnownSecretsType {\n /** AccountKey */\n AccountKey = \"AccountKey\",\n /** Certificate */\n Certificate = \"Certificate\",\n /** Sas */\n Sas = \"Sas\",\n /** ServicePrincipal */\n ServicePrincipal = \"ServicePrincipal\",\n}\n\n/**\n * Enum to determine the datastore secrets type. \\\n * {@link KnownSecretsType} can be used interchangeably with SecretsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AccountKey** \\\n * **Certificate** \\\n * **Sas** \\\n * **ServicePrincipal**\n */\nexport type SecretsType = string;\n\n/** A paginated list of Datastore entities. */\nexport interface _DatastoreResourceArmPaginatedResult {\n /** The Datastore items on this page */\n value: Datastore[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _datastoreResourceArmPaginatedResultDeserializer(\n item: any,\n): _DatastoreResourceArmPaginatedResult {\n return {\n value: datastoreArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function datastoreArraySerializer(result: Array<Datastore>): any[] {\n return result.map((item) => {\n return datastoreSerializer(item);\n });\n}\n\nexport function datastoreArrayDeserializer(result: Array<Datastore>): any[] {\n return result.map((item) => {\n return datastoreDeserializer(item);\n });\n}\n\n/** Secret expiration configuration. */\nexport interface SecretExpiry {\n /** Indicates if the secret is expirable. */\n expirableSecret?: boolean;\n /** Number of hours after which the secret will expire. */\n expireAfterHours?: number;\n}\n\nexport function secretExpirySerializer(item: SecretExpiry): any {\n return { expirableSecret: item[\"expirableSecret\"], expireAfterHours: item[\"expireAfterHours\"] };\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface FeaturesetContainer extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: FeaturesetContainerProperties;\n}\n\nexport function featuresetContainerSerializer(item: FeaturesetContainer): any {\n return { properties: featuresetContainerPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function featuresetContainerDeserializer(item: any): FeaturesetContainer {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: featuresetContainerPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** DTO object representing feature set */\nexport interface FeaturesetContainerProperties extends AssetContainer {\n /** Provisioning state for the featureset container. */\n readonly provisioningState?: AssetProvisioningState;\n}\n\nexport function featuresetContainerPropertiesSerializer(item: FeaturesetContainerProperties): any {\n return {\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function featuresetContainerPropertiesDeserializer(\n item: any,\n): FeaturesetContainerProperties {\n return {\n isArchived: item[\"isArchived\"],\n latestVersion: item[\"latestVersion\"],\n nextVersion: item[\"nextVersion\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** A paginated list of FeaturesetContainer entities. */\nexport interface _FeaturesetContainerResourceArmPaginatedResult {\n /** The FeaturesetContainer items on this page */\n value: FeaturesetContainer[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _featuresetContainerResourceArmPaginatedResultDeserializer(\n item: any,\n): _FeaturesetContainerResourceArmPaginatedResult {\n return {\n value: featuresetContainerArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function featuresetContainerArraySerializer(result: Array<FeaturesetContainer>): any[] {\n return result.map((item) => {\n return featuresetContainerSerializer(item);\n });\n}\n\nexport function featuresetContainerArrayDeserializer(result: Array<FeaturesetContainer>): any[] {\n return result.map((item) => {\n return featuresetContainerDeserializer(item);\n });\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface Feature extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: FeatureProperties;\n}\n\nexport function featureDeserializer(item: any): Feature {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: featurePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** DTO object representing feature */\nexport interface FeatureProperties extends ResourceBase {\n /** Specifies type */\n dataType?: FeatureDataType;\n /** Specifies name */\n featureName?: string;\n}\n\nexport function featurePropertiesDeserializer(item: any): FeatureProperties {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n dataType: item[\"dataType\"],\n featureName: item[\"featureName\"],\n };\n}\n\n/** Known values of {@link FeatureDataType} that the service accepts. */\nexport enum KnownFeatureDataType {\n /** String */\n String = \"String\",\n /** Integer */\n Integer = \"Integer\",\n /** Long */\n Long = \"Long\",\n /** Float */\n Float = \"Float\",\n /** Double */\n Double = \"Double\",\n /** Binary */\n Binary = \"Binary\",\n /** Datetime */\n Datetime = \"Datetime\",\n /** Boolean */\n Boolean = \"Boolean\",\n}\n\n/** Type of FeatureDataType */\nexport type FeatureDataType = string;\n\n/** A paginated list of Feature entities. */\nexport interface _FeatureResourceArmPaginatedResult {\n /** The Feature items on this page */\n value: Feature[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _featureResourceArmPaginatedResultDeserializer(\n item: any,\n): _FeatureResourceArmPaginatedResult {\n return {\n value: featureArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function featureArrayDeserializer(result: Array<Feature>): any[] {\n return result.map((item) => {\n return featureDeserializer(item);\n });\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface FeaturesetVersion extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: FeaturesetVersionProperties;\n}\n\nexport function featuresetVersionSerializer(item: FeaturesetVersion): any {\n return { properties: featuresetVersionPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function featuresetVersionDeserializer(item: any): FeaturesetVersion {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: featuresetVersionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** DTO object representing feature set version */\nexport interface FeaturesetVersionProperties extends AssetBase {\n /** Specifies list of entities */\n entities?: string[];\n /** Specifies the materialization settings */\n materializationSettings?: MaterializationSettings;\n /** Provisioning state for the featureset version container. */\n readonly provisioningState?: AssetProvisioningState;\n /** Specifies the feature spec details */\n specification?: FeaturesetSpecification;\n /** Specifies the asset stage */\n stage?: string;\n}\n\nexport function featuresetVersionPropertiesSerializer(item: FeaturesetVersionProperties): any {\n return {\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n entities: !item[\"entities\"]\n ? item[\"entities\"]\n : item[\"entities\"].map((p: any) => {\n return p;\n }),\n materializationSettings: !item[\"materializationSettings\"]\n ? item[\"materializationSettings\"]\n : materializationSettingsSerializer(item[\"materializationSettings\"]),\n specification: !item[\"specification\"]\n ? item[\"specification\"]\n : featuresetSpecificationSerializer(item[\"specification\"]),\n stage: item[\"stage\"],\n };\n}\n\nexport function featuresetVersionPropertiesDeserializer(item: any): FeaturesetVersionProperties {\n return {\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n entities: !item[\"entities\"]\n ? item[\"entities\"]\n : item[\"entities\"].map((p1: any) => {\n return p1;\n }),\n materializationSettings: !item[\"materializationSettings\"]\n ? item[\"materializationSettings\"]\n : materializationSettingsDeserializer(item[\"materializationSettings\"]),\n provisioningState: item[\"provisioningState\"],\n specification: !item[\"specification\"]\n ? item[\"specification\"]\n : featuresetSpecificationDeserializer(item[\"specification\"]),\n stage: item[\"stage\"],\n };\n}\n\n/** model interface MaterializationSettings */\nexport interface MaterializationSettings {\n /** Specifies the notification details */\n notification?: NotificationSetting;\n /** Specifies the compute resource settings */\n resource?: MaterializationComputeResource;\n /** Specifies the schedule details */\n schedule?: RecurrenceTrigger;\n /** Specifies the spark compute settings */\n sparkConfiguration?: Record<string, string>;\n /** Specifies the stores to which materialization should happen */\n storeType?: MaterializationStoreType;\n}\n\nexport function materializationSettingsSerializer(item: MaterializationSettings): any {\n return {\n notification: !item[\"notification\"]\n ? item[\"notification\"]\n : notificationSettingSerializer(item[\"notification\"]),\n resource: !item[\"resource\"]\n ? item[\"resource\"]\n : materializationComputeResourceSerializer(item[\"resource\"]),\n schedule: !item[\"schedule\"] ? item[\"schedule\"] : recurrenceTriggerSerializer(item[\"schedule\"]),\n sparkConfiguration: item[\"sparkConfiguration\"],\n storeType: item[\"storeType\"],\n };\n}\n\nexport function materializationSettingsDeserializer(item: any): MaterializationSettings {\n return {\n notification: !item[\"notification\"]\n ? item[\"notification\"]\n : notificationSettingDeserializer(item[\"notification\"]),\n resource: !item[\"resource\"]\n ? item[\"resource\"]\n : materializationComputeResourceDeserializer(item[\"resource\"]),\n schedule: !item[\"schedule\"]\n ? item[\"schedule\"]\n : recurrenceTriggerDeserializer(item[\"schedule\"]),\n sparkConfiguration: !item[\"sparkConfiguration\"]\n ? item[\"sparkConfiguration\"]\n : Object.fromEntries(\n Object.entries(item[\"sparkConfiguration\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n storeType: item[\"storeType\"],\n };\n}\n\n/** Configuration for notification. */\nexport interface NotificationSetting {\n /** Send email notification to user on specified notification type */\n emailOn?: EmailNotificationEnableType[];\n /** This is the email recipient list which has a limitation of 499 characters in total concat with comma separator */\n emails?: string[];\n /** Send webhook callback to a service. Key is a user-provided name for the webhook. */\n webhooks?: Record<string, WebhookUnion>;\n}\n\nexport function notificationSettingSerializer(item: NotificationSetting): any {\n return {\n emailOn: !item[\"emailOn\"]\n ? item[\"emailOn\"]\n : item[\"emailOn\"].map((p: any) => {\n return p;\n }),\n emails: !item[\"emails\"]\n ? item[\"emails\"]\n : item[\"emails\"].map((p: any) => {\n return p;\n }),\n webhooks: item[\"webhooks\"],\n };\n}\n\nexport function notificationSettingDeserializer(item: any): NotificationSetting {\n return {\n emailOn: !item[\"emailOn\"]\n ? item[\"emailOn\"]\n : item[\"emailOn\"].map((p1: any) => {\n return p1;\n }),\n emails: !item[\"emails\"]\n ? item[\"emails\"]\n : item[\"emails\"].map((p1: any) => {\n return p1;\n }),\n webhooks: !item[\"webhooks\"]\n ? item[\"webhooks\"]\n : Object.fromEntries(\n Object.entries(item[\"webhooks\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : webhookUnionDeserializer(p1),\n ]),\n ),\n };\n}\n\n/** Enum to determine the email notification type. */\nexport enum KnownEmailNotificationEnableType {\n /** JobCompleted */\n JobCompleted = \"JobCompleted\",\n /** JobFailed */\n JobFailed = \"JobFailed\",\n /** JobCancelled */\n JobCancelled = \"JobCancelled\",\n}\n\n/**\n * Enum to determine the email notification type. \\\n * {@link KnownEmailNotificationEnableType} can be used interchangeably with EmailNotificationEnableType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **JobCompleted** \\\n * **JobFailed** \\\n * **JobCancelled**\n */\nexport type EmailNotificationEnableType = string;\n\n/** Webhook base */\nexport interface Webhook {\n /** Send callback on a specified notification event */\n eventType?: string;\n /** [Required] Specifies the type of service to send a callback */\n /** The discriminator possible values: AzureDevOps */\n webhookType: WebhookType;\n}\n\nexport function webhookSerializer(item: Webhook): any {\n return { eventType: item[\"eventType\"], webhookType: item[\"webhookType\"] };\n}\n\nexport function webhookDeserializer(item: any): Webhook {\n return {\n eventType: item[\"eventType\"],\n webhookType: item[\"webhookType\"],\n };\n}\n\n/** Alias for WebhookUnion */\nexport type WebhookUnion = AzureDevOpsWebhook | Webhook;\n\nexport function webhookUnionSerializer(item: WebhookUnion): any {\n switch (item.webhookType) {\n case \"AzureDevOps\":\n return azureDevOpsWebhookSerializer(item as AzureDevOpsWebhook);\n\n default:\n return webhookSerializer(item);\n }\n}\n\nexport function webhookUnionDeserializer(item: any): WebhookUnion {\n switch (item[\"webhookType\"]) {\n case \"AzureDevOps\":\n return azureDevOpsWebhookDeserializer(item as AzureDevOpsWebhook);\n\n default:\n return webhookDeserializer(item);\n }\n}\n\n/** Enum to determine the webhook callback service type. */\nexport enum KnownWebhookType {\n /** AzureDevOps */\n AzureDevOps = \"AzureDevOps\",\n}\n\n/**\n * Enum to determine the webhook callback service type. \\\n * {@link KnownWebhookType} can be used interchangeably with WebhookType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureDevOps**\n */\nexport type WebhookType = string;\n\n/** Webhook details specific for Azure DevOps */\nexport interface AzureDevOpsWebhook extends Webhook {\n /** [Required] Specifies the type of service to send a callback */\n webhookType: \"AzureDevOps\";\n}\n\nexport function azureDevOpsWebhookSerializer(item: AzureDevOpsWebhook): any {\n return { eventType: item[\"eventType\"], webhookType: item[\"webhookType\"] };\n}\n\nexport function azureDevOpsWebhookDeserializer(item: any): AzureDevOpsWebhook {\n return {\n eventType: item[\"eventType\"],\n webhookType: item[\"webhookType\"],\n };\n}\n\n/** DTO object representing compute resource */\nexport interface MaterializationComputeResource {\n /** Specifies the instance type */\n instanceType?: string;\n}\n\nexport function materializationComputeResourceSerializer(\n item: MaterializationComputeResource,\n): any {\n return { instanceType: item[\"instanceType\"] };\n}\n\nexport function materializationComputeResourceDeserializer(\n item: any,\n): MaterializationComputeResource {\n return {\n instanceType: item[\"instanceType\"],\n };\n}\n\n/** model interface RecurrenceTrigger */\nexport interface RecurrenceTrigger extends TriggerBase {\n /** [Required] The frequency to trigger schedule. */\n frequency: RecurrenceFrequency;\n /** [Required] Specifies schedule interval in conjunction with frequency */\n interval: number;\n /** The recurrence schedule. */\n schedule?: RecurrenceSchedule;\n /** [Required] */\n triggerType: \"Recurrence\";\n}\n\nexport function recurrenceTriggerSerializer(item: RecurrenceTrigger): any {\n return {\n endTime: item[\"endTime\"],\n startTime: item[\"startTime\"],\n timeZone: item[\"timeZone\"],\n triggerType: item[\"triggerType\"],\n frequency: item[\"frequency\"],\n interval: item[\"interval\"],\n schedule: !item[\"schedule\"] ? item[\"schedule\"] : recurrenceScheduleSerializer(item[\"schedule\"]),\n };\n}\n\nexport function recurrenceTriggerDeserializer(item: any): RecurrenceTrigger {\n return {\n endTime: item[\"endTime\"],\n startTime: item[\"startTime\"],\n timeZone: item[\"timeZone\"],\n triggerType: item[\"triggerType\"],\n frequency: item[\"frequency\"],\n interval: item[\"interval\"],\n schedule: !item[\"schedule\"]\n ? item[\"schedule\"]\n : recurrenceScheduleDeserializer(item[\"schedule\"]),\n };\n}\n\n/** Enum to describe the frequency of a recurrence schedule */\nexport enum KnownRecurrenceFrequency {\n /** Minute frequency */\n Minute = \"Minute\",\n /** Hour frequency */\n Hour = \"Hour\",\n /** Day frequency */\n Day = \"Day\",\n /** Week frequency */\n Week = \"Week\",\n /** Month frequency */\n Month = \"Month\",\n}\n\n/**\n * Enum to describe the frequency of a recurrence schedule \\\n * {@link KnownRecurrenceFrequency} can be used interchangeably with RecurrenceFrequency,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Minute**: Minute frequency \\\n * **Hour**: Hour frequency \\\n * **Day**: Day frequency \\\n * **Week**: Week frequency \\\n * **Month**: Month frequency\n */\nexport type RecurrenceFrequency = string;\n\n/** model interface RecurrenceSchedule */\nexport interface RecurrenceSchedule {\n /** [Required] List of hours for the schedule. */\n hours: number[];\n /** [Required] List of minutes for the schedule. */\n minutes: number[];\n /** List of month days for the schedule */\n monthDays?: number[];\n /** List of days for the schedule. */\n weekDays?: WeekDay[];\n}\n\nexport function recurrenceScheduleSerializer(item: RecurrenceSchedule): any {\n return {\n hours: item[\"hours\"].map((p: any) => {\n return p;\n }),\n minutes: item[\"minutes\"].map((p: any) => {\n return p;\n }),\n monthDays: !item[\"monthDays\"]\n ? item[\"monthDays\"]\n : item[\"monthDays\"].map((p: any) => {\n return p;\n }),\n weekDays: !item[\"weekDays\"]\n ? item[\"weekDays\"]\n : item[\"weekDays\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function recurrenceScheduleDeserializer(item: any): RecurrenceSchedule {\n return {\n hours: item[\"hours\"].map((p: any) => {\n return p;\n }),\n minutes: item[\"minutes\"].map((p: any) => {\n return p;\n }),\n monthDays: !item[\"monthDays\"]\n ? item[\"monthDays\"]\n : item[\"monthDays\"].map((p1: any) => {\n return p1;\n }),\n weekDays: !item[\"weekDays\"]\n ? item[\"weekDays\"]\n : item[\"weekDays\"].map((p1: any) => {\n return p1;\n }),\n };\n}\n\n/** Enum of weekday */\nexport enum KnownWeekDay {\n /** Monday weekday */\n Monday = \"Monday\",\n /** Tuesday weekday */\n Tuesday = \"Tuesday\",\n /** Wednesday weekday */\n Wednesday = \"Wednesday\",\n /** Thursday weekday */\n Thursday = \"Thursday\",\n /** Friday weekday */\n Friday = \"Friday\",\n /** Saturday weekday */\n Saturday = \"Saturday\",\n /** Sunday weekday */\n Sunday = \"Sunday\",\n}\n\n/**\n * Enum of weekday \\\n * {@link KnownWeekDay} can be used interchangeably with WeekDay,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Monday**: Monday weekday \\\n * **Tuesday**: Tuesday weekday \\\n * **Wednesday**: Wednesday weekday \\\n * **Thursday**: Thursday weekday \\\n * **Friday**: Friday weekday \\\n * **Saturday**: Saturday weekday \\\n * **Sunday**: Sunday weekday\n */\nexport type WeekDay = string;\n\n/** Known values of {@link MaterializationStoreType} that the service accepts. */\nexport enum KnownMaterializationStoreType {\n /** None */\n None = \"None\",\n /** Online */\n Online = \"Online\",\n /** Offline */\n Offline = \"Offline\",\n /** OnlineAndOffline */\n OnlineAndOffline = \"OnlineAndOffline\",\n}\n\n/** Type of MaterializationStoreType */\nexport type MaterializationStoreType = string;\n\n/** DTO object representing specification */\nexport interface FeaturesetSpecification {\n /** Specifies the spec path */\n path?: string;\n}\n\nexport function featuresetSpecificationSerializer(item: FeaturesetSpecification): any {\n return { path: item[\"path\"] };\n}\n\nexport function featuresetSpecificationDeserializer(item: any): FeaturesetSpecification {\n return {\n path: item[\"path\"],\n };\n}\n\n/** model interface TriggerBase */\nexport interface TriggerBase {\n /**\n * Specifies end time of schedule in ISO 8601, but without a UTC offset. Refer https://en.wikipedia.org/wiki/ISO_8601.\n * Recommented format would be \"2022-06-01T00:00:01\"\n * If not present, the schedule will run indefinitely\n */\n endTime?: string;\n /** Specifies start time of schedule in ISO 8601 format, but without a UTC offset. */\n startTime?: string;\n /**\n * Specifies time zone in which the schedule runs.\n * TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11\n */\n timeZone?: string;\n /** [Required] */\n /** The discriminator possible values: Recurrence, Cron */\n triggerType: TriggerType;\n}\n\nexport function triggerBaseSerializer(item: TriggerBase): any {\n return {\n endTime: item[\"endTime\"],\n startTime: item[\"startTime\"],\n timeZone: item[\"timeZone\"],\n triggerType: item[\"triggerType\"],\n };\n}\n\nexport function triggerBaseDeserializer(item: any): TriggerBase {\n return {\n endTime: item[\"endTime\"],\n startTime: item[\"startTime\"],\n timeZone: item[\"timeZone\"],\n triggerType: item[\"triggerType\"],\n };\n}\n\n/** Alias for TriggerBaseUnion */\nexport type TriggerBaseUnion = RecurrenceTrigger | CronTrigger | TriggerBase;\n\nexport function triggerBaseUnionSerializer(item: TriggerBaseUnion): any {\n switch (item.triggerType) {\n case \"Recurrence\":\n return recurrenceTriggerSerializer(item as RecurrenceTrigger);\n\n case \"Cron\":\n return cronTriggerSerializer(item as CronTrigger);\n\n default:\n return triggerBaseSerializer(item);\n }\n}\n\nexport function triggerBaseUnionDeserializer(item: any): TriggerBaseUnion {\n switch (item[\"triggerType\"]) {\n case \"Recurrence\":\n return recurrenceTriggerDeserializer(item as RecurrenceTrigger);\n\n case \"Cron\":\n return cronTriggerDeserializer(item as CronTrigger);\n\n default:\n return triggerBaseDeserializer(item);\n }\n}\n\n/** Known values of {@link TriggerType} that the service accepts. */\nexport enum KnownTriggerType {\n /** Recurrence */\n Recurrence = \"Recurrence\",\n /** Cron */\n Cron = \"Cron\",\n}\n\n/** Type of TriggerType */\nexport type TriggerType = string;\n\n/** model interface CronTrigger */\nexport interface CronTrigger extends TriggerBase {\n /**\n * [Required] Specifies cron expression of schedule.\n * The expression should follow NCronTab format.\n */\n expression: string;\n /** [Required] */\n triggerType: \"Cron\";\n}\n\nexport function cronTriggerSerializer(item: CronTrigger): any {\n return {\n endTime: item[\"endTime\"],\n startTime: item[\"startTime\"],\n timeZone: item[\"timeZone\"],\n triggerType: item[\"triggerType\"],\n expression: item[\"expression\"],\n };\n}\n\nexport function cronTriggerDeserializer(item: any): CronTrigger {\n return {\n endTime: item[\"endTime\"],\n startTime: item[\"startTime\"],\n timeZone: item[\"timeZone\"],\n triggerType: item[\"triggerType\"],\n expression: item[\"expression\"],\n };\n}\n\n/** A paginated list of FeaturesetVersion entities. */\nexport interface _FeaturesetVersionResourceArmPaginatedResult {\n /** The FeaturesetVersion items on this page */\n value: FeaturesetVersion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _featuresetVersionResourceArmPaginatedResultDeserializer(\n item: any,\n): _FeaturesetVersionResourceArmPaginatedResult {\n return {\n value: featuresetVersionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function featuresetVersionArraySerializer(result: Array<FeaturesetVersion>): any[] {\n return result.map((item) => {\n return featuresetVersionSerializer(item);\n });\n}\n\nexport function featuresetVersionArrayDeserializer(result: Array<FeaturesetVersion>): any[] {\n return result.map((item) => {\n return featuresetVersionDeserializer(item);\n });\n}\n\n/** Request payload for creating a backfill request for a given feature set version */\nexport interface FeaturesetVersionBackfillRequest {\n /** Specified the data availability status that you want to backfill */\n dataAvailabilityStatus?: DataAvailabilityStatus[];\n /** Specifies description */\n description?: string;\n /** Specifies description */\n displayName?: string;\n /** Specifies the backfill feature window to be materialized */\n featureWindow?: FeatureWindow;\n /** Specify the jobId to retry the failed materialization */\n jobId?: string;\n /** Specifies the properties */\n properties?: Record<string, string>;\n /** Specifies the compute resource settings */\n resource?: MaterializationComputeResource;\n /** Specifies the spark compute settings */\n sparkConfiguration?: Record<string, string>;\n /** Specifies the tags */\n tags?: Record<string, string>;\n}\n\nexport function featuresetVersionBackfillRequestSerializer(\n item: FeaturesetVersionBackfillRequest,\n): any {\n return {\n dataAvailabilityStatus: !item[\"dataAvailabilityStatus\"]\n ? item[\"dataAvailabilityStatus\"]\n : item[\"dataAvailabilityStatus\"].map((p: any) => {\n return p;\n }),\n description: item[\"description\"],\n displayName: item[\"displayName\"],\n featureWindow: !item[\"featureWindow\"]\n ? item[\"featureWindow\"]\n : featureWindowSerializer(item[\"featureWindow\"]),\n jobId: item[\"jobId\"],\n properties: item[\"properties\"],\n resource: !item[\"resource\"]\n ? item[\"resource\"]\n : materializationComputeResourceSerializer(item[\"resource\"]),\n sparkConfiguration: item[\"sparkConfiguration\"],\n tags: item[\"tags\"],\n };\n}\n\n/** Known values of {@link DataAvailabilityStatus} that the service accepts. */\nexport enum KnownDataAvailabilityStatus {\n /** None */\n None = \"None\",\n /** Pending */\n Pending = \"Pending\",\n /** Incomplete */\n Incomplete = \"Incomplete\",\n /** Complete */\n Complete = \"Complete\",\n}\n\n/** Type of DataAvailabilityStatus */\nexport type DataAvailabilityStatus = string;\n\n/** Specifies the feature window */\nexport interface FeatureWindow {\n /** Specifies the feature window end time */\n featureWindowEnd?: Date;\n /** Specifies the feature window start time */\n featureWindowStart?: Date;\n}\n\nexport function featureWindowSerializer(item: FeatureWindow): any {\n return {\n featureWindowEnd: !item[\"featureWindowEnd\"]\n ? item[\"featureWindowEnd\"]\n : item[\"featureWindowEnd\"].toISOString(),\n featureWindowStart: !item[\"featureWindowStart\"]\n ? item[\"featureWindowStart\"]\n : item[\"featureWindowStart\"].toISOString(),\n };\n}\n\n/** Response payload for creating a backfill request for a given feature set version */\nexport interface FeaturesetVersionBackfillResponse {\n /** List of jobs submitted as part of the backfill request. */\n jobIds?: string[];\n}\n\nexport function featuresetVersionBackfillResponseDeserializer(\n item: any,\n): FeaturesetVersionBackfillResponse {\n return {\n jobIds: !item[\"jobIds\"]\n ? item[\"jobIds\"]\n : item[\"jobIds\"].map((p1: any) => {\n return p1;\n }),\n };\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface FeaturestoreEntityContainer extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: FeaturestoreEntityContainerProperties;\n}\n\nexport function featurestoreEntityContainerSerializer(item: FeaturestoreEntityContainer): any {\n return { properties: featurestoreEntityContainerPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function featurestoreEntityContainerDeserializer(item: any): FeaturestoreEntityContainer {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: featurestoreEntityContainerPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** DTO object representing feature entity */\nexport interface FeaturestoreEntityContainerProperties extends AssetContainer {\n /** Provisioning state for the featurestore entity container. */\n readonly provisioningState?: AssetProvisioningState;\n}\n\nexport function featurestoreEntityContainerPropertiesSerializer(\n item: FeaturestoreEntityContainerProperties,\n): any {\n return {\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function featurestoreEntityContainerPropertiesDeserializer(\n item: any,\n): FeaturestoreEntityContainerProperties {\n return {\n isArchived: item[\"isArchived\"],\n latestVersion: item[\"latestVersion\"],\n nextVersion: item[\"nextVersion\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** A paginated list of FeaturestoreEntityContainer entities. */\nexport interface _FeaturestoreEntityContainerResourceArmPaginatedResult {\n /** The FeaturestoreEntityContainer items on this page */\n value: FeaturestoreEntityContainer[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _featurestoreEntityContainerResourceArmPaginatedResultDeserializer(\n item: any,\n): _FeaturestoreEntityContainerResourceArmPaginatedResult {\n return {\n value: featurestoreEntityContainerArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function featurestoreEntityContainerArraySerializer(\n result: Array<FeaturestoreEntityContainer>,\n): any[] {\n return result.map((item) => {\n return featurestoreEntityContainerSerializer(item);\n });\n}\n\nexport function featurestoreEntityContainerArrayDeserializer(\n result: Array<FeaturestoreEntityContainer>,\n): any[] {\n return result.map((item) => {\n return featurestoreEntityContainerDeserializer(item);\n });\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface FeaturestoreEntityVersion extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: FeaturestoreEntityVersionProperties;\n}\n\nexport function featurestoreEntityVersionSerializer(item: FeaturestoreEntityVersion): any {\n return { properties: featurestoreEntityVersionPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function featurestoreEntityVersionDeserializer(item: any): FeaturestoreEntityVersion {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: featurestoreEntityVersionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** DTO object representing feature entity version */\nexport interface FeaturestoreEntityVersionProperties extends AssetBase {\n /** Specifies index columns */\n indexColumns?: IndexColumn[];\n /** Provisioning state for the featurestore entity version. */\n readonly provisioningState?: AssetProvisioningState;\n /** Specifies the asset stage */\n stage?: string;\n}\n\nexport function featurestoreEntityVersionPropertiesSerializer(\n item: FeaturestoreEntityVersionProperties,\n): any {\n return {\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n indexColumns: !item[\"indexColumns\"]\n ? item[\"indexColumns\"]\n : indexColumnArraySerializer(item[\"indexColumns\"]),\n stage: item[\"stage\"],\n };\n}\n\nexport function featurestoreEntityVersionPropertiesDeserializer(\n item: any,\n): FeaturestoreEntityVersionProperties {\n return {\n isAnonymous: item[\"isAnonymous\"],\n isArchived: item[\"isArchived\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n indexColumns: !item[\"indexColumns\"]\n ? item[\"indexColumns\"]\n : indexColumnArrayDeserializer(item[\"indexColumns\"]),\n provisioningState: item[\"provisioningState\"],\n stage: item[\"stage\"],\n };\n}\n\nexport function indexColumnArraySerializer(result: Array<IndexColumn>): any[] {\n return result.map((item) => {\n return indexColumnSerializer(item);\n });\n}\n\nexport function indexColumnArrayDeserializer(result: Array<IndexColumn>): any[] {\n return result.map((item) => {\n return indexColumnDeserializer(item);\n });\n}\n\n/** DTO object representing index column */\nexport interface IndexColumn {\n /** Specifies the column name */\n columnName?: string;\n /** Specifies the data type */\n dataType?: FeatureDataType;\n}\n\nexport function indexColumnSerializer(item: IndexColumn): any {\n return { columnName: item[\"columnName\"], dataType: item[\"dataType\"] };\n}\n\nexport function indexColumnDeserializer(item: any): IndexColumn {\n return {\n columnName: item[\"columnName\"],\n dataType: item[\"dataType\"],\n };\n}\n\n/** A paginated list of FeaturestoreEntityVersion entities. */\nexport interface _FeaturestoreEntityVersionResourceArmPaginatedResult {\n /** The FeaturestoreEntityVersion items on this page */\n value: FeaturestoreEntityVersion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _featurestoreEntityVersionResourceArmPaginatedResultDeserializer(\n item: any,\n): _FeaturestoreEntityVersionResourceArmPaginatedResult {\n return {\n value: featurestoreEntityVersionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function featurestoreEntityVersionArraySerializer(\n result: Array<FeaturestoreEntityVersion>,\n): any[] {\n return result.map((item) => {\n return featurestoreEntityVersionSerializer(item);\n });\n}\n\nexport function featurestoreEntityVersionArrayDeserializer(\n result: Array<FeaturestoreEntityVersion>,\n): any[] {\n return result.map((item) => {\n return featurestoreEntityVersionDeserializer(item);\n });\n}\n\n/** InferencePool is a preview-only resource. */\nexport interface InferencePool extends TrackedResource {\n /** [Required] Additional attributes of the entity. */\n properties: InferencePoolProperties;\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. */\n kind?: string;\n /** Sku details required for ARM contract for Autoscaling. */\n sku?: Sku;\n}\n\nexport function inferencePoolSerializer(item: InferencePool): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: inferencePoolPropertiesSerializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function inferencePoolDeserializer(item: any): InferencePool {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: inferencePoolPropertiesDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** Inference pool configuration */\nexport interface InferencePoolProperties extends PropertiesBase {\n /** Provisioning state for the pool. */\n readonly provisioningState?: PoolProvisioningState;\n /** Gets or sets ScaleUnitConfiguration for the inference pool. Used if PoolType=ScaleUnit. */\n scaleUnitConfiguration?: ScaleUnitConfiguration;\n}\n\nexport function inferencePoolPropertiesSerializer(item: InferencePoolProperties): any {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : stringStringKeyValuePairArraySerializer(item[\"properties\"]),\n scaleUnitConfiguration: !item[\"scaleUnitConfiguration\"]\n ? item[\"scaleUnitConfiguration\"]\n : scaleUnitConfigurationSerializer(item[\"scaleUnitConfiguration\"]),\n };\n}\n\nexport function inferencePoolPropertiesDeserializer(item: any): InferencePoolProperties {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : stringStringKeyValuePairArrayDeserializer(item[\"properties\"]),\n provisioningState: item[\"provisioningState\"],\n scaleUnitConfiguration: !item[\"scaleUnitConfiguration\"]\n ? item[\"scaleUnitConfiguration\"]\n : scaleUnitConfigurationDeserializer(item[\"scaleUnitConfiguration\"]),\n };\n}\n\n/** State of pool related resources provisioning. */\nexport enum KnownPoolProvisioningState {\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Updating */\n Updating = \"Updating\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/**\n * State of pool related resources provisioning. \\\n * {@link KnownPoolProvisioningState} can be used interchangeably with PoolProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **Deleting** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Updating** \\\n * **Canceled**\n */\nexport type PoolProvisioningState = string;\n\n/** Configuration for ScaleUnit pool. */\nexport interface ScaleUnitConfiguration {\n /** Gets or sets a value indicating whether PublicEgress is disabled. */\n disablePublicEgress?: boolean;\n /** Gets or sets a list of Registry sources that will be used to confirm identity, storage, ACR. */\n registries?: string[];\n}\n\nexport function scaleUnitConfigurationSerializer(item: ScaleUnitConfiguration): any {\n return {\n disablePublicEgress: item[\"disablePublicEgress\"],\n registries: !item[\"registries\"]\n ? item[\"registries\"]\n : item[\"registries\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function scaleUnitConfigurationDeserializer(item: any): ScaleUnitConfiguration {\n return {\n disablePublicEgress: item[\"disablePublicEgress\"],\n registries: !item[\"registries\"]\n ? item[\"registries\"]\n : item[\"registries\"].map((p1: any) => {\n return p1;\n }),\n };\n}\n\n/** Base definition for pool resources. */\nexport interface PropertiesBase {\n /** Description of the resource. */\n description?: string;\n /** Property dictionary. Properties can be added, but not removed or altered. */\n properties?: StringStringKeyValuePair[];\n}\n\nexport function propertiesBaseSerializer(item: PropertiesBase): any {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : stringStringKeyValuePairArraySerializer(item[\"properties\"]),\n };\n}\n\nexport function propertiesBaseDeserializer(item: any): PropertiesBase {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : stringStringKeyValuePairArrayDeserializer(item[\"properties\"]),\n };\n}\n\nexport function stringStringKeyValuePairArraySerializer(\n result: Array<StringStringKeyValuePair>,\n): any[] {\n return result.map((item) => {\n return stringStringKeyValuePairSerializer(item);\n });\n}\n\nexport function stringStringKeyValuePairArrayDeserializer(\n result: Array<StringStringKeyValuePair>,\n): any[] {\n return result.map((item) => {\n return stringStringKeyValuePairDeserializer(item);\n });\n}\n\n/** model interface StringStringKeyValuePair */\nexport interface StringStringKeyValuePair {\n key?: string;\n value?: string;\n}\n\nexport function stringStringKeyValuePairSerializer(item: StringStringKeyValuePair): any {\n return { key: item[\"key\"], value: item[\"value\"] };\n}\n\nexport function stringStringKeyValuePairDeserializer(item: any): StringStringKeyValuePair {\n return {\n key: item[\"key\"],\n value: item[\"value\"],\n };\n}\n\n/** Strictly used in update requests. */\nexport interface PartialMinimalTrackedResourceWithSkuAndIdentity extends PartialMinimalTrackedResource {\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: PartialManagedServiceIdentity;\n /** Sku details required for ARM contract for Autoscaling. */\n sku?: PartialSku;\n}\n\nexport function partialMinimalTrackedResourceWithSkuAndIdentitySerializer(\n item: PartialMinimalTrackedResourceWithSkuAndIdentity,\n): any {\n return {\n tags: item[\"tags\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : partialManagedServiceIdentitySerializer(item[\"identity\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : partialSkuSerializer(item[\"sku\"]),\n };\n}\n\n/** A paginated list of InferencePool entities. */\nexport interface _InferencePoolTrackedResourceArmPaginatedResult {\n /** The InferencePool items on this page */\n value: InferencePool[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _inferencePoolTrackedResourceArmPaginatedResultDeserializer(\n item: any,\n): _InferencePoolTrackedResourceArmPaginatedResult {\n return {\n value: inferencePoolArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function inferencePoolArraySerializer(result: Array<InferencePool>): any[] {\n return result.map((item) => {\n return inferencePoolSerializer(item);\n });\n}\n\nexport function inferencePoolArrayDeserializer(result: Array<InferencePool>): any[] {\n return result.map((item) => {\n return inferencePoolDeserializer(item);\n });\n}\n\n/** InferenceEndpoint is a preview-only resource. */\nexport interface InferenceEndpoint extends TrackedResource {\n /** [Required] Additional attributes of the entity. */\n properties: InferenceEndpointProperties;\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. */\n kind?: string;\n /** Sku details required for ARM contract for Autoscaling. */\n sku?: Sku;\n}\n\nexport function inferenceEndpointSerializer(item: InferenceEndpoint): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: inferenceEndpointPropertiesSerializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function inferenceEndpointDeserializer(item: any): InferenceEndpoint {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: inferenceEndpointPropertiesDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** InferenceEndpoint configuration */\nexport interface InferenceEndpointProperties extends PropertiesBase {\n /** [Required] Authentication mode for the endpoint. */\n authMode: AuthMode;\n /** Endpoint URI for the inference endpoint. */\n readonly endpointUri?: string;\n /** [Required] Group within the same pool with which this endpoint needs to be associated with. */\n groupName: string;\n /** Provisioning state for the endpoint. */\n readonly provisioningState?: PoolProvisioningState;\n /** RequestConfiguration for endpoint. */\n requestConfiguration?: RequestConfiguration;\n}\n\nexport function inferenceEndpointPropertiesSerializer(item: InferenceEndpointProperties): any {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : stringStringKeyValuePairArraySerializer(item[\"properties\"]),\n authMode: item[\"authMode\"],\n groupName: item[\"groupName\"],\n requestConfiguration: !item[\"requestConfiguration\"]\n ? item[\"requestConfiguration\"]\n : requestConfigurationSerializer(item[\"requestConfiguration\"]),\n };\n}\n\nexport function inferenceEndpointPropertiesDeserializer(item: any): InferenceEndpointProperties {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : stringStringKeyValuePairArrayDeserializer(item[\"properties\"]),\n authMode: item[\"authMode\"],\n endpointUri: item[\"endpointUri\"],\n groupName: item[\"groupName\"],\n provisioningState: item[\"provisioningState\"],\n requestConfiguration: !item[\"requestConfiguration\"]\n ? item[\"requestConfiguration\"]\n : requestConfigurationDeserializer(item[\"requestConfiguration\"]),\n };\n}\n\n/** Enum to determine endpoint authentication mode. */\nexport enum KnownAuthMode {\n /** AAD */\n AAD = \"AAD\",\n}\n\n/**\n * Enum to determine endpoint authentication mode. \\\n * {@link KnownAuthMode} can be used interchangeably with AuthMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AAD**\n */\nexport type AuthMode = string;\n\n/** Scoring requests configuration. */\nexport interface RequestConfiguration {\n /** The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. */\n maxConcurrentRequestsPerInstance?: number;\n /**\n * The scoring timeout in ISO 8601 format.\n * Defaults to 5000ms.\n */\n requestTimeout?: string;\n}\n\nexport function requestConfigurationSerializer(item: RequestConfiguration): any {\n return {\n maxConcurrentRequestsPerInstance: item[\"maxConcurrentRequestsPerInstance\"],\n requestTimeout: item[\"requestTimeout\"],\n };\n}\n\nexport function requestConfigurationDeserializer(item: any): RequestConfiguration {\n return {\n maxConcurrentRequestsPerInstance: item[\"maxConcurrentRequestsPerInstance\"],\n requestTimeout: item[\"requestTimeout\"],\n };\n}\n\n/** A paginated list of InferenceEndpoint entities. */\nexport interface _InferenceEndpointTrackedResourceArmPaginatedResult {\n /** The InferenceEndpoint items on this page */\n value: InferenceEndpoint[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _inferenceEndpointTrackedResourceArmPaginatedResultDeserializer(\n item: any,\n): _InferenceEndpointTrackedResourceArmPaginatedResult {\n return {\n value: inferenceEndpointArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function inferenceEndpointArraySerializer(result: Array<InferenceEndpoint>): any[] {\n return result.map((item) => {\n return inferenceEndpointSerializer(item);\n });\n}\n\nexport function inferenceEndpointArrayDeserializer(result: Array<InferenceEndpoint>): any[] {\n return result.map((item) => {\n return inferenceEndpointDeserializer(item);\n });\n}\n\n/** InferenceGroup is a preview-only resource. */\nexport interface InferenceGroup extends TrackedResource {\n /** [Required] Additional attributes of the entity. */\n properties: InferenceGroupProperties;\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. */\n kind?: string;\n /** Sku details required for ARM contract for Autoscaling. */\n sku?: Sku;\n}\n\nexport function inferenceGroupSerializer(item: InferenceGroup): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: inferenceGroupPropertiesSerializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function inferenceGroupDeserializer(item: any): InferenceGroup {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: inferenceGroupPropertiesDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** Inference group configuration */\nexport interface InferenceGroupProperties extends PropertiesBase {\n /** Gets or sets environment configuration for the inference group. Used if PoolType=ScaleUnit. */\n environmentConfiguration?: GroupEnvironmentConfiguration;\n /** Gets or sets model configuration for the inference group. Used if PoolType=ScaleUnit. */\n modelConfiguration?: GroupModelConfiguration;\n /** Gets or sets compute instance type. */\n nodeSkuType?: string;\n /** Provisioning state for the inference group. */\n readonly provisioningState?: PoolProvisioningState;\n /** Gets or sets Scale Unit size. */\n scaleUnitSize?: number;\n}\n\nexport function inferenceGroupPropertiesSerializer(item: InferenceGroupProperties): any {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : stringStringKeyValuePairArraySerializer(item[\"properties\"]),\n environmentConfiguration: !item[\"environmentConfiguration\"]\n ? item[\"environmentConfiguration\"]\n : groupEnvironmentConfigurationSerializer(item[\"environmentConfiguration\"]),\n modelConfiguration: !item[\"modelConfiguration\"]\n ? item[\"modelConfiguration\"]\n : groupModelConfigurationSerializer(item[\"modelConfiguration\"]),\n nodeSkuType: item[\"nodeSkuType\"],\n scaleUnitSize: item[\"scaleUnitSize\"],\n };\n}\n\nexport function inferenceGroupPropertiesDeserializer(item: any): InferenceGroupProperties {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : stringStringKeyValuePairArrayDeserializer(item[\"properties\"]),\n environmentConfiguration: !item[\"environmentConfiguration\"]\n ? item[\"environmentConfiguration\"]\n : groupEnvironmentConfigurationDeserializer(item[\"environmentConfiguration\"]),\n modelConfiguration: !item[\"modelConfiguration\"]\n ? item[\"modelConfiguration\"]\n : groupModelConfigurationDeserializer(item[\"modelConfiguration\"]),\n nodeSkuType: item[\"nodeSkuType\"],\n provisioningState: item[\"provisioningState\"],\n scaleUnitSize: item[\"scaleUnitSize\"],\n };\n}\n\n/** Environment configuration options. */\nexport interface GroupEnvironmentConfiguration {\n /** ARM resource ID of the environment specification for the inference pool. */\n environmentId?: string;\n /** Environment variables configuration for the inference pool. */\n environmentVariables?: StringStringKeyValuePair[];\n /** Liveness probe monitors the health of the container regularly. */\n livenessProbe?: ProbeSettings;\n /** Readiness probe validates if the container is ready to serve traffic. The properties and defaults are the same as liveness probe. */\n readinessProbe?: ProbeSettings;\n /** This verifies whether the application within a container is started. Startup probes run before any other probe, and, unless it finishes successfully, disables other probes. */\n startupProbe?: ProbeSettings;\n}\n\nexport function groupEnvironmentConfigurationSerializer(item: GroupEnvironmentConfiguration): any {\n return {\n environmentId: item[\"environmentId\"],\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : stringStringKeyValuePairArraySerializer(item[\"environmentVariables\"]),\n livenessProbe: !item[\"livenessProbe\"]\n ? item[\"livenessProbe\"]\n : probeSettingsSerializer(item[\"livenessProbe\"]),\n readinessProbe: !item[\"readinessProbe\"]\n ? item[\"readinessProbe\"]\n : probeSettingsSerializer(item[\"readinessProbe\"]),\n startupProbe: !item[\"startupProbe\"]\n ? item[\"startupProbe\"]\n : probeSettingsSerializer(item[\"startupProbe\"]),\n };\n}\n\nexport function groupEnvironmentConfigurationDeserializer(\n item: any,\n): GroupEnvironmentConfiguration {\n return {\n environmentId: item[\"environmentId\"],\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : stringStringKeyValuePairArrayDeserializer(item[\"environmentVariables\"]),\n livenessProbe: !item[\"livenessProbe\"]\n ? item[\"livenessProbe\"]\n : probeSettingsDeserializer(item[\"livenessProbe\"]),\n readinessProbe: !item[\"readinessProbe\"]\n ? item[\"readinessProbe\"]\n : probeSettingsDeserializer(item[\"readinessProbe\"]),\n startupProbe: !item[\"startupProbe\"]\n ? item[\"startupProbe\"]\n : probeSettingsDeserializer(item[\"startupProbe\"]),\n };\n}\n\n/** Deployment container liveness/readiness probe configuration. */\nexport interface ProbeSettings {\n /** The number of failures to allow before returning an unhealthy status. */\n failureThreshold?: number;\n /** The delay before the first probe in ISO 8601 format. */\n initialDelay?: string;\n /** The length of time between probes in ISO 8601 format. */\n period?: string;\n /** The number of successful probes before returning a healthy status. */\n successThreshold?: number;\n /** The probe timeout in ISO 8601 format. */\n timeout?: string;\n}\n\nexport function probeSettingsSerializer(item: ProbeSettings): any {\n return {\n failureThreshold: item[\"failureThreshold\"],\n initialDelay: item[\"initialDelay\"],\n period: item[\"period\"],\n successThreshold: item[\"successThreshold\"],\n timeout: item[\"timeout\"],\n };\n}\n\nexport function probeSettingsDeserializer(item: any): ProbeSettings {\n return {\n failureThreshold: item[\"failureThreshold\"],\n initialDelay: item[\"initialDelay\"],\n period: item[\"period\"],\n successThreshold: item[\"successThreshold\"],\n timeout: item[\"timeout\"],\n };\n}\n\n/** Model configuration options. */\nexport interface GroupModelConfiguration {\n /** The URI path to the model. */\n modelId?: string;\n}\n\nexport function groupModelConfigurationSerializer(item: GroupModelConfiguration): any {\n return { modelId: item[\"modelId\"] };\n}\n\nexport function groupModelConfigurationDeserializer(item: any): GroupModelConfiguration {\n return {\n modelId: item[\"modelId\"],\n };\n}\n\n/** Strictly used in update requests. */\nexport interface PartialMinimalTrackedResourceWithSku extends PartialMinimalTrackedResource {\n /** Sku details required for ARM contract for Autoscaling. */\n sku?: PartialSku;\n}\n\nexport function partialMinimalTrackedResourceWithSkuSerializer(\n item: PartialMinimalTrackedResourceWithSku,\n): any {\n return {\n tags: item[\"tags\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : partialSkuSerializer(item[\"sku\"]),\n };\n}\n\n/** A paginated list of InferenceGroup entities. */\nexport interface _InferenceGroupTrackedResourceArmPaginatedResult {\n /** The InferenceGroup items on this page */\n value: InferenceGroup[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _inferenceGroupTrackedResourceArmPaginatedResultDeserializer(\n item: any,\n): _InferenceGroupTrackedResourceArmPaginatedResult {\n return {\n value: inferenceGroupArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function inferenceGroupArraySerializer(result: Array<InferenceGroup>): any[] {\n return result.map((item) => {\n return inferenceGroupSerializer(item);\n });\n}\n\nexport function inferenceGroupArrayDeserializer(result: Array<InferenceGroup>): any[] {\n return result.map((item) => {\n return inferenceGroupDeserializer(item);\n });\n}\n\n/** model interface DeltaModelStatusRequest */\nexport interface DeltaModelStatusRequest {\n /** Gets or sets collection of delta models to retrieve status for. */\n deltaModels?: string[];\n /** Gets or sets target base model. */\n targetBaseModel?: string;\n}\n\nexport function deltaModelStatusRequestSerializer(item: DeltaModelStatusRequest): any {\n return {\n deltaModels: !item[\"deltaModels\"]\n ? item[\"deltaModels\"]\n : item[\"deltaModels\"].map((p: any) => {\n return p;\n }),\n targetBaseModel: item[\"targetBaseModel\"],\n };\n}\n\n/** Contract returning to user the delta models. */\nexport interface DeltaModelStatusResponse {\n /** Gets or sets actual instance count. */\n actualInstanceCount?: number;\n /** Gets or sets dictionary representing modelID and its current state. */\n deltaModels?: Record<string, DeltaModelCurrentState[]>;\n /** Gets or sets expected instance count. */\n expectedInstanceCount?: number;\n /** Gets or sets revision ID. */\n revisionId?: string;\n /** Gets or sets target base model. */\n targetBaseModel?: string;\n}\n\nexport function deltaModelStatusResponseDeserializer(item: any): DeltaModelStatusResponse {\n return {\n actualInstanceCount: item[\"actualInstanceCount\"],\n deltaModels: !item[\"deltaModels\"]\n ? item[\"deltaModels\"]\n : Object.fromEntries(\n Object.entries(item[\"deltaModels\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : deltaModelCurrentStateArrayDeserializer(p1),\n ]),\n ),\n expectedInstanceCount: item[\"expectedInstanceCount\"],\n revisionId: item[\"revisionId\"],\n targetBaseModel: item[\"targetBaseModel\"],\n };\n}\n\nexport function deltaModelCurrentStateArrayDeserializer(\n result: Array<DeltaModelCurrentState>,\n): any[] {\n return result.map((item) => {\n return deltaModelCurrentStateDeserializer(item);\n });\n}\n\n/** Contract for DeltaModelCurrentState. */\nexport interface DeltaModelCurrentState {\n /** Gets or sets Count of instances with model. */\n count?: number;\n /** Gets or sets sample of instances with model. */\n sampleInstanceID?: string;\n /** Gets or sets status. */\n status?: string;\n}\n\nexport function deltaModelCurrentStateDeserializer(item: any): DeltaModelCurrentState {\n return {\n count: item[\"count\"],\n sampleInstanceID: item[\"sampleInstanceID\"],\n status: item[\"status\"],\n };\n}\n\n/** model interface DeltaModelListRequest */\nexport interface DeltaModelListRequest {\n /** Gets or sets number of delta models to return. Default: -1, means that all will be returned. */\n count?: number;\n /** Gets or sets skip token for paginated response. */\n skipToken?: string;\n /** Gets or sets target base model. */\n targetBaseModel?: string;\n}\n\nexport function deltaModelListRequestSerializer(item: DeltaModelListRequest): any {\n return {\n count: item[\"count\"],\n skipToken: item[\"skipToken\"],\n targetBaseModel: item[\"targetBaseModel\"],\n };\n}\n\n/** A paginated list of String entities. */\nexport interface _StringArmPaginatedResult {\n /** The Stringforlist items on this page */\n value: string[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _stringArmPaginatedResultDeserializer(item: any): _StringArmPaginatedResult {\n return {\n value: item[\"value\"].map((p: any) => {\n return p;\n }),\n nextLink: item[\"nextLink\"],\n };\n}\n\n/** Contract base for DeltaModelChangeRequest. Used for adding or removing. */\nexport interface DeltaModelModifyRequest {\n /** Gets or sets delta models to remove. */\n addDeltaModels?: string[];\n /** Gets or sets delta models to remove. */\n removeDeltaModels?: string[];\n /** Gets or sets target base model. */\n targetBaseModel?: string;\n}\n\nexport function deltaModelModifyRequestSerializer(item: DeltaModelModifyRequest): any {\n return {\n addDeltaModels: !item[\"addDeltaModels\"]\n ? item[\"addDeltaModels\"]\n : item[\"addDeltaModels\"].map((p: any) => {\n return p;\n }),\n removeDeltaModels: !item[\"removeDeltaModels\"]\n ? item[\"removeDeltaModels\"]\n : item[\"removeDeltaModels\"].map((p: any) => {\n return p;\n }),\n targetBaseModel: item[\"targetBaseModel\"],\n };\n}\n\n/** model interface GroupStatus */\nexport interface GroupStatus {\n /** Gets or sets the actual capacity info for the group. */\n actualCapacityInfo?: ActualCapacityInfo;\n /** Gets or sets the actual number of endpoints in the group. */\n endpointCount?: number;\n /** Gets or sets the request number of instances for the group. */\n requestedCapacity?: number;\n}\n\nexport function groupStatusDeserializer(item: any): GroupStatus {\n return {\n actualCapacityInfo: !item[\"actualCapacityInfo\"]\n ? item[\"actualCapacityInfo\"]\n : actualCapacityInfoDeserializer(item[\"actualCapacityInfo\"]),\n endpointCount: item[\"endpointCount\"],\n requestedCapacity: item[\"requestedCapacity\"],\n };\n}\n\n/** model interface ActualCapacityInfo */\nexport interface ActualCapacityInfo {\n /** Gets or sets the total number of instances (scale units) regardless of provisioning state or whether current group payload version matches the target group payload. */\n total?: number;\n /** Gets or sets the number of instances (scale units) which have Succeeded provisioning state and target group payload. */\n succeeded?: number;\n /** Gets or sets the number of instances (scale units) which have Failed provisioning state and have target group payload. */\n failed?: number;\n /** Gets or sets the number of instances (scale units) which have Succeeded provisioning state but do not have target group payload. */\n outdatedSucceeded?: number;\n /** Gets or sets the number of instances (scale units) which have Failed provisioning state but do not have target group payload. */\n outdatedFailed?: number;\n}\n\nexport function actualCapacityInfoDeserializer(item: any): ActualCapacityInfo {\n return {\n total: item[\"total\"],\n succeeded: item[\"succeeded\"],\n failed: item[\"failed\"],\n outdatedSucceeded: item[\"outdatedSucceeded\"],\n outdatedFailed: item[\"outdatedFailed\"],\n };\n}\n\n/** A paginated list of SkuResource entities. */\nexport interface _SkuResourceArmPaginatedResult {\n /** The SkuResource items on this page */\n value: SkuResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _skuResourceArmPaginatedResultDeserializer(\n item: any,\n): _SkuResourceArmPaginatedResult {\n return {\n value: skuResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function skuResourceArrayDeserializer(result: Array<SkuResource>): any[] {\n return result.map((item) => {\n return skuResourceDeserializer(item);\n });\n}\n\n/** Fulfills ARM Contract requirement to list all available SKUS for a resource. */\nexport interface SkuResource {\n /** Gets or sets the Sku Capacity. */\n capacity?: SkuCapacity;\n /** The resource type name. */\n readonly resourceType?: string;\n /** Gets or sets the Sku. */\n sku?: SkuSetting;\n}\n\nexport function skuResourceDeserializer(item: any): SkuResource {\n return {\n capacity: !item[\"capacity\"] ? item[\"capacity\"] : skuCapacityDeserializer(item[\"capacity\"]),\n resourceType: item[\"resourceType\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSettingDeserializer(item[\"sku\"]),\n };\n}\n\n/** SKU capacity information */\nexport interface SkuCapacity {\n /** Gets or sets the default capacity. */\n default?: number;\n /** Gets or sets the maximum. */\n maximum?: number;\n /** Gets or sets the minimum. */\n minimum?: number;\n /** Node scaling setting for the compute sku. */\n scaleType?: SkuScaleType;\n}\n\nexport function skuCapacityDeserializer(item: any): SkuCapacity {\n return {\n default: item[\"default\"],\n maximum: item[\"maximum\"],\n minimum: item[\"minimum\"],\n scaleType: item[\"scaleType\"],\n };\n}\n\n/** Node scaling setting for the compute sku. */\nexport enum KnownSkuScaleType {\n /** Automatically scales node count. */\n Automatic = \"Automatic\",\n /** Node count scaled upon user request. */\n Manual = \"Manual\",\n /** Fixed set of nodes. */\n None = \"None\",\n}\n\n/**\n * Node scaling setting for the compute sku. \\\n * {@link KnownSkuScaleType} can be used interchangeably with SkuScaleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Automatic**: Automatically scales node count. \\\n * **Manual**: Node count scaled upon user request. \\\n * **None**: Fixed set of nodes.\n */\nexport type SkuScaleType = string;\n\n/** SkuSetting fulfills the need for stripped down SKU info in ARM contract. */\nexport interface SkuSetting {\n /** [Required] The name of the SKU. Ex - P3. It is typically a letter+number code. */\n name: string;\n /** This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. */\n tier?: SkuTier;\n}\n\nexport function skuSettingDeserializer(item: any): SkuSetting {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n };\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface MarketplaceSubscription extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: MarketplaceSubscriptionProperties;\n}\n\nexport function marketplaceSubscriptionSerializer(item: MarketplaceSubscription): any {\n return { properties: marketplaceSubscriptionPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function marketplaceSubscriptionDeserializer(item: any): MarketplaceSubscription {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: marketplaceSubscriptionPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface MarketplaceSubscriptionProperties */\nexport interface MarketplaceSubscriptionProperties {\n /** Marketplace Plan associated with the Marketplace Subscription. */\n readonly marketplacePlan?: MarketplacePlan;\n /** Current status of the Marketplace Subscription. */\n readonly marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;\n /** [Required] Target Marketplace Model ID to create a Marketplace Subscription for. */\n modelId: string;\n /** Provisioning State of the Marketplace Subscription. */\n readonly provisioningState?: MarketplaceSubscriptionProvisioningState;\n}\n\nexport function marketplaceSubscriptionPropertiesSerializer(\n item: MarketplaceSubscriptionProperties,\n): any {\n return { modelId: item[\"modelId\"] };\n}\n\nexport function marketplaceSubscriptionPropertiesDeserializer(\n item: any,\n): MarketplaceSubscriptionProperties {\n return {\n marketplacePlan: !item[\"marketplacePlan\"]\n ? item[\"marketplacePlan\"]\n : marketplacePlanDeserializer(item[\"marketplacePlan\"]),\n marketplaceSubscriptionStatus: item[\"marketplaceSubscriptionStatus\"],\n modelId: item[\"modelId\"],\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** model interface MarketplacePlan */\nexport interface MarketplacePlan {\n /** The identifying name of the Offer of the Marketplace Plan. */\n readonly offerId?: string;\n /** The identifying name of the Plan of the Marketplace Plan. */\n readonly planId?: string;\n /** The identifying name of the Publisher of the Marketplace Plan. */\n readonly publisherId?: string;\n}\n\nexport function marketplacePlanDeserializer(item: any): MarketplacePlan {\n return {\n offerId: item[\"offerId\"],\n planId: item[\"planId\"],\n publisherId: item[\"publisherId\"],\n };\n}\n\n/** Known values of {@link MarketplaceSubscriptionStatus} that the service accepts. */\nexport enum KnownMarketplaceSubscriptionStatus {\n /**\n * The customer can now use the Marketplace Subscription's\n * model and will be billed.\n */\n Subscribed = \"Subscribed\",\n /**\n * The customer could not be billed for the Marketplace Subscription.\n * The customer will not be able to access the model.\n */\n Suspended = \"Suspended\",\n /**\n * Marketplace Subscriptions reach this state in response to an explicit customer or CSP action.\n * A Marketplace Subscription can also be canceled implicitly, as a result of nonpayment of dues,\n * after being in the Suspended state for some time.\n */\n Unsubscribed = \"Unsubscribed\",\n}\n\n/** Type of MarketplaceSubscriptionStatus */\nexport type MarketplaceSubscriptionStatus = string;\n\n/** Known values of {@link MarketplaceSubscriptionProvisioningState} that the service accepts. */\nexport enum KnownMarketplaceSubscriptionProvisioningState {\n /** MarketplaceSubscription is being created. */\n Creating = \"Creating\",\n /** MarketplaceSubscription is being deleted. */\n Deleting = \"Deleting\",\n /** MarketplaceSubscription is successfully provisioned. */\n Succeeded = \"Succeeded\",\n /** MarketplaceSubscription provisioning failed. */\n Failed = \"Failed\",\n /** MarketplaceSubscription is being updated. */\n Updating = \"Updating\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/** Type of MarketplaceSubscriptionProvisioningState */\nexport type MarketplaceSubscriptionProvisioningState = string;\n\n/** A paginated list of MarketplaceSubscription entities. */\nexport interface _MarketplaceSubscriptionResourceArmPaginatedResult {\n /** The MarketplaceSubscription items on this page */\n value: MarketplaceSubscription[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _marketplaceSubscriptionResourceArmPaginatedResultDeserializer(\n item: any,\n): _MarketplaceSubscriptionResourceArmPaginatedResult {\n return {\n value: marketplaceSubscriptionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function marketplaceSubscriptionArraySerializer(\n result: Array<MarketplaceSubscription>,\n): any[] {\n return result.map((item) => {\n return marketplaceSubscriptionSerializer(item);\n });\n}\n\nexport function marketplaceSubscriptionArrayDeserializer(\n result: Array<MarketplaceSubscription>,\n): any[] {\n return result.map((item) => {\n return marketplaceSubscriptionDeserializer(item);\n });\n}\n\n/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */\nexport interface OnlineEndpoint extends TrackedResource {\n /** [Required] Additional attributes of the entity. */\n properties: OnlineEndpointProperties;\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. */\n kind?: string;\n /** Sku details required for ARM contract for Autoscaling. */\n sku?: Sku;\n}\n\nexport function onlineEndpointSerializer(item: OnlineEndpoint): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: onlineEndpointPropertiesSerializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function onlineEndpointDeserializer(item: any): OnlineEndpoint {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: onlineEndpointPropertiesDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** Online endpoint configuration */\nexport interface OnlineEndpointProperties extends EndpointPropertiesBase {\n /**\n * ARM resource ID of the compute if it exists.\n * optional\n */\n compute?: string;\n /** Percentage of traffic to be mirrored to each deployment without using returned scoring. Traffic values need to sum to utmost 50. */\n mirrorTraffic?: Record<string, number>;\n /** Provisioning state for the endpoint. */\n readonly provisioningState?: EndpointProvisioningState;\n /** Enum to determine whether PublicNetworkAccess is Enabled or Disabled. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** Percentage of traffic from endpoint to divert to each deployment. Traffic values need to sum to 100. */\n traffic?: Record<string, number>;\n}\n\nexport function onlineEndpointPropertiesSerializer(item: OnlineEndpointProperties): any {\n return {\n authMode: item[\"authMode\"],\n description: item[\"description\"],\n keys: !item[\"keys\"] ? item[\"keys\"] : endpointAuthKeysSerializer(item[\"keys\"]),\n properties: item[\"properties\"],\n compute: item[\"compute\"],\n mirrorTraffic: item[\"mirrorTraffic\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n traffic: item[\"traffic\"],\n };\n}\n\nexport function onlineEndpointPropertiesDeserializer(item: any): OnlineEndpointProperties {\n return {\n authMode: item[\"authMode\"],\n description: item[\"description\"],\n keys: !item[\"keys\"] ? item[\"keys\"] : endpointAuthKeysDeserializer(item[\"keys\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n scoringUri: item[\"scoringUri\"],\n swaggerUri: item[\"swaggerUri\"],\n compute: item[\"compute\"],\n mirrorTraffic: !item[\"mirrorTraffic\"]\n ? item[\"mirrorTraffic\"]\n : Object.fromEntries(\n Object.entries(item[\"mirrorTraffic\"]).map(([k1, p1]: [string, any]) => [k1, p1]),\n ),\n provisioningState: item[\"provisioningState\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n traffic: !item[\"traffic\"]\n ? item[\"traffic\"]\n : Object.fromEntries(\n Object.entries(item[\"traffic\"]).map(([k1, p1]: [string, any]) => [k1, p1]),\n ),\n };\n}\n\n/** A paginated list of OnlineEndpoint entities. */\nexport interface _OnlineEndpointTrackedResourceArmPaginatedResult {\n /** The OnlineEndpoint items on this page */\n value: OnlineEndpoint[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _onlineEndpointTrackedResourceArmPaginatedResultDeserializer(\n item: any,\n): _OnlineEndpointTrackedResourceArmPaginatedResult {\n return {\n value: onlineEndpointArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function onlineEndpointArraySerializer(result: Array<OnlineEndpoint>): any[] {\n return result.map((item) => {\n return onlineEndpointSerializer(item);\n });\n}\n\nexport function onlineEndpointArrayDeserializer(result: Array<OnlineEndpoint>): any[] {\n return result.map((item) => {\n return onlineEndpointDeserializer(item);\n });\n}\n\n/** model interface RegenerateEndpointKeysRequest */\nexport interface RegenerateEndpointKeysRequest {\n /** [Required] Specification for which type of key to generate. Primary or Secondary. */\n keyType: KeyType;\n /** The value the key is set to. */\n keyValue?: string;\n}\n\nexport function regenerateEndpointKeysRequestSerializer(item: RegenerateEndpointKeysRequest): any {\n return { keyType: item[\"keyType\"], keyValue: item[\"keyValue\"] };\n}\n\n/** Known values of {@link KeyType} that the service accepts. */\nexport enum KnownKeyType {\n /** Primary */\n Primary = \"Primary\",\n /** Secondary */\n Secondary = \"Secondary\",\n}\n\n/** Type of KeyType */\nexport type KeyType = string;\n\n/** Service Token */\nexport interface EndpointAuthToken {\n /** Access token for endpoint authentication. */\n accessToken?: string;\n /** Access token expiry time (UTC). */\n expiryTimeUtc?: number;\n /** Refresh access token after time (UTC). */\n refreshAfterTimeUtc?: number;\n /** Access token type. */\n tokenType?: string;\n}\n\nexport function endpointAuthTokenDeserializer(item: any): EndpointAuthToken {\n return {\n accessToken: item[\"accessToken\"],\n expiryTimeUtc: item[\"expiryTimeUtc\"],\n refreshAfterTimeUtc: item[\"refreshAfterTimeUtc\"],\n tokenType: item[\"tokenType\"],\n };\n}\n\n/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */\nexport interface OnlineDeployment extends TrackedResource {\n /** [Required] Additional attributes of the entity. */\n properties: OnlineDeploymentPropertiesUnion;\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. */\n kind?: string;\n /** Sku details required for ARM contract for Autoscaling. */\n sku?: Sku;\n}\n\nexport function onlineDeploymentSerializer(item: OnlineDeployment): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: onlineDeploymentPropertiesUnionSerializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function onlineDeploymentDeserializer(item: any): OnlineDeployment {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: onlineDeploymentPropertiesUnionDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** model interface OnlineDeploymentProperties */\nexport interface OnlineDeploymentProperties extends EndpointDeploymentPropertiesBase {\n /** If true, enables Application Insights logging. */\n appInsightsEnabled?: boolean;\n /** The mdc configuration, we disable mdc when it's null. */\n dataCollector?: DataCollector;\n /** Enum to determine whether PublicNetworkAccess is Enabled or Disabled for egress of a deployment. */\n egressPublicNetworkAccess?: EgressPublicNetworkAccessType;\n /** [Required] The compute type of the endpoint. */\n /** The discriminator possible values: Kubernetes, Managed */\n endpointComputeType: EndpointComputeType;\n /** Compute instance type. Default: Standard_F4s_v2. */\n instanceType?: string;\n /** Liveness probe monitors the health of the container regularly. */\n livenessProbe?: ProbeSettings;\n /** The URI path to the model. */\n model?: string;\n /** The path to mount the model in custom container. */\n modelMountPath?: string;\n /** Provisioning state for the endpoint deployment. */\n readonly provisioningState?: DeploymentProvisioningState;\n /** Readiness probe validates if the container is ready to serve traffic. The properties and defaults are the same as liveness probe. */\n readinessProbe?: ProbeSettings;\n /** Request settings for the deployment. */\n requestSettings?: OnlineRequestSettings;\n /**\n * Scale settings for the deployment.\n * If it is null or not provided,\n * it defaults to TargetUtilizationScaleSettings for KubernetesOnlineDeployment\n * and to DefaultScaleSettings for ManagedOnlineDeployment.\n */\n scaleSettings?: OnlineScaleSettingsUnion;\n /** Startup probe verify whether an application within a container has started successfully. */\n startupProbe?: ProbeSettings;\n}\n\nexport function onlineDeploymentPropertiesSerializer(item: OnlineDeploymentProperties): any {\n return {\n codeConfiguration: !item[\"codeConfiguration\"]\n ? item[\"codeConfiguration\"]\n : codeConfigurationSerializer(item[\"codeConfiguration\"]),\n description: item[\"description\"],\n environmentId: item[\"environmentId\"],\n environmentVariables: item[\"environmentVariables\"],\n properties: item[\"properties\"],\n appInsightsEnabled: item[\"appInsightsEnabled\"],\n dataCollector: !item[\"dataCollector\"]\n ? item[\"dataCollector\"]\n : dataCollectorSerializer(item[\"dataCollector\"]),\n egressPublicNetworkAccess: item[\"egressPublicNetworkAccess\"],\n endpointComputeType: item[\"endpointComputeType\"],\n instanceType: item[\"instanceType\"],\n livenessProbe: !item[\"livenessProbe\"]\n ? item[\"livenessProbe\"]\n : probeSettingsSerializer(item[\"livenessProbe\"]),\n model: item[\"model\"],\n modelMountPath: item[\"modelMountPath\"],\n readinessProbe: !item[\"readinessProbe\"]\n ? item[\"readinessProbe\"]\n : probeSettingsSerializer(item[\"readinessProbe\"]),\n requestSettings: !item[\"requestSettings\"]\n ? item[\"requestSettings\"]\n : onlineRequestSettingsSerializer(item[\"requestSettings\"]),\n scaleSettings: !item[\"scaleSettings\"]\n ? item[\"scaleSettings\"]\n : onlineScaleSettingsUnionSerializer(item[\"scaleSettings\"]),\n startupProbe: !item[\"startupProbe\"]\n ? item[\"startupProbe\"]\n : probeSettingsSerializer(item[\"startupProbe\"]),\n };\n}\n\nexport function onlineDeploymentPropertiesDeserializer(item: any): OnlineDeploymentProperties {\n return {\n codeConfiguration: !item[\"codeConfiguration\"]\n ? item[\"codeConfiguration\"]\n : codeConfigurationDeserializer(item[\"codeConfiguration\"]),\n description: item[\"description\"],\n environmentId: item[\"environmentId\"],\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : Object.fromEntries(\n Object.entries(item[\"environmentVariables\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n appInsightsEnabled: item[\"appInsightsEnabled\"],\n dataCollector: !item[\"dataCollector\"]\n ? item[\"dataCollector\"]\n : dataCollectorDeserializer(item[\"dataCollector\"]),\n egressPublicNetworkAccess: item[\"egressPublicNetworkAccess\"],\n endpointComputeType: item[\"endpointComputeType\"],\n instanceType: item[\"instanceType\"],\n livenessProbe: !item[\"livenessProbe\"]\n ? item[\"livenessProbe\"]\n : probeSettingsDeserializer(item[\"livenessProbe\"]),\n model: item[\"model\"],\n modelMountPath: item[\"modelMountPath\"],\n provisioningState: item[\"provisioningState\"],\n readinessProbe: !item[\"readinessProbe\"]\n ? item[\"readinessProbe\"]\n : probeSettingsDeserializer(item[\"readinessProbe\"]),\n requestSettings: !item[\"requestSettings\"]\n ? item[\"requestSettings\"]\n : onlineRequestSettingsDeserializer(item[\"requestSettings\"]),\n scaleSettings: !item[\"scaleSettings\"]\n ? item[\"scaleSettings\"]\n : onlineScaleSettingsUnionDeserializer(item[\"scaleSettings\"]),\n startupProbe: !item[\"startupProbe\"]\n ? item[\"startupProbe\"]\n : probeSettingsDeserializer(item[\"startupProbe\"]),\n };\n}\n\n/** Alias for OnlineDeploymentPropertiesUnion */\nexport type OnlineDeploymentPropertiesUnion =\n | KubernetesOnlineDeployment\n | ManagedOnlineDeployment\n | OnlineDeploymentProperties;\n\nexport function onlineDeploymentPropertiesUnionSerializer(\n item: OnlineDeploymentPropertiesUnion,\n): any {\n switch (item.endpointComputeType) {\n case \"Kubernetes\":\n return kubernetesOnlineDeploymentSerializer(item as KubernetesOnlineDeployment);\n\n case \"Managed\":\n return managedOnlineDeploymentSerializer(item as ManagedOnlineDeployment);\n\n default:\n return onlineDeploymentPropertiesSerializer(item);\n }\n}\n\nexport function onlineDeploymentPropertiesUnionDeserializer(\n item: any,\n): OnlineDeploymentPropertiesUnion {\n switch (item[\"endpointComputeType\"]) {\n case \"Kubernetes\":\n return kubernetesOnlineDeploymentDeserializer(item as KubernetesOnlineDeployment);\n\n case \"Managed\":\n return managedOnlineDeploymentDeserializer(item as ManagedOnlineDeployment);\n\n default:\n return onlineDeploymentPropertiesDeserializer(item);\n }\n}\n\n/** model interface DataCollector */\nexport interface DataCollector {\n /**\n * [Required] The collection configuration. Each collection has it own configuration to collect model data and the name of collection can be arbitrary string.\n * Model data collector can be used for either payload logging or custom logging or both of them. Collection request and response are reserved for payload logging, others are for custom logging.\n */\n collections: Record<string, Collection | null>;\n /** The request logging configuration for mdc, it includes advanced logging settings for all collections. It's optional. */\n requestLogging?: RequestLogging;\n /**\n * When model data is collected to blob storage, we need to roll the data to different path to avoid logging all of them in a single blob file.\n * If the rolling rate is hour, all data will be collected in the blob path /yyyy/MM/dd/HH/.\n * If it's day, all data will be collected in blob path /yyyy/MM/dd/.\n * The other benefit of rolling path is that model monitoring ui is able to select a time range of data very quickly.\n */\n rollingRate?: RollingRateType;\n}\n\nexport function dataCollectorSerializer(item: DataCollector): any {\n return {\n collections: item[\"collections\"],\n requestLogging: !item[\"requestLogging\"]\n ? item[\"requestLogging\"]\n : requestLoggingSerializer(item[\"requestLogging\"]),\n rollingRate: item[\"rollingRate\"],\n };\n}\n\nexport function dataCollectorDeserializer(item: any): DataCollector {\n return {\n collections: Object.fromEntries(\n Object.entries(item[\"collections\"]).map(([k, p]: [string, any]) => [\n k,\n !p ? p : collectionDeserializer(p),\n ]),\n ),\n requestLogging: !item[\"requestLogging\"]\n ? item[\"requestLogging\"]\n : requestLoggingDeserializer(item[\"requestLogging\"]),\n rollingRate: item[\"rollingRate\"],\n };\n}\n\n/** model interface Collection */\nexport interface Collection {\n /** The msi client id used to collect logging to blob storage. If it's null,backend will pick a registered endpoint identity to auth. */\n clientId?: string;\n /** Enable or disable data collection. */\n dataCollectionMode?: DataCollectionMode;\n /** The data asset arm resource id. Client side will ensure data asset is pointing to the blob storage, and backend will collect data to the blob storage. */\n dataId?: string;\n /** The sampling rate for collection. Sampling rate 1.0 means we collect 100% of data by default. */\n samplingRate?: number;\n}\n\nexport function collectionSerializer(item: Collection): any {\n return {\n clientId: item[\"clientId\"],\n dataCollectionMode: item[\"dataCollectionMode\"],\n dataId: item[\"dataId\"],\n samplingRate: item[\"samplingRate\"],\n };\n}\n\nexport function collectionDeserializer(item: any): Collection {\n return {\n clientId: item[\"clientId\"],\n dataCollectionMode: item[\"dataCollectionMode\"],\n dataId: item[\"dataId\"],\n samplingRate: item[\"samplingRate\"],\n };\n}\n\n/** Known values of {@link DataCollectionMode} that the service accepts. */\nexport enum KnownDataCollectionMode {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/** Type of DataCollectionMode */\nexport type DataCollectionMode = string;\n\n/** model interface RequestLogging */\nexport interface RequestLogging {\n /** For payload logging, we only collect payload by default. If customers also want to collect the specified headers, they can set them in captureHeaders so that backend will collect those headers along with payload. */\n captureHeaders?: string[];\n}\n\nexport function requestLoggingSerializer(item: RequestLogging): any {\n return {\n captureHeaders: !item[\"captureHeaders\"]\n ? item[\"captureHeaders\"]\n : item[\"captureHeaders\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function requestLoggingDeserializer(item: any): RequestLogging {\n return {\n captureHeaders: !item[\"captureHeaders\"]\n ? item[\"captureHeaders\"]\n : item[\"captureHeaders\"].map((p1: any) => {\n return p1;\n }),\n };\n}\n\n/** Known values of {@link RollingRateType} that the service accepts. */\nexport enum KnownRollingRateType {\n /** Year */\n Year = \"Year\",\n /** Month */\n Month = \"Month\",\n /** Day */\n Day = \"Day\",\n /** Hour */\n Hour = \"Hour\",\n /** Minute */\n Minute = \"Minute\",\n}\n\n/** Type of RollingRateType */\nexport type RollingRateType = string;\n\n/** Enum to determine whether PublicNetworkAccess is Enabled or Disabled for egress of a deployment. */\nexport enum KnownEgressPublicNetworkAccessType {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Enum to determine whether PublicNetworkAccess is Enabled or Disabled for egress of a deployment. \\\n * {@link KnownEgressPublicNetworkAccessType} can be used interchangeably with EgressPublicNetworkAccessType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type EgressPublicNetworkAccessType = string;\n\n/** Online deployment scoring requests configuration. */\nexport interface OnlineRequestSettings {\n /** The number of maximum concurrent requests per node allowed per deployment. Defaults to 1. */\n maxConcurrentRequestsPerInstance?: number;\n /**\n * (Deprecated for Managed Online Endpoints) The maximum amount of time a request will stay in the queue in ISO 8601 format.\n * Defaults to 500ms.\n * (Now increase `request_timeout_ms` to account for any networking/queue delays)\n */\n maxQueueWait?: string;\n /**\n * The scoring timeout in ISO 8601 format.\n * Defaults to 5000ms.\n */\n requestTimeout?: string;\n}\n\nexport function onlineRequestSettingsSerializer(item: OnlineRequestSettings): any {\n return {\n maxConcurrentRequestsPerInstance: item[\"maxConcurrentRequestsPerInstance\"],\n maxQueueWait: item[\"maxQueueWait\"],\n requestTimeout: item[\"requestTimeout\"],\n };\n}\n\nexport function onlineRequestSettingsDeserializer(item: any): OnlineRequestSettings {\n return {\n maxConcurrentRequestsPerInstance: item[\"maxConcurrentRequestsPerInstance\"],\n maxQueueWait: item[\"maxQueueWait\"],\n requestTimeout: item[\"requestTimeout\"],\n };\n}\n\n/** Online deployment scaling configuration. */\nexport interface OnlineScaleSettings {\n /** [Required] Type of deployment scaling algorithm */\n /** The discriminator possible values: Default, TargetUtilization */\n scaleType: ScaleType;\n}\n\nexport function onlineScaleSettingsSerializer(item: OnlineScaleSettings): any {\n return { scaleType: item[\"scaleType\"] };\n}\n\nexport function onlineScaleSettingsDeserializer(item: any): OnlineScaleSettings {\n return {\n scaleType: item[\"scaleType\"],\n };\n}\n\n/** Alias for OnlineScaleSettingsUnion */\nexport type OnlineScaleSettingsUnion =\n | DefaultScaleSettings\n | TargetUtilizationScaleSettings\n | OnlineScaleSettings;\n\nexport function onlineScaleSettingsUnionSerializer(item: OnlineScaleSettingsUnion): any {\n switch (item.scaleType) {\n case \"Default\":\n return defaultScaleSettingsSerializer(item as DefaultScaleSettings);\n\n case \"TargetUtilization\":\n return targetUtilizationScaleSettingsSerializer(item as TargetUtilizationScaleSettings);\n\n default:\n return onlineScaleSettingsSerializer(item);\n }\n}\n\nexport function onlineScaleSettingsUnionDeserializer(item: any): OnlineScaleSettingsUnion {\n switch (item[\"scaleType\"]) {\n case \"Default\":\n return defaultScaleSettingsDeserializer(item as DefaultScaleSettings);\n\n case \"TargetUtilization\":\n return targetUtilizationScaleSettingsDeserializer(item as TargetUtilizationScaleSettings);\n\n default:\n return onlineScaleSettingsDeserializer(item);\n }\n}\n\n/** Known values of {@link ScaleType} that the service accepts. */\nexport enum KnownScaleType {\n /** Default */\n Default = \"Default\",\n /** TargetUtilization */\n TargetUtilization = \"TargetUtilization\",\n}\n\n/** Type of ScaleType */\nexport type ScaleType = string;\n\n/** model interface DefaultScaleSettings */\nexport interface DefaultScaleSettings extends OnlineScaleSettings {\n /** [Required] Type of deployment scaling algorithm */\n scaleType: \"Default\";\n}\n\nexport function defaultScaleSettingsSerializer(item: DefaultScaleSettings): any {\n return { scaleType: item[\"scaleType\"] };\n}\n\nexport function defaultScaleSettingsDeserializer(item: any): DefaultScaleSettings {\n return {\n scaleType: item[\"scaleType\"],\n };\n}\n\n/** model interface TargetUtilizationScaleSettings */\nexport interface TargetUtilizationScaleSettings extends OnlineScaleSettings {\n /** The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. */\n maxInstances?: number;\n /** The minimum number of instances to always be present. */\n minInstances?: number;\n /** The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. */\n pollingInterval?: string;\n /** Target CPU usage for the autoscaler. */\n targetUtilizationPercentage?: number;\n /** [Required] Type of deployment scaling algorithm */\n scaleType: \"TargetUtilization\";\n}\n\nexport function targetUtilizationScaleSettingsSerializer(\n item: TargetUtilizationScaleSettings,\n): any {\n return {\n scaleType: item[\"scaleType\"],\n maxInstances: item[\"maxInstances\"],\n minInstances: item[\"minInstances\"],\n pollingInterval: item[\"pollingInterval\"],\n targetUtilizationPercentage: item[\"targetUtilizationPercentage\"],\n };\n}\n\nexport function targetUtilizationScaleSettingsDeserializer(\n item: any,\n): TargetUtilizationScaleSettings {\n return {\n scaleType: item[\"scaleType\"],\n maxInstances: item[\"maxInstances\"],\n minInstances: item[\"minInstances\"],\n pollingInterval: item[\"pollingInterval\"],\n targetUtilizationPercentage: item[\"targetUtilizationPercentage\"],\n };\n}\n\n/** Properties specific to a KubernetesOnlineDeployment. */\nexport interface KubernetesOnlineDeployment extends OnlineDeploymentProperties {\n /** The resource requirements for the container (cpu and memory). */\n containerResourceRequirements?: ContainerResourceRequirements;\n /** [Required] The compute type of the endpoint. */\n endpointComputeType: \"Kubernetes\";\n}\n\nexport function kubernetesOnlineDeploymentSerializer(item: KubernetesOnlineDeployment): any {\n return {\n appInsightsEnabled: item[\"appInsightsEnabled\"],\n dataCollector: !item[\"dataCollector\"]\n ? item[\"dataCollector\"]\n : dataCollectorSerializer(item[\"dataCollector\"]),\n egressPublicNetworkAccess: item[\"egressPublicNetworkAccess\"],\n endpointComputeType: item[\"endpointComputeType\"],\n instanceType: item[\"instanceType\"],\n livenessProbe: !item[\"livenessProbe\"]\n ? item[\"livenessProbe\"]\n : probeSettingsSerializer(item[\"livenessProbe\"]),\n model: item[\"model\"],\n modelMountPath: item[\"modelMountPath\"],\n readinessProbe: !item[\"readinessProbe\"]\n ? item[\"readinessProbe\"]\n : probeSettingsSerializer(item[\"readinessProbe\"]),\n requestSettings: !item[\"requestSettings\"]\n ? item[\"requestSettings\"]\n : onlineRequestSettingsSerializer(item[\"requestSettings\"]),\n scaleSettings: !item[\"scaleSettings\"]\n ? item[\"scaleSettings\"]\n : onlineScaleSettingsUnionSerializer(item[\"scaleSettings\"]),\n startupProbe: !item[\"startupProbe\"]\n ? item[\"startupProbe\"]\n : probeSettingsSerializer(item[\"startupProbe\"]),\n codeConfiguration: !item[\"codeConfiguration\"]\n ? item[\"codeConfiguration\"]\n : codeConfigurationSerializer(item[\"codeConfiguration\"]),\n description: item[\"description\"],\n environmentId: item[\"environmentId\"],\n environmentVariables: item[\"environmentVariables\"],\n properties: item[\"properties\"],\n containerResourceRequirements: !item[\"containerResourceRequirements\"]\n ? item[\"containerResourceRequirements\"]\n : containerResourceRequirementsSerializer(item[\"containerResourceRequirements\"]),\n };\n}\n\nexport function kubernetesOnlineDeploymentDeserializer(item: any): KubernetesOnlineDeployment {\n return {\n appInsightsEnabled: item[\"appInsightsEnabled\"],\n dataCollector: !item[\"dataCollector\"]\n ? item[\"dataCollector\"]\n : dataCollectorDeserializer(item[\"dataCollector\"]),\n egressPublicNetworkAccess: item[\"egressPublicNetworkAccess\"],\n endpointComputeType: item[\"endpointComputeType\"],\n instanceType: item[\"instanceType\"],\n livenessProbe: !item[\"livenessProbe\"]\n ? item[\"livenessProbe\"]\n : probeSettingsDeserializer(item[\"livenessProbe\"]),\n model: item[\"model\"],\n modelMountPath: item[\"modelMountPath\"],\n provisioningState: item[\"provisioningState\"],\n readinessProbe: !item[\"readinessProbe\"]\n ? item[\"readinessProbe\"]\n : probeSettingsDeserializer(item[\"readinessProbe\"]),\n requestSettings: !item[\"requestSettings\"]\n ? item[\"requestSettings\"]\n : onlineRequestSettingsDeserializer(item[\"requestSettings\"]),\n scaleSettings: !item[\"scaleSettings\"]\n ? item[\"scaleSettings\"]\n : onlineScaleSettingsUnionDeserializer(item[\"scaleSettings\"]),\n startupProbe: !item[\"startupProbe\"]\n ? item[\"startupProbe\"]\n : probeSettingsDeserializer(item[\"startupProbe\"]),\n codeConfiguration: !item[\"codeConfiguration\"]\n ? item[\"codeConfiguration\"]\n : codeConfigurationDeserializer(item[\"codeConfiguration\"]),\n description: item[\"description\"],\n environmentId: item[\"environmentId\"],\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : Object.fromEntries(\n Object.entries(item[\"environmentVariables\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n containerResourceRequirements: !item[\"containerResourceRequirements\"]\n ? item[\"containerResourceRequirements\"]\n : containerResourceRequirementsDeserializer(item[\"containerResourceRequirements\"]),\n };\n}\n\n/** Resource requirements for each container instance within an online deployment. */\nexport interface ContainerResourceRequirements {\n /** Container resource limit info: */\n containerResourceLimits?: ContainerResourceSettings;\n /** Container resource request info: */\n containerResourceRequests?: ContainerResourceSettings;\n}\n\nexport function containerResourceRequirementsSerializer(item: ContainerResourceRequirements): any {\n return {\n containerResourceLimits: !item[\"containerResourceLimits\"]\n ? item[\"containerResourceLimits\"]\n : containerResourceSettingsSerializer(item[\"containerResourceLimits\"]),\n containerResourceRequests: !item[\"containerResourceRequests\"]\n ? item[\"containerResourceRequests\"]\n : containerResourceSettingsSerializer(item[\"containerResourceRequests\"]),\n };\n}\n\nexport function containerResourceRequirementsDeserializer(\n item: any,\n): ContainerResourceRequirements {\n return {\n containerResourceLimits: !item[\"containerResourceLimits\"]\n ? item[\"containerResourceLimits\"]\n : containerResourceSettingsDeserializer(item[\"containerResourceLimits\"]),\n containerResourceRequests: !item[\"containerResourceRequests\"]\n ? item[\"containerResourceRequests\"]\n : containerResourceSettingsDeserializer(item[\"containerResourceRequests\"]),\n };\n}\n\n/** model interface ContainerResourceSettings */\nexport interface ContainerResourceSettings {\n /**\n * Number of vCPUs request/limit for container. More info:\n * https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\n */\n cpu?: string;\n /**\n * Number of Nvidia GPU cards request/limit for container. More info:\n * https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\n */\n gpu?: string;\n /**\n * Memory size request/limit for container. More info:\n * https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/\n */\n memory?: string;\n}\n\nexport function containerResourceSettingsSerializer(item: ContainerResourceSettings): any {\n return { cpu: item[\"cpu\"], gpu: item[\"gpu\"], memory: item[\"memory\"] };\n}\n\nexport function containerResourceSettingsDeserializer(item: any): ContainerResourceSettings {\n return {\n cpu: item[\"cpu\"],\n gpu: item[\"gpu\"],\n memory: item[\"memory\"],\n };\n}\n\n/** Properties specific to a ManagedOnlineDeployment. */\nexport interface ManagedOnlineDeployment extends OnlineDeploymentProperties {\n /** [Required] The compute type of the endpoint. */\n endpointComputeType: \"Managed\";\n}\n\nexport function managedOnlineDeploymentSerializer(item: ManagedOnlineDeployment): any {\n return {\n appInsightsEnabled: item[\"appInsightsEnabled\"],\n dataCollector: !item[\"dataCollector\"]\n ? item[\"dataCollector\"]\n : dataCollectorSerializer(item[\"dataCollector\"]),\n egressPublicNetworkAccess: item[\"egressPublicNetworkAccess\"],\n endpointComputeType: item[\"endpointComputeType\"],\n instanceType: item[\"instanceType\"],\n livenessProbe: !item[\"livenessProbe\"]\n ? item[\"livenessProbe\"]\n : probeSettingsSerializer(item[\"livenessProbe\"]),\n model: item[\"model\"],\n modelMountPath: item[\"modelMountPath\"],\n readinessProbe: !item[\"readinessProbe\"]\n ? item[\"readinessProbe\"]\n : probeSettingsSerializer(item[\"readinessProbe\"]),\n requestSettings: !item[\"requestSettings\"]\n ? item[\"requestSettings\"]\n : onlineRequestSettingsSerializer(item[\"requestSettings\"]),\n scaleSettings: !item[\"scaleSettings\"]\n ? item[\"scaleSettings\"]\n : onlineScaleSettingsUnionSerializer(item[\"scaleSettings\"]),\n startupProbe: !item[\"startupProbe\"]\n ? item[\"startupProbe\"]\n : probeSettingsSerializer(item[\"startupProbe\"]),\n codeConfiguration: !item[\"codeConfiguration\"]\n ? item[\"codeConfiguration\"]\n : codeConfigurationSerializer(item[\"codeConfiguration\"]),\n description: item[\"description\"],\n environmentId: item[\"environmentId\"],\n environmentVariables: item[\"environmentVariables\"],\n properties: item[\"properties\"],\n };\n}\n\nexport function managedOnlineDeploymentDeserializer(item: any): ManagedOnlineDeployment {\n return {\n appInsightsEnabled: item[\"appInsightsEnabled\"],\n dataCollector: !item[\"dataCollector\"]\n ? item[\"dataCollector\"]\n : dataCollectorDeserializer(item[\"dataCollector\"]),\n egressPublicNetworkAccess: item[\"egressPublicNetworkAccess\"],\n endpointComputeType: item[\"endpointComputeType\"],\n instanceType: item[\"instanceType\"],\n livenessProbe: !item[\"livenessProbe\"]\n ? item[\"livenessProbe\"]\n : probeSettingsDeserializer(item[\"livenessProbe\"]),\n model: item[\"model\"],\n modelMountPath: item[\"modelMountPath\"],\n provisioningState: item[\"provisioningState\"],\n readinessProbe: !item[\"readinessProbe\"]\n ? item[\"readinessProbe\"]\n : probeSettingsDeserializer(item[\"readinessProbe\"]),\n requestSettings: !item[\"requestSettings\"]\n ? item[\"requestSettings\"]\n : onlineRequestSettingsDeserializer(item[\"requestSettings\"]),\n scaleSettings: !item[\"scaleSettings\"]\n ? item[\"scaleSettings\"]\n : onlineScaleSettingsUnionDeserializer(item[\"scaleSettings\"]),\n startupProbe: !item[\"startupProbe\"]\n ? item[\"startupProbe\"]\n : probeSettingsDeserializer(item[\"startupProbe\"]),\n codeConfiguration: !item[\"codeConfiguration\"]\n ? item[\"codeConfiguration\"]\n : codeConfigurationDeserializer(item[\"codeConfiguration\"]),\n description: item[\"description\"],\n environmentId: item[\"environmentId\"],\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : Object.fromEntries(\n Object.entries(item[\"environmentVariables\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n };\n}\n\n/** A paginated list of OnlineDeployment entities. */\nexport interface _OnlineDeploymentTrackedResourceArmPaginatedResult {\n /** The OnlineDeployment items on this page */\n value: OnlineDeployment[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _onlineDeploymentTrackedResourceArmPaginatedResultDeserializer(\n item: any,\n): _OnlineDeploymentTrackedResourceArmPaginatedResult {\n return {\n value: onlineDeploymentArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function onlineDeploymentArraySerializer(result: Array<OnlineDeployment>): any[] {\n return result.map((item) => {\n return onlineDeploymentSerializer(item);\n });\n}\n\nexport function onlineDeploymentArrayDeserializer(result: Array<OnlineDeployment>): any[] {\n return result.map((item) => {\n return onlineDeploymentDeserializer(item);\n });\n}\n\n/** model interface DeploymentLogsRequest */\nexport interface DeploymentLogsRequest {\n /** The type of container to retrieve logs from. */\n containerType?: ContainerType;\n /** The maximum number of lines to tail. */\n tail?: number;\n}\n\nexport function deploymentLogsRequestSerializer(item: DeploymentLogsRequest): any {\n return { containerType: item[\"containerType\"], tail: item[\"tail\"] };\n}\n\n/** Known values of {@link ContainerType} that the service accepts. */\nexport enum KnownContainerType {\n /** StorageInitializer */\n StorageInitializer = \"StorageInitializer\",\n /** InferenceServer */\n InferenceServer = \"InferenceServer\",\n}\n\n/** Type of ContainerType */\nexport type ContainerType = string;\n\n/** model interface DeploymentLogs */\nexport interface DeploymentLogs {\n /** The retrieved online deployment logs. */\n content?: string;\n}\n\nexport function deploymentLogsDeserializer(item: any): DeploymentLogs {\n return {\n content: item[\"content\"],\n };\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface Schedule extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: ScheduleProperties;\n}\n\nexport function scheduleSerializer(item: Schedule): any {\n return { properties: schedulePropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function scheduleDeserializer(item: any): Schedule {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: schedulePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Base definition of a schedule */\nexport interface ScheduleProperties extends ResourceBase {\n /** [Required] Specifies the action of the schedule */\n action: ScheduleActionBaseUnion;\n /** Display name of schedule. */\n displayName?: string;\n /** Is the schedule enabled? */\n isEnabled?: boolean;\n /** Provisioning state for the schedule. */\n readonly provisioningState?: ScheduleProvisioningStatus;\n /** [Required] Specifies the trigger details */\n trigger: TriggerBaseUnion;\n}\n\nexport function schedulePropertiesSerializer(item: ScheduleProperties): any {\n return {\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n action: scheduleActionBaseUnionSerializer(item[\"action\"]),\n displayName: item[\"displayName\"],\n isEnabled: item[\"isEnabled\"],\n trigger: triggerBaseUnionSerializer(item[\"trigger\"]),\n };\n}\n\nexport function schedulePropertiesDeserializer(item: any): ScheduleProperties {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n action: scheduleActionBaseUnionDeserializer(item[\"action\"]),\n displayName: item[\"displayName\"],\n isEnabled: item[\"isEnabled\"],\n provisioningState: item[\"provisioningState\"],\n trigger: triggerBaseUnionDeserializer(item[\"trigger\"]),\n };\n}\n\n/** model interface ScheduleActionBase */\nexport interface ScheduleActionBase {\n /** [Required] Specifies the action type of the schedule */\n /** The discriminator possible values: CreateMonitor, InvokeBatchEndpoint, CreateJob */\n actionType: ScheduleActionType;\n}\n\nexport function scheduleActionBaseSerializer(item: ScheduleActionBase): any {\n return { actionType: item[\"actionType\"] };\n}\n\nexport function scheduleActionBaseDeserializer(item: any): ScheduleActionBase {\n return {\n actionType: item[\"actionType\"],\n };\n}\n\n/** Alias for ScheduleActionBaseUnion */\nexport type ScheduleActionBaseUnion =\n | CreateMonitorAction\n | EndpointScheduleAction\n | JobScheduleAction\n | ScheduleActionBase;\n\nexport function scheduleActionBaseUnionSerializer(item: ScheduleActionBaseUnion): any {\n switch (item.actionType) {\n case \"CreateMonitor\":\n return createMonitorActionSerializer(item as CreateMonitorAction);\n\n case \"InvokeBatchEndpoint\":\n return endpointScheduleActionSerializer(item as EndpointScheduleAction);\n\n case \"CreateJob\":\n return jobScheduleActionSerializer(item as JobScheduleAction);\n\n default:\n return scheduleActionBaseSerializer(item);\n }\n}\n\nexport function scheduleActionBaseUnionDeserializer(item: any): ScheduleActionBaseUnion {\n switch (item[\"actionType\"]) {\n case \"CreateMonitor\":\n return createMonitorActionDeserializer(item as CreateMonitorAction);\n\n case \"InvokeBatchEndpoint\":\n return endpointScheduleActionDeserializer(item as EndpointScheduleAction);\n\n case \"CreateJob\":\n return jobScheduleActionDeserializer(item as JobScheduleAction);\n\n default:\n return scheduleActionBaseDeserializer(item);\n }\n}\n\n/** Known values of {@link ScheduleActionType} that the service accepts. */\nexport enum KnownScheduleActionType {\n /** CreateJob */\n CreateJob = \"CreateJob\",\n /** InvokeBatchEndpoint */\n InvokeBatchEndpoint = \"InvokeBatchEndpoint\",\n /** CreateMonitor */\n CreateMonitor = \"CreateMonitor\",\n}\n\n/** Type of ScheduleActionType */\nexport type ScheduleActionType = string;\n\n/** model interface CreateMonitorAction */\nexport interface CreateMonitorAction extends ScheduleActionBase {\n /** [Required] Defines the monitor. */\n monitorDefinition: MonitorDefinition;\n /** [Required] Specifies the action type of the schedule */\n actionType: \"CreateMonitor\";\n}\n\nexport function createMonitorActionSerializer(item: CreateMonitorAction): any {\n return {\n actionType: item[\"actionType\"],\n monitorDefinition: monitorDefinitionSerializer(item[\"monitorDefinition\"]),\n };\n}\n\nexport function createMonitorActionDeserializer(item: any): CreateMonitorAction {\n return {\n actionType: item[\"actionType\"],\n monitorDefinition: monitorDefinitionDeserializer(item[\"monitorDefinition\"]),\n };\n}\n\n/** model interface MonitorDefinition */\nexport interface MonitorDefinition {\n /** The monitor's notification settings. */\n alertNotificationSettings?: MonitorNotificationSettings;\n /** [Required] The ARM resource ID of the compute resource to run the monitoring job on. */\n computeConfiguration: MonitorComputeConfigurationBaseUnion;\n /** The entities targeted by the monitor. */\n monitoringTarget?: MonitoringTarget;\n /** [Required] The signals to monitor. */\n signals: Record<string, MonitoringSignalBaseUnion | null>;\n}\n\nexport function monitorDefinitionSerializer(item: MonitorDefinition): any {\n return {\n alertNotificationSettings: !item[\"alertNotificationSettings\"]\n ? item[\"alertNotificationSettings\"]\n : monitorNotificationSettingsSerializer(item[\"alertNotificationSettings\"]),\n computeConfiguration: monitorComputeConfigurationBaseUnionSerializer(\n item[\"computeConfiguration\"],\n ),\n monitoringTarget: !item[\"monitoringTarget\"]\n ? item[\"monitoringTarget\"]\n : monitoringTargetSerializer(item[\"monitoringTarget\"]),\n signals: item[\"signals\"],\n };\n}\n\nexport function monitorDefinitionDeserializer(item: any): MonitorDefinition {\n return {\n alertNotificationSettings: !item[\"alertNotificationSettings\"]\n ? item[\"alertNotificationSettings\"]\n : monitorNotificationSettingsDeserializer(item[\"alertNotificationSettings\"]),\n computeConfiguration: monitorComputeConfigurationBaseUnionDeserializer(\n item[\"computeConfiguration\"],\n ),\n monitoringTarget: !item[\"monitoringTarget\"]\n ? item[\"monitoringTarget\"]\n : monitoringTargetDeserializer(item[\"monitoringTarget\"]),\n signals: Object.fromEntries(\n Object.entries(item[\"signals\"]).map(([k, p]: [string, any]) => [\n k,\n !p ? p : monitoringSignalBaseUnionDeserializer(p),\n ]),\n ),\n };\n}\n\n/** model interface MonitorNotificationSettings */\nexport interface MonitorNotificationSettings {\n /** The AML notification email settings. */\n emailNotificationSettings?: MonitorEmailNotificationSettings;\n}\n\nexport function monitorNotificationSettingsSerializer(item: MonitorNotificationSettings): any {\n return {\n emailNotificationSettings: !item[\"emailNotificationSettings\"]\n ? item[\"emailNotificationSettings\"]\n : monitorEmailNotificationSettingsSerializer(item[\"emailNotificationSettings\"]),\n };\n}\n\nexport function monitorNotificationSettingsDeserializer(item: any): MonitorNotificationSettings {\n return {\n emailNotificationSettings: !item[\"emailNotificationSettings\"]\n ? item[\"emailNotificationSettings\"]\n : monitorEmailNotificationSettingsDeserializer(item[\"emailNotificationSettings\"]),\n };\n}\n\n/** model interface MonitorEmailNotificationSettings */\nexport interface MonitorEmailNotificationSettings {\n /** The email recipient list which has a limitation of 499 characters in total. */\n emails?: string[];\n}\n\nexport function monitorEmailNotificationSettingsSerializer(\n item: MonitorEmailNotificationSettings,\n): any {\n return {\n emails: !item[\"emails\"]\n ? item[\"emails\"]\n : item[\"emails\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function monitorEmailNotificationSettingsDeserializer(\n item: any,\n): MonitorEmailNotificationSettings {\n return {\n emails: !item[\"emails\"]\n ? item[\"emails\"]\n : item[\"emails\"].map((p1: any) => {\n return p1;\n }),\n };\n}\n\n/** Monitor compute configuration base definition. */\nexport interface MonitorComputeConfigurationBase {\n /** [Required] Specifies the type of signal to monitor. */\n /** The discriminator possible values: ServerlessSpark */\n computeType: MonitorComputeType;\n}\n\nexport function monitorComputeConfigurationBaseSerializer(\n item: MonitorComputeConfigurationBase,\n): any {\n return { computeType: item[\"computeType\"] };\n}\n\nexport function monitorComputeConfigurationBaseDeserializer(\n item: any,\n): MonitorComputeConfigurationBase {\n return {\n computeType: item[\"computeType\"],\n };\n}\n\n/** Alias for MonitorComputeConfigurationBaseUnion */\nexport type MonitorComputeConfigurationBaseUnion =\n | MonitorServerlessSparkCompute\n | MonitorComputeConfigurationBase;\n\nexport function monitorComputeConfigurationBaseUnionSerializer(\n item: MonitorComputeConfigurationBaseUnion,\n): any {\n switch (item.computeType) {\n case \"ServerlessSpark\":\n return monitorServerlessSparkComputeSerializer(item as MonitorServerlessSparkCompute);\n\n default:\n return monitorComputeConfigurationBaseSerializer(item);\n }\n}\n\nexport function monitorComputeConfigurationBaseUnionDeserializer(\n item: any,\n): MonitorComputeConfigurationBaseUnion {\n switch (item[\"computeType\"]) {\n case \"ServerlessSpark\":\n return monitorServerlessSparkComputeDeserializer(item as MonitorServerlessSparkCompute);\n\n default:\n return monitorComputeConfigurationBaseDeserializer(item);\n }\n}\n\n/** Monitor compute type enum. */\nexport enum KnownMonitorComputeType {\n /** Serverless Spark compute. */\n ServerlessSpark = \"ServerlessSpark\",\n}\n\n/**\n * Monitor compute type enum. \\\n * {@link KnownMonitorComputeType} can be used interchangeably with MonitorComputeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ServerlessSpark**: Serverless Spark compute.\n */\nexport type MonitorComputeType = string;\n\n/** Monitor serverless spark compute definition. */\nexport interface MonitorServerlessSparkCompute extends MonitorComputeConfigurationBase {\n /** [Required] The identity scheme leveraged to by the spark jobs running on serverless Spark. */\n computeIdentity: MonitorComputeIdentityBaseUnion;\n /** [Required] The instance type running the Spark job. */\n instanceType: string;\n /** [Required] The Spark runtime version. */\n runtimeVersion: string;\n /** [Required] Specifies the type of signal to monitor. */\n computeType: \"ServerlessSpark\";\n}\n\nexport function monitorServerlessSparkComputeSerializer(item: MonitorServerlessSparkCompute): any {\n return {\n computeType: item[\"computeType\"],\n computeIdentity: monitorComputeIdentityBaseUnionSerializer(item[\"computeIdentity\"]),\n instanceType: item[\"instanceType\"],\n runtimeVersion: item[\"runtimeVersion\"],\n };\n}\n\nexport function monitorServerlessSparkComputeDeserializer(\n item: any,\n): MonitorServerlessSparkCompute {\n return {\n computeType: item[\"computeType\"],\n computeIdentity: monitorComputeIdentityBaseUnionDeserializer(item[\"computeIdentity\"]),\n instanceType: item[\"instanceType\"],\n runtimeVersion: item[\"runtimeVersion\"],\n };\n}\n\n/** Monitor compute identity base definition. */\nexport interface MonitorComputeIdentityBase {\n /** [Required] Specifies the type of identity to use within the monitoring jobs. */\n /** The discriminator possible values: AmlToken, ManagedIdentity */\n computeIdentityType: MonitorComputeIdentityType;\n}\n\nexport function monitorComputeIdentityBaseSerializer(item: MonitorComputeIdentityBase): any {\n return { computeIdentityType: item[\"computeIdentityType\"] };\n}\n\nexport function monitorComputeIdentityBaseDeserializer(item: any): MonitorComputeIdentityBase {\n return {\n computeIdentityType: item[\"computeIdentityType\"],\n };\n}\n\n/** Alias for MonitorComputeIdentityBaseUnion */\nexport type MonitorComputeIdentityBaseUnion =\n | AmlTokenComputeIdentity\n | ManagedComputeIdentity\n | MonitorComputeIdentityBase;\n\nexport function monitorComputeIdentityBaseUnionSerializer(\n item: MonitorComputeIdentityBaseUnion,\n): any {\n switch (item.computeIdentityType) {\n case \"AmlToken\":\n return amlTokenComputeIdentitySerializer(item as AmlTokenComputeIdentity);\n\n case \"ManagedIdentity\":\n return managedComputeIdentitySerializer(item as ManagedComputeIdentity);\n\n default:\n return monitorComputeIdentityBaseSerializer(item);\n }\n}\n\nexport function monitorComputeIdentityBaseUnionDeserializer(\n item: any,\n): MonitorComputeIdentityBaseUnion {\n switch (item[\"computeIdentityType\"]) {\n case \"AmlToken\":\n return amlTokenComputeIdentityDeserializer(item as AmlTokenComputeIdentity);\n\n case \"ManagedIdentity\":\n return managedComputeIdentityDeserializer(item as ManagedComputeIdentity);\n\n default:\n return monitorComputeIdentityBaseDeserializer(item);\n }\n}\n\n/** Monitor compute identity type enum. */\nexport enum KnownMonitorComputeIdentityType {\n /** Authenticates through user's AML token. */\n AmlToken = \"AmlToken\",\n /** Authenticates through a user-provided managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n}\n\n/**\n * Monitor compute identity type enum. \\\n * {@link KnownMonitorComputeIdentityType} can be used interchangeably with MonitorComputeIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AmlToken**: Authenticates through user's AML token. \\\n * **ManagedIdentity**: Authenticates through a user-provided managed identity.\n */\nexport type MonitorComputeIdentityType = string;\n\n/** AML token compute identity definition. */\nexport interface AmlTokenComputeIdentity extends MonitorComputeIdentityBase {\n /** [Required] Specifies the type of identity to use within the monitoring jobs. */\n computeIdentityType: \"AmlToken\";\n}\n\nexport function amlTokenComputeIdentitySerializer(item: AmlTokenComputeIdentity): any {\n return { computeIdentityType: item[\"computeIdentityType\"] };\n}\n\nexport function amlTokenComputeIdentityDeserializer(item: any): AmlTokenComputeIdentity {\n return {\n computeIdentityType: item[\"computeIdentityType\"],\n };\n}\n\n/** Managed compute identity definition. */\nexport interface ManagedComputeIdentity extends MonitorComputeIdentityBase {\n /** The identity which will be leveraged by the monitoring jobs. */\n identity?: ManagedServiceIdentity;\n /** [Required] Specifies the type of identity to use within the monitoring jobs. */\n computeIdentityType: \"ManagedIdentity\";\n}\n\nexport function managedComputeIdentitySerializer(item: ManagedComputeIdentity): any {\n return {\n computeIdentityType: item[\"computeIdentityType\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function managedComputeIdentityDeserializer(item: any): ManagedComputeIdentity {\n return {\n computeIdentityType: item[\"computeIdentityType\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Monitoring target definition. */\nexport interface MonitoringTarget {\n /** Reference to the deployment asset targeted by this monitor. */\n deploymentId?: string;\n /** Reference to the model asset targeted by this monitor. */\n modelId?: string;\n /** [Required] The machine learning task type of the monitored model. */\n taskType: ModelTaskType;\n}\n\nexport function monitoringTargetSerializer(item: MonitoringTarget): any {\n return {\n deploymentId: item[\"deploymentId\"],\n modelId: item[\"modelId\"],\n taskType: item[\"taskType\"],\n };\n}\n\nexport function monitoringTargetDeserializer(item: any): MonitoringTarget {\n return {\n deploymentId: item[\"deploymentId\"],\n modelId: item[\"modelId\"],\n taskType: item[\"taskType\"],\n };\n}\n\n/** Model task type enum. */\nexport enum KnownModelTaskType {\n /** Classification */\n Classification = \"Classification\",\n /** Regression */\n Regression = \"Regression\",\n}\n\n/**\n * Model task type enum. \\\n * {@link KnownModelTaskType} can be used interchangeably with ModelTaskType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Classification** \\\n * **Regression**\n */\nexport type ModelTaskType = string;\n\n/** model interface MonitoringSignalBase */\nexport interface MonitoringSignalBase {\n /** The current notification mode for this signal. */\n notificationTypes?: MonitoringNotificationType[];\n /** Property dictionary. Properties can be added, but not removed or altered. */\n properties?: Record<string, string>;\n /** [Required] Specifies the type of signal to monitor. */\n /** The discriminator possible values: Custom, DataDrift, DataQuality, FeatureAttributionDrift, PredictionDrift */\n signalType: MonitoringSignalType;\n}\n\nexport function monitoringSignalBaseSerializer(item: MonitoringSignalBase): any {\n return {\n notificationTypes: !item[\"notificationTypes\"]\n ? item[\"notificationTypes\"]\n : item[\"notificationTypes\"].map((p: any) => {\n return p;\n }),\n properties: item[\"properties\"],\n signalType: item[\"signalType\"],\n };\n}\n\nexport function monitoringSignalBaseDeserializer(item: any): MonitoringSignalBase {\n return {\n notificationTypes: !item[\"notificationTypes\"]\n ? item[\"notificationTypes\"]\n : item[\"notificationTypes\"].map((p1: any) => {\n return p1;\n }),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n signalType: item[\"signalType\"],\n };\n}\n\n/** Alias for MonitoringSignalBaseUnion */\nexport type MonitoringSignalBaseUnion =\n | CustomMonitoringSignal\n | DataDriftMonitoringSignal\n | DataQualityMonitoringSignal\n | FeatureAttributionDriftMonitoringSignal\n | PredictionDriftMonitoringSignal\n | MonitoringSignalBase;\n\nexport function monitoringSignalBaseUnionSerializer(item: MonitoringSignalBaseUnion): any {\n switch (item.signalType) {\n case \"Custom\":\n return customMonitoringSignalSerializer(item as CustomMonitoringSignal);\n\n case \"DataDrift\":\n return dataDriftMonitoringSignalSerializer(item as DataDriftMonitoringSignal);\n\n case \"DataQuality\":\n return dataQualityMonitoringSignalSerializer(item as DataQualityMonitoringSignal);\n\n case \"FeatureAttributionDrift\":\n return featureAttributionDriftMonitoringSignalSerializer(\n item as FeatureAttributionDriftMonitoringSignal,\n );\n\n case \"PredictionDrift\":\n return predictionDriftMonitoringSignalSerializer(item as PredictionDriftMonitoringSignal);\n\n default:\n return monitoringSignalBaseSerializer(item);\n }\n}\n\nexport function monitoringSignalBaseUnionDeserializer(item: any): MonitoringSignalBaseUnion {\n switch (item[\"signalType\"]) {\n case \"Custom\":\n return customMonitoringSignalDeserializer(item as CustomMonitoringSignal);\n\n case \"DataDrift\":\n return dataDriftMonitoringSignalDeserializer(item as DataDriftMonitoringSignal);\n\n case \"DataQuality\":\n return dataQualityMonitoringSignalDeserializer(item as DataQualityMonitoringSignal);\n\n case \"FeatureAttributionDrift\":\n return featureAttributionDriftMonitoringSignalDeserializer(\n item as FeatureAttributionDriftMonitoringSignal,\n );\n\n case \"PredictionDrift\":\n return predictionDriftMonitoringSignalDeserializer(item as PredictionDriftMonitoringSignal);\n\n default:\n return monitoringSignalBaseDeserializer(item);\n }\n}\n\n/** Known values of {@link MonitoringNotificationType} that the service accepts. */\nexport enum KnownMonitoringNotificationType {\n /** Enables email notifications through AML notifications. */\n AmlNotification = \"AmlNotification\",\n}\n\n/** Type of MonitoringNotificationType */\nexport type MonitoringNotificationType = string;\n\n/** Known values of {@link MonitoringSignalType} that the service accepts. */\nexport enum KnownMonitoringSignalType {\n /** Tracks model input data distribution change, comparing against training data or past production data. */\n DataDrift = \"DataDrift\",\n /** Tracks prediction result data distribution change, comparing against validation/test label data or past production data. */\n PredictionDrift = \"PredictionDrift\",\n /** Tracks model input data integrity. */\n DataQuality = \"DataQuality\",\n /** Tracks feature importance change in production, comparing against feature importance at training time. */\n FeatureAttributionDrift = \"FeatureAttributionDrift\",\n /** Tracks a custom signal provided by users. */\n Custom = \"Custom\",\n}\n\n/** Type of MonitoringSignalType */\nexport type MonitoringSignalType = string;\n\n/** model interface CustomMonitoringSignal */\nexport interface CustomMonitoringSignal extends MonitoringSignalBase {\n /** [Required] Reference to the component asset used to calculate the custom metrics. */\n componentId: string;\n /** Monitoring assets to take as input. Key is the component input port name, value is the data asset. */\n inputAssets?: Record<string, MonitoringInputDataBaseUnion>;\n /** Extra component parameters to take as input. Key is the component literal input port name, value is the parameter value. */\n inputs?: Record<string, JobInputUnion>;\n /** [Required] A list of metrics to calculate and their associated thresholds. */\n metricThresholds: CustomMetricThreshold[];\n /** [Required] Specifies the type of signal to monitor. */\n signalType: \"Custom\";\n}\n\nexport function customMonitoringSignalSerializer(item: CustomMonitoringSignal): any {\n return {\n notificationTypes: !item[\"notificationTypes\"]\n ? item[\"notificationTypes\"]\n : item[\"notificationTypes\"].map((p: any) => {\n return p;\n }),\n properties: item[\"properties\"],\n signalType: item[\"signalType\"],\n componentId: item[\"componentId\"],\n inputAssets: item[\"inputAssets\"],\n inputs: item[\"inputs\"],\n metricThresholds: customMetricThresholdArraySerializer(item[\"metricThresholds\"]),\n };\n}\n\nexport function customMonitoringSignalDeserializer(item: any): CustomMonitoringSignal {\n return {\n notificationTypes: !item[\"notificationTypes\"]\n ? item[\"notificationTypes\"]\n : item[\"notificationTypes\"].map((p1: any) => {\n return p1;\n }),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n signalType: item[\"signalType\"],\n componentId: item[\"componentId\"],\n inputAssets: !item[\"inputAssets\"]\n ? item[\"inputAssets\"]\n : Object.fromEntries(\n Object.entries(item[\"inputAssets\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : monitoringInputDataBaseUnionDeserializer(p1),\n ]),\n ),\n inputs: !item[\"inputs\"]\n ? item[\"inputs\"]\n : Object.fromEntries(\n Object.entries(item[\"inputs\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobInputUnionDeserializer(p1),\n ]),\n ),\n metricThresholds: customMetricThresholdArrayDeserializer(item[\"metricThresholds\"]),\n };\n}\n\n/** Monitoring input data base definition. */\nexport interface MonitoringInputDataBase {\n /** Mapping of column names to special uses. */\n columns?: Record<string, string>;\n /** The context metadata of the data source. */\n dataContext?: string;\n /** [Required] Specifies the type of signal to monitor. */\n /** The discriminator possible values: Fixed, Rolling, Static */\n inputDataType: MonitoringInputDataType;\n /** [Required] Specifies the type of job. */\n jobInputType: JobInputType;\n /** [Required] Input Asset URI. */\n uri: string;\n}\n\nexport function monitoringInputDataBaseSerializer(item: MonitoringInputDataBase): any {\n return {\n columns: item[\"columns\"],\n dataContext: item[\"dataContext\"],\n inputDataType: item[\"inputDataType\"],\n jobInputType: item[\"jobInputType\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function monitoringInputDataBaseDeserializer(item: any): MonitoringInputDataBase {\n return {\n columns: !item[\"columns\"]\n ? item[\"columns\"]\n : Object.fromEntries(\n Object.entries(item[\"columns\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n dataContext: item[\"dataContext\"],\n inputDataType: item[\"inputDataType\"],\n jobInputType: item[\"jobInputType\"],\n uri: item[\"uri\"],\n };\n}\n\n/** Alias for MonitoringInputDataBaseUnion */\nexport type MonitoringInputDataBaseUnion =\n | FixedInputData\n | RollingInputData\n | StaticInputData\n | MonitoringInputDataBase;\n\nexport function monitoringInputDataBaseUnionSerializer(item: MonitoringInputDataBaseUnion): any {\n switch (item.inputDataType) {\n case \"Fixed\":\n return fixedInputDataSerializer(item as FixedInputData);\n\n case \"Rolling\":\n return rollingInputDataSerializer(item as RollingInputData);\n\n case \"Static\":\n return staticInputDataSerializer(item as StaticInputData);\n\n default:\n return monitoringInputDataBaseSerializer(item);\n }\n}\n\nexport function monitoringInputDataBaseUnionDeserializer(item: any): MonitoringInputDataBaseUnion {\n switch (item[\"inputDataType\"]) {\n case \"Fixed\":\n return fixedInputDataDeserializer(item as FixedInputData);\n\n case \"Rolling\":\n return rollingInputDataDeserializer(item as RollingInputData);\n\n case \"Static\":\n return staticInputDataDeserializer(item as StaticInputData);\n\n default:\n return monitoringInputDataBaseDeserializer(item);\n }\n}\n\n/** Monitoring input data type enum. */\nexport enum KnownMonitoringInputDataType {\n /** An input data with a fixed window size. */\n Static = \"Static\",\n /** An input data which rolls relatively to the monitor's current run time. */\n Rolling = \"Rolling\",\n /** An input data with tabular format which doesn't require preprocessing. */\n Fixed = \"Fixed\",\n}\n\n/**\n * Monitoring input data type enum. \\\n * {@link KnownMonitoringInputDataType} can be used interchangeably with MonitoringInputDataType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Static**: An input data with a fixed window size. \\\n * **Rolling**: An input data which rolls relatively to the monitor's current run time. \\\n * **Fixed**: An input data with tabular format which doesn't require preprocessing.\n */\nexport type MonitoringInputDataType = string;\n\n/** Enum to determine the Job Input Type. */\nexport enum KnownJobInputType {\n /** literal */\n Literal = \"literal\",\n /** uri_file */\n UriFile = \"uri_file\",\n /** uri_folder */\n UriFolder = \"uri_folder\",\n /** mltable */\n Mltable = \"mltable\",\n /** custom_model */\n CustomModel = \"custom_model\",\n /** mlflow_model */\n MlflowModel = \"mlflow_model\",\n /** triton_model */\n TritonModel = \"triton_model\",\n}\n\n/**\n * Enum to determine the Job Input Type. \\\n * {@link KnownJobInputType} can be used interchangeably with JobInputType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **literal** \\\n * **uri_file** \\\n * **uri_folder** \\\n * **mltable** \\\n * **custom_model** \\\n * **mlflow_model** \\\n * **triton_model**\n */\nexport type JobInputType = string;\n\n/** Fixed input data definition. */\nexport interface FixedInputData extends MonitoringInputDataBase {\n /** [Required] Specifies the type of signal to monitor. */\n inputDataType: \"Fixed\";\n}\n\nexport function fixedInputDataSerializer(item: FixedInputData): any {\n return {\n columns: item[\"columns\"],\n dataContext: item[\"dataContext\"],\n inputDataType: item[\"inputDataType\"],\n jobInputType: item[\"jobInputType\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function fixedInputDataDeserializer(item: any): FixedInputData {\n return {\n columns: !item[\"columns\"]\n ? item[\"columns\"]\n : Object.fromEntries(\n Object.entries(item[\"columns\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n dataContext: item[\"dataContext\"],\n inputDataType: item[\"inputDataType\"],\n jobInputType: item[\"jobInputType\"],\n uri: item[\"uri\"],\n };\n}\n\n/** Rolling input data definition. */\nexport interface RollingInputData extends MonitoringInputDataBase {\n /** Reference to the component asset used to preprocess the data. */\n preprocessingComponentId?: string;\n /** [Required] The time offset between the end of the data window and the monitor's current run time. */\n windowOffset: string;\n /** [Required] The size of the rolling data window. */\n windowSize: string;\n /** [Required] Specifies the type of signal to monitor. */\n inputDataType: \"Rolling\";\n}\n\nexport function rollingInputDataSerializer(item: RollingInputData): any {\n return {\n columns: item[\"columns\"],\n dataContext: item[\"dataContext\"],\n inputDataType: item[\"inputDataType\"],\n jobInputType: item[\"jobInputType\"],\n uri: item[\"uri\"],\n preprocessingComponentId: item[\"preprocessingComponentId\"],\n windowOffset: item[\"windowOffset\"],\n windowSize: item[\"windowSize\"],\n };\n}\n\nexport function rollingInputDataDeserializer(item: any): RollingInputData {\n return {\n columns: !item[\"columns\"]\n ? item[\"columns\"]\n : Object.fromEntries(\n Object.entries(item[\"columns\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n dataContext: item[\"dataContext\"],\n inputDataType: item[\"inputDataType\"],\n jobInputType: item[\"jobInputType\"],\n uri: item[\"uri\"],\n preprocessingComponentId: item[\"preprocessingComponentId\"],\n windowOffset: item[\"windowOffset\"],\n windowSize: item[\"windowSize\"],\n };\n}\n\n/** Static input data definition. */\nexport interface StaticInputData extends MonitoringInputDataBase {\n /** Reference to the component asset used to preprocess the data. */\n preprocessingComponentId?: string;\n /** [Required] The end date of the data window. */\n windowEnd: Date;\n /** [Required] The start date of the data window. */\n windowStart: Date;\n /** [Required] Specifies the type of signal to monitor. */\n inputDataType: \"Static\";\n}\n\nexport function staticInputDataSerializer(item: StaticInputData): any {\n return {\n columns: item[\"columns\"],\n dataContext: item[\"dataContext\"],\n inputDataType: item[\"inputDataType\"],\n jobInputType: item[\"jobInputType\"],\n uri: item[\"uri\"],\n preprocessingComponentId: item[\"preprocessingComponentId\"],\n windowEnd: item[\"windowEnd\"].toISOString(),\n windowStart: item[\"windowStart\"].toISOString(),\n };\n}\n\nexport function staticInputDataDeserializer(item: any): StaticInputData {\n return {\n columns: !item[\"columns\"]\n ? item[\"columns\"]\n : Object.fromEntries(\n Object.entries(item[\"columns\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n dataContext: item[\"dataContext\"],\n inputDataType: item[\"inputDataType\"],\n jobInputType: item[\"jobInputType\"],\n uri: item[\"uri\"],\n preprocessingComponentId: item[\"preprocessingComponentId\"],\n windowEnd: new Date(item[\"windowEnd\"]),\n windowStart: new Date(item[\"windowStart\"]),\n };\n}\n\n/** Command job definition. */\nexport interface JobInput {\n /** Description for the input. */\n description?: string;\n /** [Required] Specifies the type of job. */\n /** The discriminator possible values: mltable, custom_model, mlflow_model, literal, triton_model, uri_file, uri_folder */\n jobInputType: JobInputType;\n}\n\nexport function jobInputSerializer(item: JobInput): any {\n return { description: item[\"description\"], jobInputType: item[\"jobInputType\"] };\n}\n\nexport function jobInputDeserializer(item: any): JobInput {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n };\n}\n\n/** Alias for JobInputUnion */\nexport type JobInputUnion =\n | MLTableJobInput\n | CustomModelJobInput\n | MLFlowModelJobInput\n | LiteralJobInput\n | TritonModelJobInput\n | UriFileJobInput\n | UriFolderJobInput\n | JobInput;\n\nexport function jobInputUnionSerializer(item: JobInputUnion): any {\n switch (item.jobInputType) {\n case \"mltable\":\n return mlTableJobInputSerializer(item as MLTableJobInput);\n\n case \"custom_model\":\n return customModelJobInputSerializer(item as CustomModelJobInput);\n\n case \"mlflow_model\":\n return mlFlowModelJobInputSerializer(item as MLFlowModelJobInput);\n\n case \"literal\":\n return literalJobInputSerializer(item as LiteralJobInput);\n\n case \"triton_model\":\n return tritonModelJobInputSerializer(item as TritonModelJobInput);\n\n case \"uri_file\":\n return uriFileJobInputSerializer(item as UriFileJobInput);\n\n case \"uri_folder\":\n return uriFolderJobInputSerializer(item as UriFolderJobInput);\n\n default:\n return jobInputSerializer(item);\n }\n}\n\nexport function jobInputUnionDeserializer(item: any): JobInputUnion {\n switch (item[\"jobInputType\"]) {\n case \"mltable\":\n return mlTableJobInputDeserializer(item as MLTableJobInput);\n\n case \"custom_model\":\n return customModelJobInputDeserializer(item as CustomModelJobInput);\n\n case \"mlflow_model\":\n return mlFlowModelJobInputDeserializer(item as MLFlowModelJobInput);\n\n case \"literal\":\n return literalJobInputDeserializer(item as LiteralJobInput);\n\n case \"triton_model\":\n return tritonModelJobInputDeserializer(item as TritonModelJobInput);\n\n case \"uri_file\":\n return uriFileJobInputDeserializer(item as UriFileJobInput);\n\n case \"uri_folder\":\n return uriFolderJobInputDeserializer(item as UriFolderJobInput);\n\n default:\n return jobInputDeserializer(item);\n }\n}\n\n/** model interface MLTableJobInput */\nexport interface MLTableJobInput extends JobInput {\n /** Enum to determine the input data delivery mode. */\n mode?: InputDeliveryMode;\n /** [Required] Input Asset URI. */\n uri: string;\n /** [Required] Specifies the type of job. */\n jobInputType: \"mltable\";\n}\n\nexport function mlTableJobInputSerializer(item: MLTableJobInput): any {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function mlTableJobInputDeserializer(item: any): MLTableJobInput {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\n/** Enum to determine the input data delivery mode. */\nexport enum KnownInputDeliveryMode {\n /** ReadOnlyMount */\n ReadOnlyMount = \"ReadOnlyMount\",\n /** ReadWriteMount */\n ReadWriteMount = \"ReadWriteMount\",\n /** Download */\n Download = \"Download\",\n /** Direct */\n Direct = \"Direct\",\n /** EvalMount */\n EvalMount = \"EvalMount\",\n /** EvalDownload */\n EvalDownload = \"EvalDownload\",\n}\n\n/**\n * Enum to determine the input data delivery mode. \\\n * {@link KnownInputDeliveryMode} can be used interchangeably with InputDeliveryMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ReadOnlyMount** \\\n * **ReadWriteMount** \\\n * **Download** \\\n * **Direct** \\\n * **EvalMount** \\\n * **EvalDownload**\n */\nexport type InputDeliveryMode = string;\n\n/** model interface CustomModelJobInput */\nexport interface CustomModelJobInput extends JobInput {\n /** Enum to determine the input data delivery mode. */\n mode?: InputDeliveryMode;\n /** [Required] Input Asset URI. */\n uri: string;\n /** [Required] Specifies the type of job. */\n jobInputType: \"custom_model\";\n}\n\nexport function customModelJobInputSerializer(item: CustomModelJobInput): any {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function customModelJobInputDeserializer(item: any): CustomModelJobInput {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\n/** model interface MLFlowModelJobInput */\nexport interface MLFlowModelJobInput extends JobInput {\n /** Enum to determine the input data delivery mode. */\n mode?: InputDeliveryMode;\n /** [Required] Input Asset URI. */\n uri: string;\n /** [Required] Specifies the type of job. */\n jobInputType: \"mlflow_model\";\n}\n\nexport function mlFlowModelJobInputSerializer(item: MLFlowModelJobInput): any {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function mlFlowModelJobInputDeserializer(item: any): MLFlowModelJobInput {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\n/** Literal input type. */\nexport interface LiteralJobInput extends JobInput {\n /** [Required] Literal value for the input. */\n value: string;\n /** [Required] Specifies the type of job. */\n jobInputType: \"literal\";\n}\n\nexport function literalJobInputSerializer(item: LiteralJobInput): any {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n value: item[\"value\"],\n };\n}\n\nexport function literalJobInputDeserializer(item: any): LiteralJobInput {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n value: item[\"value\"],\n };\n}\n\n/** model interface TritonModelJobInput */\nexport interface TritonModelJobInput extends JobInput {\n /** Enum to determine the input data delivery mode. */\n mode?: InputDeliveryMode;\n /** [Required] Input Asset URI. */\n uri: string;\n /** [Required] Specifies the type of job. */\n jobInputType: \"triton_model\";\n}\n\nexport function tritonModelJobInputSerializer(item: TritonModelJobInput): any {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function tritonModelJobInputDeserializer(item: any): TritonModelJobInput {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\n/** model interface UriFileJobInput */\nexport interface UriFileJobInput extends JobInput {\n /** Enum to determine the input data delivery mode. */\n mode?: InputDeliveryMode;\n /** [Required] Input Asset URI. */\n uri: string;\n /** [Required] Specifies the type of job. */\n jobInputType: \"uri_file\";\n}\n\nexport function uriFileJobInputSerializer(item: UriFileJobInput): any {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function uriFileJobInputDeserializer(item: any): UriFileJobInput {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\n/** model interface UriFolderJobInput */\nexport interface UriFolderJobInput extends JobInput {\n /** Enum to determine the input data delivery mode. */\n mode?: InputDeliveryMode;\n /** [Required] Input Asset URI. */\n uri: string;\n /** [Required] Specifies the type of job. */\n jobInputType: \"uri_folder\";\n}\n\nexport function uriFolderJobInputSerializer(item: UriFolderJobInput): any {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function uriFolderJobInputDeserializer(item: any): UriFolderJobInput {\n return {\n description: item[\"description\"],\n jobInputType: item[\"jobInputType\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function customMetricThresholdArraySerializer(result: Array<CustomMetricThreshold>): any[] {\n return result.map((item) => {\n return customMetricThresholdSerializer(item);\n });\n}\n\nexport function customMetricThresholdArrayDeserializer(\n result: Array<CustomMetricThreshold>,\n): any[] {\n return result.map((item) => {\n return customMetricThresholdDeserializer(item);\n });\n}\n\n/** model interface CustomMetricThreshold */\nexport interface CustomMetricThreshold {\n /** [Required] The user-defined metric to calculate. */\n metric: string;\n /** The threshold value. If null, a default value will be set depending on the selected metric. */\n threshold?: MonitoringThreshold;\n}\n\nexport function customMetricThresholdSerializer(item: CustomMetricThreshold): any {\n return {\n metric: item[\"metric\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdSerializer(item[\"threshold\"]),\n };\n}\n\nexport function customMetricThresholdDeserializer(item: any): CustomMetricThreshold {\n return {\n metric: item[\"metric\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdDeserializer(item[\"threshold\"]),\n };\n}\n\n/** model interface MonitoringThreshold */\nexport interface MonitoringThreshold {\n /** The threshold value. If null, the set default is dependent on the metric type. */\n value?: number;\n}\n\nexport function monitoringThresholdSerializer(item: MonitoringThreshold): any {\n return { value: item[\"value\"] };\n}\n\nexport function monitoringThresholdDeserializer(item: any): MonitoringThreshold {\n return {\n value: item[\"value\"],\n };\n}\n\n/** model interface DataDriftMonitoringSignal */\nexport interface DataDriftMonitoringSignal extends MonitoringSignalBase {\n /** A dictionary that maps feature names to their respective data types. */\n featureDataTypeOverride?: Record<string, MonitoringFeatureDataType>;\n /** The settings for computing feature importance. */\n featureImportanceSettings?: FeatureImportanceSettings;\n /** The feature filter which identifies which feature to calculate drift over. */\n features?: MonitoringFeatureFilterBaseUnion;\n /** [Required] A list of metrics to calculate and their associated thresholds. */\n metricThresholds: DataDriftMetricThresholdBaseUnion[];\n /** [Required] The data which drift will be calculated for. */\n productionData: MonitoringInputDataBaseUnion;\n /** [Required] The data to calculate drift against. */\n referenceData: MonitoringInputDataBaseUnion;\n /** [Required] Specifies the type of signal to monitor. */\n signalType: \"DataDrift\";\n}\n\nexport function dataDriftMonitoringSignalSerializer(item: DataDriftMonitoringSignal): any {\n return {\n notificationTypes: !item[\"notificationTypes\"]\n ? item[\"notificationTypes\"]\n : item[\"notificationTypes\"].map((p: any) => {\n return p;\n }),\n properties: item[\"properties\"],\n signalType: item[\"signalType\"],\n featureDataTypeOverride: item[\"featureDataTypeOverride\"],\n featureImportanceSettings: !item[\"featureImportanceSettings\"]\n ? item[\"featureImportanceSettings\"]\n : featureImportanceSettingsSerializer(item[\"featureImportanceSettings\"]),\n features: !item[\"features\"]\n ? item[\"features\"]\n : monitoringFeatureFilterBaseUnionSerializer(item[\"features\"]),\n metricThresholds: dataDriftMetricThresholdBaseUnionArraySerializer(item[\"metricThresholds\"]),\n productionData: monitoringInputDataBaseUnionSerializer(item[\"productionData\"]),\n referenceData: monitoringInputDataBaseUnionSerializer(item[\"referenceData\"]),\n };\n}\n\nexport function dataDriftMonitoringSignalDeserializer(item: any): DataDriftMonitoringSignal {\n return {\n notificationTypes: !item[\"notificationTypes\"]\n ? item[\"notificationTypes\"]\n : item[\"notificationTypes\"].map((p1: any) => {\n return p1;\n }),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n signalType: item[\"signalType\"],\n featureDataTypeOverride: !item[\"featureDataTypeOverride\"]\n ? item[\"featureDataTypeOverride\"]\n : Object.fromEntries(\n Object.entries(item[\"featureDataTypeOverride\"]).map(([k1, p1]: [string, any]) => [\n k1,\n p1,\n ]),\n ),\n featureImportanceSettings: !item[\"featureImportanceSettings\"]\n ? item[\"featureImportanceSettings\"]\n : featureImportanceSettingsDeserializer(item[\"featureImportanceSettings\"]),\n features: !item[\"features\"]\n ? item[\"features\"]\n : monitoringFeatureFilterBaseUnionDeserializer(item[\"features\"]),\n metricThresholds: dataDriftMetricThresholdBaseUnionArrayDeserializer(item[\"metricThresholds\"]),\n productionData: monitoringInputDataBaseUnionDeserializer(item[\"productionData\"]),\n referenceData: monitoringInputDataBaseUnionDeserializer(item[\"referenceData\"]),\n };\n}\n\n/** Known values of {@link MonitoringFeatureDataType} that the service accepts. */\nexport enum KnownMonitoringFeatureDataType {\n /** Used for features of numerical data type. */\n Numerical = \"Numerical\",\n /** Used for features of categorical data type. */\n Categorical = \"Categorical\",\n}\n\n/** Type of MonitoringFeatureDataType */\nexport type MonitoringFeatureDataType = string;\n\n/** model interface FeatureImportanceSettings */\nexport interface FeatureImportanceSettings {\n /** The mode of operation for computing feature importance. */\n mode?: FeatureImportanceMode;\n /** The name of the target column within the input data asset. */\n targetColumn?: string;\n}\n\nexport function featureImportanceSettingsSerializer(item: FeatureImportanceSettings): any {\n return { mode: item[\"mode\"], targetColumn: item[\"targetColumn\"] };\n}\n\nexport function featureImportanceSettingsDeserializer(item: any): FeatureImportanceSettings {\n return {\n mode: item[\"mode\"],\n targetColumn: item[\"targetColumn\"],\n };\n}\n\n/** The mode of operation for computing feature importance. */\nexport enum KnownFeatureImportanceMode {\n /** Disables computing feature importance within a signal. */\n Disabled = \"Disabled\",\n /** Enables computing feature importance within a signal. */\n Enabled = \"Enabled\",\n}\n\n/**\n * The mode of operation for computing feature importance. \\\n * {@link KnownFeatureImportanceMode} can be used interchangeably with FeatureImportanceMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled**: Disables computing feature importance within a signal. \\\n * **Enabled**: Enables computing feature importance within a signal.\n */\nexport type FeatureImportanceMode = string;\n\n/** model interface MonitoringFeatureFilterBase */\nexport interface MonitoringFeatureFilterBase {\n /** [Required] Specifies the feature filter to leverage when selecting features to calculate metrics over. */\n /** The discriminator possible values: AllFeatures, FeatureSubset, TopNByAttribution */\n filterType: MonitoringFeatureFilterType;\n}\n\nexport function monitoringFeatureFilterBaseSerializer(item: MonitoringFeatureFilterBase): any {\n return { filterType: item[\"filterType\"] };\n}\n\nexport function monitoringFeatureFilterBaseDeserializer(item: any): MonitoringFeatureFilterBase {\n return {\n filterType: item[\"filterType\"],\n };\n}\n\n/** Alias for MonitoringFeatureFilterBaseUnion */\nexport type MonitoringFeatureFilterBaseUnion =\n | AllFeatures\n | FeatureSubset\n | TopNFeaturesByAttribution\n | MonitoringFeatureFilterBase;\n\nexport function monitoringFeatureFilterBaseUnionSerializer(\n item: MonitoringFeatureFilterBaseUnion,\n): any {\n switch (item.filterType) {\n case \"AllFeatures\":\n return allFeaturesSerializer(item as AllFeatures);\n\n case \"FeatureSubset\":\n return featureSubsetSerializer(item as FeatureSubset);\n\n case \"TopNByAttribution\":\n return topNFeaturesByAttributionSerializer(item as TopNFeaturesByAttribution);\n\n default:\n return monitoringFeatureFilterBaseSerializer(item);\n }\n}\n\nexport function monitoringFeatureFilterBaseUnionDeserializer(\n item: any,\n): MonitoringFeatureFilterBaseUnion {\n switch (item[\"filterType\"]) {\n case \"AllFeatures\":\n return allFeaturesDeserializer(item as AllFeatures);\n\n case \"FeatureSubset\":\n return featureSubsetDeserializer(item as FeatureSubset);\n\n case \"TopNByAttribution\":\n return topNFeaturesByAttributionDeserializer(item as TopNFeaturesByAttribution);\n\n default:\n return monitoringFeatureFilterBaseDeserializer(item);\n }\n}\n\n/** Known values of {@link MonitoringFeatureFilterType} that the service accepts. */\nexport enum KnownMonitoringFeatureFilterType {\n /** Includes all features. */\n AllFeatures = \"AllFeatures\",\n /** Only includes the top contributing features, measured by feature attribution. */\n TopNByAttribution = \"TopNByAttribution\",\n /** Includes a user-defined subset of features. */\n FeatureSubset = \"FeatureSubset\",\n}\n\n/** Type of MonitoringFeatureFilterType */\nexport type MonitoringFeatureFilterType = string;\n\n/** model interface AllFeatures */\nexport interface AllFeatures extends MonitoringFeatureFilterBase {\n /** [Required] Specifies the feature filter to leverage when selecting features to calculate metrics over. */\n filterType: \"AllFeatures\";\n}\n\nexport function allFeaturesSerializer(item: AllFeatures): any {\n return { filterType: item[\"filterType\"] };\n}\n\nexport function allFeaturesDeserializer(item: any): AllFeatures {\n return {\n filterType: item[\"filterType\"],\n };\n}\n\n/** model interface FeatureSubset */\nexport interface FeatureSubset extends MonitoringFeatureFilterBase {\n /** [Required] The list of features to include. */\n features: string[];\n /** [Required] Specifies the feature filter to leverage when selecting features to calculate metrics over. */\n filterType: \"FeatureSubset\";\n}\n\nexport function featureSubsetSerializer(item: FeatureSubset): any {\n return {\n filterType: item[\"filterType\"],\n features: item[\"features\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function featureSubsetDeserializer(item: any): FeatureSubset {\n return {\n filterType: item[\"filterType\"],\n features: item[\"features\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** model interface TopNFeaturesByAttribution */\nexport interface TopNFeaturesByAttribution extends MonitoringFeatureFilterBase {\n /** The number of top features to include. */\n top?: number;\n /** [Required] Specifies the feature filter to leverage when selecting features to calculate metrics over. */\n filterType: \"TopNByAttribution\";\n}\n\nexport function topNFeaturesByAttributionSerializer(item: TopNFeaturesByAttribution): any {\n return { filterType: item[\"filterType\"], top: item[\"top\"] };\n}\n\nexport function topNFeaturesByAttributionDeserializer(item: any): TopNFeaturesByAttribution {\n return {\n filterType: item[\"filterType\"],\n top: item[\"top\"],\n };\n}\n\nexport function dataDriftMetricThresholdBaseUnionArraySerializer(\n result: Array<DataDriftMetricThresholdBaseUnion>,\n): any[] {\n return result.map((item) => {\n return dataDriftMetricThresholdBaseUnionSerializer(item);\n });\n}\n\nexport function dataDriftMetricThresholdBaseUnionArrayDeserializer(\n result: Array<DataDriftMetricThresholdBaseUnion>,\n): any[] {\n return result.map((item) => {\n return dataDriftMetricThresholdBaseUnionDeserializer(item);\n });\n}\n\n/** model interface DataDriftMetricThresholdBase */\nexport interface DataDriftMetricThresholdBase {\n /** [Required] Specifies the data type of the metric threshold. */\n /** The discriminator possible values: Categorical, Numerical */\n dataType: MonitoringFeatureDataType;\n /** The threshold value. If null, a default value will be set depending on the selected metric. */\n threshold?: MonitoringThreshold;\n}\n\nexport function dataDriftMetricThresholdBaseSerializer(item: DataDriftMetricThresholdBase): any {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdSerializer(item[\"threshold\"]),\n };\n}\n\nexport function dataDriftMetricThresholdBaseDeserializer(item: any): DataDriftMetricThresholdBase {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdDeserializer(item[\"threshold\"]),\n };\n}\n\n/** Alias for DataDriftMetricThresholdBaseUnion */\nexport type DataDriftMetricThresholdBaseUnion =\n | CategoricalDataDriftMetricThreshold\n | NumericalDataDriftMetricThreshold\n | DataDriftMetricThresholdBase;\n\nexport function dataDriftMetricThresholdBaseUnionSerializer(\n item: DataDriftMetricThresholdBaseUnion,\n): any {\n switch (item.dataType) {\n case \"Categorical\":\n return categoricalDataDriftMetricThresholdSerializer(\n item as CategoricalDataDriftMetricThreshold,\n );\n\n case \"Numerical\":\n return numericalDataDriftMetricThresholdSerializer(item as NumericalDataDriftMetricThreshold);\n\n default:\n return dataDriftMetricThresholdBaseSerializer(item);\n }\n}\n\nexport function dataDriftMetricThresholdBaseUnionDeserializer(\n item: any,\n): DataDriftMetricThresholdBaseUnion {\n switch (item[\"dataType\"]) {\n case \"Categorical\":\n return categoricalDataDriftMetricThresholdDeserializer(\n item as CategoricalDataDriftMetricThreshold,\n );\n\n case \"Numerical\":\n return numericalDataDriftMetricThresholdDeserializer(\n item as NumericalDataDriftMetricThreshold,\n );\n\n default:\n return dataDriftMetricThresholdBaseDeserializer(item);\n }\n}\n\n/** model interface CategoricalDataDriftMetricThreshold */\nexport interface CategoricalDataDriftMetricThreshold extends DataDriftMetricThresholdBase {\n /** [Required] The categorical data drift metric to calculate. */\n metric: CategoricalDataDriftMetric;\n /** [Required] Specifies the data type of the metric threshold. */\n dataType: \"Categorical\";\n}\n\nexport function categoricalDataDriftMetricThresholdSerializer(\n item: CategoricalDataDriftMetricThreshold,\n): any {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdSerializer(item[\"threshold\"]),\n metric: item[\"metric\"],\n };\n}\n\nexport function categoricalDataDriftMetricThresholdDeserializer(\n item: any,\n): CategoricalDataDriftMetricThreshold {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdDeserializer(item[\"threshold\"]),\n metric: item[\"metric\"],\n };\n}\n\n/** Known values of {@link CategoricalDataDriftMetric} that the service accepts. */\nexport enum KnownCategoricalDataDriftMetric {\n /** The Jensen Shannon Distance (JSD) metric. */\n JensenShannonDistance = \"JensenShannonDistance\",\n /** The Population Stability Index (PSI) metric. */\n PopulationStabilityIndex = \"PopulationStabilityIndex\",\n /** The Pearsons Chi Squared Test metric. */\n PearsonsChiSquaredTest = \"PearsonsChiSquaredTest\",\n}\n\n/** Type of CategoricalDataDriftMetric */\nexport type CategoricalDataDriftMetric = string;\n\n/** model interface NumericalDataDriftMetricThreshold */\nexport interface NumericalDataDriftMetricThreshold extends DataDriftMetricThresholdBase {\n /** [Required] The numerical data drift metric to calculate. */\n metric: NumericalDataDriftMetric;\n /** [Required] Specifies the data type of the metric threshold. */\n dataType: \"Numerical\";\n}\n\nexport function numericalDataDriftMetricThresholdSerializer(\n item: NumericalDataDriftMetricThreshold,\n): any {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdSerializer(item[\"threshold\"]),\n metric: item[\"metric\"],\n };\n}\n\nexport function numericalDataDriftMetricThresholdDeserializer(\n item: any,\n): NumericalDataDriftMetricThreshold {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdDeserializer(item[\"threshold\"]),\n metric: item[\"metric\"],\n };\n}\n\n/** Known values of {@link NumericalDataDriftMetric} that the service accepts. */\nexport enum KnownNumericalDataDriftMetric {\n /** The Jensen Shannon Distance (JSD) metric. */\n JensenShannonDistance = \"JensenShannonDistance\",\n /** The Population Stability Index (PSI) metric. */\n PopulationStabilityIndex = \"PopulationStabilityIndex\",\n /** The Normalized Wasserstein Distance metric. */\n NormalizedWassersteinDistance = \"NormalizedWassersteinDistance\",\n /** The Two Sample Kolmogorov-Smirnov Test (two-sample K–S) metric. */\n TwoSampleKolmogorovSmirnovTest = \"TwoSampleKolmogorovSmirnovTest\",\n}\n\n/** Type of NumericalDataDriftMetric */\nexport type NumericalDataDriftMetric = string;\n\n/** model interface DataQualityMonitoringSignal */\nexport interface DataQualityMonitoringSignal extends MonitoringSignalBase {\n /** A dictionary that maps feature names to their respective data types. */\n featureDataTypeOverride?: Record<string, MonitoringFeatureDataType>;\n /** The settings for computing feature importance. */\n featureImportanceSettings?: FeatureImportanceSettings;\n /** The features to calculate drift over. */\n features?: MonitoringFeatureFilterBaseUnion;\n /** [Required] A list of metrics to calculate and their associated thresholds. */\n metricThresholds: DataQualityMetricThresholdBaseUnion[];\n /** [Required] The data produced by the production service which drift will be calculated for. */\n productionData: MonitoringInputDataBaseUnion;\n /** [Required] The data to calculate drift against. */\n referenceData: MonitoringInputDataBaseUnion;\n /** [Required] Specifies the type of signal to monitor. */\n signalType: \"DataQuality\";\n}\n\nexport function dataQualityMonitoringSignalSerializer(item: DataQualityMonitoringSignal): any {\n return {\n notificationTypes: !item[\"notificationTypes\"]\n ? item[\"notificationTypes\"]\n : item[\"notificationTypes\"].map((p: any) => {\n return p;\n }),\n properties: item[\"properties\"],\n signalType: item[\"signalType\"],\n featureDataTypeOverride: item[\"featureDataTypeOverride\"],\n featureImportanceSettings: !item[\"featureImportanceSettings\"]\n ? item[\"featureImportanceSettings\"]\n : featureImportanceSettingsSerializer(item[\"featureImportanceSettings\"]),\n features: !item[\"features\"]\n ? item[\"features\"]\n : monitoringFeatureFilterBaseUnionSerializer(item[\"features\"]),\n metricThresholds: dataQualityMetricThresholdBaseUnionArraySerializer(item[\"metricThresholds\"]),\n productionData: monitoringInputDataBaseUnionSerializer(item[\"productionData\"]),\n referenceData: monitoringInputDataBaseUnionSerializer(item[\"referenceData\"]),\n };\n}\n\nexport function dataQualityMonitoringSignalDeserializer(item: any): DataQualityMonitoringSignal {\n return {\n notificationTypes: !item[\"notificationTypes\"]\n ? item[\"notificationTypes\"]\n : item[\"notificationTypes\"].map((p1: any) => {\n return p1;\n }),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n signalType: item[\"signalType\"],\n featureDataTypeOverride: !item[\"featureDataTypeOverride\"]\n ? item[\"featureDataTypeOverride\"]\n : Object.fromEntries(\n Object.entries(item[\"featureDataTypeOverride\"]).map(([k1, p1]: [string, any]) => [\n k1,\n p1,\n ]),\n ),\n featureImportanceSettings: !item[\"featureImportanceSettings\"]\n ? item[\"featureImportanceSettings\"]\n : featureImportanceSettingsDeserializer(item[\"featureImportanceSettings\"]),\n features: !item[\"features\"]\n ? item[\"features\"]\n : monitoringFeatureFilterBaseUnionDeserializer(item[\"features\"]),\n metricThresholds: dataQualityMetricThresholdBaseUnionArrayDeserializer(\n item[\"metricThresholds\"],\n ),\n productionData: monitoringInputDataBaseUnionDeserializer(item[\"productionData\"]),\n referenceData: monitoringInputDataBaseUnionDeserializer(item[\"referenceData\"]),\n };\n}\n\nexport function dataQualityMetricThresholdBaseUnionArraySerializer(\n result: Array<DataQualityMetricThresholdBaseUnion>,\n): any[] {\n return result.map((item) => {\n return dataQualityMetricThresholdBaseUnionSerializer(item);\n });\n}\n\nexport function dataQualityMetricThresholdBaseUnionArrayDeserializer(\n result: Array<DataQualityMetricThresholdBaseUnion>,\n): any[] {\n return result.map((item) => {\n return dataQualityMetricThresholdBaseUnionDeserializer(item);\n });\n}\n\n/** model interface DataQualityMetricThresholdBase */\nexport interface DataQualityMetricThresholdBase {\n /** [Required] Specifies the data type of the metric threshold. */\n /** The discriminator possible values: Categorical, Numerical */\n dataType: MonitoringFeatureDataType;\n /** The threshold value. If null, a default value will be set depending on the selected metric. */\n threshold?: MonitoringThreshold;\n}\n\nexport function dataQualityMetricThresholdBaseSerializer(\n item: DataQualityMetricThresholdBase,\n): any {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdSerializer(item[\"threshold\"]),\n };\n}\n\nexport function dataQualityMetricThresholdBaseDeserializer(\n item: any,\n): DataQualityMetricThresholdBase {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdDeserializer(item[\"threshold\"]),\n };\n}\n\n/** Alias for DataQualityMetricThresholdBaseUnion */\nexport type DataQualityMetricThresholdBaseUnion =\n | CategoricalDataQualityMetricThreshold\n | NumericalDataQualityMetricThreshold\n | DataQualityMetricThresholdBase;\n\nexport function dataQualityMetricThresholdBaseUnionSerializer(\n item: DataQualityMetricThresholdBaseUnion,\n): any {\n switch (item.dataType) {\n case \"Categorical\":\n return categoricalDataQualityMetricThresholdSerializer(\n item as CategoricalDataQualityMetricThreshold,\n );\n\n case \"Numerical\":\n return numericalDataQualityMetricThresholdSerializer(\n item as NumericalDataQualityMetricThreshold,\n );\n\n default:\n return dataQualityMetricThresholdBaseSerializer(item);\n }\n}\n\nexport function dataQualityMetricThresholdBaseUnionDeserializer(\n item: any,\n): DataQualityMetricThresholdBaseUnion {\n switch (item[\"dataType\"]) {\n case \"Categorical\":\n return categoricalDataQualityMetricThresholdDeserializer(\n item as CategoricalDataQualityMetricThreshold,\n );\n\n case \"Numerical\":\n return numericalDataQualityMetricThresholdDeserializer(\n item as NumericalDataQualityMetricThreshold,\n );\n\n default:\n return dataQualityMetricThresholdBaseDeserializer(item);\n }\n}\n\n/** model interface CategoricalDataQualityMetricThreshold */\nexport interface CategoricalDataQualityMetricThreshold extends DataQualityMetricThresholdBase {\n /** [Required] The categorical data quality metric to calculate. */\n metric: CategoricalDataQualityMetric;\n /** [Required] Specifies the data type of the metric threshold. */\n dataType: \"Categorical\";\n}\n\nexport function categoricalDataQualityMetricThresholdSerializer(\n item: CategoricalDataQualityMetricThreshold,\n): any {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdSerializer(item[\"threshold\"]),\n metric: item[\"metric\"],\n };\n}\n\nexport function categoricalDataQualityMetricThresholdDeserializer(\n item: any,\n): CategoricalDataQualityMetricThreshold {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdDeserializer(item[\"threshold\"]),\n metric: item[\"metric\"],\n };\n}\n\n/** Known values of {@link CategoricalDataQualityMetric} that the service accepts. */\nexport enum KnownCategoricalDataQualityMetric {\n /** Calculates the rate of null values. */\n NullValueRate = \"NullValueRate\",\n /** Calculates the rate of data type errors. */\n DataTypeErrorRate = \"DataTypeErrorRate\",\n /** Calculates the rate values are out of bounds. */\n OutOfBoundsRate = \"OutOfBoundsRate\",\n}\n\n/** Type of CategoricalDataQualityMetric */\nexport type CategoricalDataQualityMetric = string;\n\n/** model interface NumericalDataQualityMetricThreshold */\nexport interface NumericalDataQualityMetricThreshold extends DataQualityMetricThresholdBase {\n /** [Required] The numerical data quality metric to calculate. */\n metric: NumericalDataQualityMetric;\n /** [Required] Specifies the data type of the metric threshold. */\n dataType: \"Numerical\";\n}\n\nexport function numericalDataQualityMetricThresholdSerializer(\n item: NumericalDataQualityMetricThreshold,\n): any {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdSerializer(item[\"threshold\"]),\n metric: item[\"metric\"],\n };\n}\n\nexport function numericalDataQualityMetricThresholdDeserializer(\n item: any,\n): NumericalDataQualityMetricThreshold {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdDeserializer(item[\"threshold\"]),\n metric: item[\"metric\"],\n };\n}\n\n/** Known values of {@link NumericalDataQualityMetric} that the service accepts. */\nexport enum KnownNumericalDataQualityMetric {\n /** Calculates the rate of null values. */\n NullValueRate = \"NullValueRate\",\n /** Calculates the rate of data type errors. */\n DataTypeErrorRate = \"DataTypeErrorRate\",\n /** Calculates the rate values are out of bounds. */\n OutOfBoundsRate = \"OutOfBoundsRate\",\n}\n\n/** Type of NumericalDataQualityMetric */\nexport type NumericalDataQualityMetric = string;\n\n/** model interface FeatureAttributionDriftMonitoringSignal */\nexport interface FeatureAttributionDriftMonitoringSignal extends MonitoringSignalBase {\n /** A dictionary that maps feature names to their respective data types. */\n featureDataTypeOverride?: Record<string, MonitoringFeatureDataType>;\n /** [Required] The settings for computing feature importance. */\n featureImportanceSettings: FeatureImportanceSettings;\n /** [Required] A list of metrics to calculate and their associated thresholds. */\n metricThreshold: FeatureAttributionMetricThreshold;\n /** [Required] The data which drift will be calculated for. */\n productionData: MonitoringInputDataBaseUnion[];\n /** [Required] The data to calculate drift against. */\n referenceData: MonitoringInputDataBaseUnion;\n /** [Required] Specifies the type of signal to monitor. */\n signalType: \"FeatureAttributionDrift\";\n}\n\nexport function featureAttributionDriftMonitoringSignalSerializer(\n item: FeatureAttributionDriftMonitoringSignal,\n): any {\n return {\n notificationTypes: !item[\"notificationTypes\"]\n ? item[\"notificationTypes\"]\n : item[\"notificationTypes\"].map((p: any) => {\n return p;\n }),\n properties: item[\"properties\"],\n signalType: item[\"signalType\"],\n featureDataTypeOverride: item[\"featureDataTypeOverride\"],\n featureImportanceSettings: featureImportanceSettingsSerializer(\n item[\"featureImportanceSettings\"],\n ),\n metricThreshold: featureAttributionMetricThresholdSerializer(item[\"metricThreshold\"]),\n productionData: monitoringInputDataBaseUnionArraySerializer(item[\"productionData\"]),\n referenceData: monitoringInputDataBaseUnionSerializer(item[\"referenceData\"]),\n };\n}\n\nexport function featureAttributionDriftMonitoringSignalDeserializer(\n item: any,\n): FeatureAttributionDriftMonitoringSignal {\n return {\n notificationTypes: !item[\"notificationTypes\"]\n ? item[\"notificationTypes\"]\n : item[\"notificationTypes\"].map((p1: any) => {\n return p1;\n }),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n signalType: item[\"signalType\"],\n featureDataTypeOverride: !item[\"featureDataTypeOverride\"]\n ? item[\"featureDataTypeOverride\"]\n : Object.fromEntries(\n Object.entries(item[\"featureDataTypeOverride\"]).map(([k1, p1]: [string, any]) => [\n k1,\n p1,\n ]),\n ),\n featureImportanceSettings: featureImportanceSettingsDeserializer(\n item[\"featureImportanceSettings\"],\n ),\n metricThreshold: featureAttributionMetricThresholdDeserializer(item[\"metricThreshold\"]),\n productionData: monitoringInputDataBaseUnionArrayDeserializer(item[\"productionData\"]),\n referenceData: monitoringInputDataBaseUnionDeserializer(item[\"referenceData\"]),\n };\n}\n\n/** model interface FeatureAttributionMetricThreshold */\nexport interface FeatureAttributionMetricThreshold {\n /** [Required] The feature attribution metric to calculate. */\n metric: FeatureAttributionMetric;\n /** The threshold value. If null, a default value will be set depending on the selected metric. */\n threshold?: MonitoringThreshold;\n}\n\nexport function featureAttributionMetricThresholdSerializer(\n item: FeatureAttributionMetricThreshold,\n): any {\n return {\n metric: item[\"metric\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdSerializer(item[\"threshold\"]),\n };\n}\n\nexport function featureAttributionMetricThresholdDeserializer(\n item: any,\n): FeatureAttributionMetricThreshold {\n return {\n metric: item[\"metric\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdDeserializer(item[\"threshold\"]),\n };\n}\n\n/** Known values of {@link FeatureAttributionMetric} that the service accepts. */\nexport enum KnownFeatureAttributionMetric {\n /** The Normalized Discounted Cumulative Gain metric. */\n NormalizedDiscountedCumulativeGain = \"NormalizedDiscountedCumulativeGain\",\n}\n\n/** Type of FeatureAttributionMetric */\nexport type FeatureAttributionMetric = string;\n\nexport function monitoringInputDataBaseUnionArraySerializer(\n result: Array<MonitoringInputDataBaseUnion>,\n): any[] {\n return result.map((item) => {\n return monitoringInputDataBaseUnionSerializer(item);\n });\n}\n\nexport function monitoringInputDataBaseUnionArrayDeserializer(\n result: Array<MonitoringInputDataBaseUnion>,\n): any[] {\n return result.map((item) => {\n return monitoringInputDataBaseUnionDeserializer(item);\n });\n}\n\n/** model interface PredictionDriftMonitoringSignal */\nexport interface PredictionDriftMonitoringSignal extends MonitoringSignalBase {\n /** A dictionary that maps feature names to their respective data types. */\n featureDataTypeOverride?: Record<string, MonitoringFeatureDataType>;\n /** [Required] A list of metrics to calculate and their associated thresholds. */\n metricThresholds: PredictionDriftMetricThresholdBaseUnion[];\n /** [Required] The data which drift will be calculated for. */\n productionData: MonitoringInputDataBaseUnion;\n /** [Required] The data to calculate drift against. */\n referenceData: MonitoringInputDataBaseUnion;\n /** [Required] Specifies the type of signal to monitor. */\n signalType: \"PredictionDrift\";\n}\n\nexport function predictionDriftMonitoringSignalSerializer(\n item: PredictionDriftMonitoringSignal,\n): any {\n return {\n notificationTypes: !item[\"notificationTypes\"]\n ? item[\"notificationTypes\"]\n : item[\"notificationTypes\"].map((p: any) => {\n return p;\n }),\n properties: item[\"properties\"],\n signalType: item[\"signalType\"],\n featureDataTypeOverride: item[\"featureDataTypeOverride\"],\n metricThresholds: predictionDriftMetricThresholdBaseUnionArraySerializer(\n item[\"metricThresholds\"],\n ),\n productionData: monitoringInputDataBaseUnionSerializer(item[\"productionData\"]),\n referenceData: monitoringInputDataBaseUnionSerializer(item[\"referenceData\"]),\n };\n}\n\nexport function predictionDriftMonitoringSignalDeserializer(\n item: any,\n): PredictionDriftMonitoringSignal {\n return {\n notificationTypes: !item[\"notificationTypes\"]\n ? item[\"notificationTypes\"]\n : item[\"notificationTypes\"].map((p1: any) => {\n return p1;\n }),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n signalType: item[\"signalType\"],\n featureDataTypeOverride: !item[\"featureDataTypeOverride\"]\n ? item[\"featureDataTypeOverride\"]\n : Object.fromEntries(\n Object.entries(item[\"featureDataTypeOverride\"]).map(([k1, p1]: [string, any]) => [\n k1,\n p1,\n ]),\n ),\n metricThresholds: predictionDriftMetricThresholdBaseUnionArrayDeserializer(\n item[\"metricThresholds\"],\n ),\n productionData: monitoringInputDataBaseUnionDeserializer(item[\"productionData\"]),\n referenceData: monitoringInputDataBaseUnionDeserializer(item[\"referenceData\"]),\n };\n}\n\nexport function predictionDriftMetricThresholdBaseUnionArraySerializer(\n result: Array<PredictionDriftMetricThresholdBaseUnion>,\n): any[] {\n return result.map((item) => {\n return predictionDriftMetricThresholdBaseUnionSerializer(item);\n });\n}\n\nexport function predictionDriftMetricThresholdBaseUnionArrayDeserializer(\n result: Array<PredictionDriftMetricThresholdBaseUnion>,\n): any[] {\n return result.map((item) => {\n return predictionDriftMetricThresholdBaseUnionDeserializer(item);\n });\n}\n\n/** model interface PredictionDriftMetricThresholdBase */\nexport interface PredictionDriftMetricThresholdBase {\n /** [Required] Specifies the data type of the metric threshold. */\n /** The discriminator possible values: Categorical, Numerical */\n dataType: MonitoringFeatureDataType;\n /** The threshold value. If null, a default value will be set depending on the selected metric. */\n threshold?: MonitoringThreshold;\n}\n\nexport function predictionDriftMetricThresholdBaseSerializer(\n item: PredictionDriftMetricThresholdBase,\n): any {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdSerializer(item[\"threshold\"]),\n };\n}\n\nexport function predictionDriftMetricThresholdBaseDeserializer(\n item: any,\n): PredictionDriftMetricThresholdBase {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdDeserializer(item[\"threshold\"]),\n };\n}\n\n/** Alias for PredictionDriftMetricThresholdBaseUnion */\nexport type PredictionDriftMetricThresholdBaseUnion =\n | CategoricalPredictionDriftMetricThreshold\n | NumericalPredictionDriftMetricThreshold\n | PredictionDriftMetricThresholdBase;\n\nexport function predictionDriftMetricThresholdBaseUnionSerializer(\n item: PredictionDriftMetricThresholdBaseUnion,\n): any {\n switch (item.dataType) {\n case \"Categorical\":\n return categoricalPredictionDriftMetricThresholdSerializer(\n item as CategoricalPredictionDriftMetricThreshold,\n );\n\n case \"Numerical\":\n return numericalPredictionDriftMetricThresholdSerializer(\n item as NumericalPredictionDriftMetricThreshold,\n );\n\n default:\n return predictionDriftMetricThresholdBaseSerializer(item);\n }\n}\n\nexport function predictionDriftMetricThresholdBaseUnionDeserializer(\n item: any,\n): PredictionDriftMetricThresholdBaseUnion {\n switch (item[\"dataType\"]) {\n case \"Categorical\":\n return categoricalPredictionDriftMetricThresholdDeserializer(\n item as CategoricalPredictionDriftMetricThreshold,\n );\n\n case \"Numerical\":\n return numericalPredictionDriftMetricThresholdDeserializer(\n item as NumericalPredictionDriftMetricThreshold,\n );\n\n default:\n return predictionDriftMetricThresholdBaseDeserializer(item);\n }\n}\n\n/** model interface CategoricalPredictionDriftMetricThreshold */\nexport interface CategoricalPredictionDriftMetricThreshold extends PredictionDriftMetricThresholdBase {\n /** [Required] The categorical prediction drift metric to calculate. */\n metric: CategoricalPredictionDriftMetric;\n /** [Required] Specifies the data type of the metric threshold. */\n dataType: \"Categorical\";\n}\n\nexport function categoricalPredictionDriftMetricThresholdSerializer(\n item: CategoricalPredictionDriftMetricThreshold,\n): any {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdSerializer(item[\"threshold\"]),\n metric: item[\"metric\"],\n };\n}\n\nexport function categoricalPredictionDriftMetricThresholdDeserializer(\n item: any,\n): CategoricalPredictionDriftMetricThreshold {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdDeserializer(item[\"threshold\"]),\n metric: item[\"metric\"],\n };\n}\n\n/** Known values of {@link CategoricalPredictionDriftMetric} that the service accepts. */\nexport enum KnownCategoricalPredictionDriftMetric {\n /** The Jensen Shannon Distance (JSD) metric. */\n JensenShannonDistance = \"JensenShannonDistance\",\n /** The Population Stability Index (PSI) metric. */\n PopulationStabilityIndex = \"PopulationStabilityIndex\",\n /** The Pearsons Chi Squared Test metric. */\n PearsonsChiSquaredTest = \"PearsonsChiSquaredTest\",\n}\n\n/** Type of CategoricalPredictionDriftMetric */\nexport type CategoricalPredictionDriftMetric = string;\n\n/** model interface NumericalPredictionDriftMetricThreshold */\nexport interface NumericalPredictionDriftMetricThreshold extends PredictionDriftMetricThresholdBase {\n /** [Required] The numerical prediction drift metric to calculate. */\n metric: NumericalPredictionDriftMetric;\n /** [Required] Specifies the data type of the metric threshold. */\n dataType: \"Numerical\";\n}\n\nexport function numericalPredictionDriftMetricThresholdSerializer(\n item: NumericalPredictionDriftMetricThreshold,\n): any {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdSerializer(item[\"threshold\"]),\n metric: item[\"metric\"],\n };\n}\n\nexport function numericalPredictionDriftMetricThresholdDeserializer(\n item: any,\n): NumericalPredictionDriftMetricThreshold {\n return {\n dataType: item[\"dataType\"],\n threshold: !item[\"threshold\"]\n ? item[\"threshold\"]\n : monitoringThresholdDeserializer(item[\"threshold\"]),\n metric: item[\"metric\"],\n };\n}\n\n/** Known values of {@link NumericalPredictionDriftMetric} that the service accepts. */\nexport enum KnownNumericalPredictionDriftMetric {\n /** The Jensen Shannon Distance (JSD) metric. */\n JensenShannonDistance = \"JensenShannonDistance\",\n /** The Population Stability Index (PSI) metric. */\n PopulationStabilityIndex = \"PopulationStabilityIndex\",\n /** The Normalized Wasserstein Distance metric. */\n NormalizedWassersteinDistance = \"NormalizedWassersteinDistance\",\n /** The Two Sample Kolmogorov-Smirnov Test (two-sample K–S) metric. */\n TwoSampleKolmogorovSmirnovTest = \"TwoSampleKolmogorovSmirnovTest\",\n}\n\n/** Type of NumericalPredictionDriftMetric */\nexport type NumericalPredictionDriftMetric = string;\n\n/** model interface EndpointScheduleAction */\nexport interface EndpointScheduleAction extends ScheduleActionBase {\n /**\n * [Required] Defines Schedule action definition details.\n * <see href=\"TBD\" />\n */\n endpointInvocationDefinition: Record<string, any>;\n /** [Required] Specifies the action type of the schedule */\n actionType: \"InvokeBatchEndpoint\";\n}\n\nexport function endpointScheduleActionSerializer(item: EndpointScheduleAction): any {\n return {\n actionType: item[\"actionType\"],\n endpointInvocationDefinition: item[\"endpointInvocationDefinition\"],\n };\n}\n\nexport function endpointScheduleActionDeserializer(item: any): EndpointScheduleAction {\n return {\n actionType: item[\"actionType\"],\n endpointInvocationDefinition: Object.fromEntries(\n Object.entries(item[\"endpointInvocationDefinition\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n };\n}\n\n/** model interface JobScheduleAction */\nexport interface JobScheduleAction extends ScheduleActionBase {\n /** [Required] Defines Schedule action definition details. */\n jobDefinition: JobBasePropertiesUnion;\n /** [Required] Specifies the action type of the schedule */\n actionType: \"CreateJob\";\n}\n\nexport function jobScheduleActionSerializer(item: JobScheduleAction): any {\n return {\n actionType: item[\"actionType\"],\n jobDefinition: jobBasePropertiesUnionSerializer(item[\"jobDefinition\"]),\n };\n}\n\nexport function jobScheduleActionDeserializer(item: any): JobScheduleAction {\n return {\n actionType: item[\"actionType\"],\n jobDefinition: jobBasePropertiesUnionDeserializer(item[\"jobDefinition\"]),\n };\n}\n\n/** Base definition for a job. */\nexport interface JobBaseProperties extends ResourceBase {\n /** ARM resource ID of the component resource. */\n componentId?: string;\n /** ARM resource ID of the compute resource. */\n computeId?: string;\n /** Display name of job. */\n displayName?: string;\n /** The name of the experiment the job belongs to. If not set, the job is placed in the \"Default\" experiment. */\n experimentName?: string;\n /**\n * Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null.\n * Defaults to AmlToken if null.\n */\n identity?: IdentityConfigurationUnion;\n /** Is the asset archived? */\n isArchived?: boolean;\n /** [Required] Specifies the type of job. */\n /** The discriminator possible values: AutoML, Command, Distillation, FineTuning, Pipeline, Spark, Sweep */\n jobType: JobType;\n /** Notification setting for the job */\n notificationSetting?: NotificationSetting;\n /** Parent job name. */\n parentJobName?: string;\n /**\n * List of JobEndpoints.\n * For local jobs, a job endpoint will have an endpoint value of FileStreamObject.\n */\n services?: Record<string, JobService>;\n /** Status of the job. */\n readonly status?: JobStatus;\n}\n\nexport function jobBasePropertiesSerializer(item: JobBaseProperties): any {\n return {\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionSerializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingSerializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: item[\"services\"],\n };\n}\n\nexport function jobBasePropertiesDeserializer(item: any): JobBaseProperties {\n return {\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionDeserializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingDeserializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: !item[\"services\"]\n ? item[\"services\"]\n : Object.fromEntries(\n Object.entries(item[\"services\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobServiceDeserializer(p1),\n ]),\n ),\n status: item[\"status\"],\n };\n}\n\n/** Alias for JobBasePropertiesUnion */\nexport type JobBasePropertiesUnion =\n | AutoMLJob\n | CommandJob\n | DistillationJob\n | FineTuningJob\n | PipelineJob\n | SparkJob\n | SweepJob\n | JobBaseProperties;\n\nexport function jobBasePropertiesUnionSerializer(item: JobBasePropertiesUnion): any {\n switch (item.jobType) {\n case \"AutoML\":\n return autoMLJobSerializer(item as AutoMLJob);\n\n case \"Command\":\n return commandJobSerializer(item as CommandJob);\n\n case \"Distillation\":\n return distillationJobSerializer(item as DistillationJob);\n\n case \"FineTuning\":\n return fineTuningJobSerializer(item as FineTuningJob);\n\n case \"Pipeline\":\n return pipelineJobSerializer(item as PipelineJob);\n\n case \"Spark\":\n return sparkJobSerializer(item as SparkJob);\n\n case \"Sweep\":\n return sweepJobSerializer(item as SweepJob);\n\n default:\n return jobBasePropertiesSerializer(item);\n }\n}\n\nexport function jobBasePropertiesUnionDeserializer(item: any): JobBasePropertiesUnion {\n switch (item[\"jobType\"]) {\n case \"AutoML\":\n return autoMLJobDeserializer(item as AutoMLJob);\n\n case \"Command\":\n return commandJobDeserializer(item as CommandJob);\n\n case \"Distillation\":\n return distillationJobDeserializer(item as DistillationJob);\n\n case \"FineTuning\":\n return fineTuningJobDeserializer(item as FineTuningJob);\n\n case \"Pipeline\":\n return pipelineJobDeserializer(item as PipelineJob);\n\n case \"Spark\":\n return sparkJobDeserializer(item as SparkJob);\n\n case \"Sweep\":\n return sweepJobDeserializer(item as SweepJob);\n\n default:\n return jobBasePropertiesDeserializer(item);\n }\n}\n\n/** Base definition for identity configuration. */\nexport interface IdentityConfiguration {\n /** [Required] Specifies the type of identity framework. */\n /** The discriminator possible values: AMLToken, Managed, UserIdentity */\n identityType: IdentityConfigurationType;\n}\n\nexport function identityConfigurationSerializer(item: IdentityConfiguration): any {\n return { identityType: item[\"identityType\"] };\n}\n\nexport function identityConfigurationDeserializer(item: any): IdentityConfiguration {\n return {\n identityType: item[\"identityType\"],\n };\n}\n\n/** Alias for IdentityConfigurationUnion */\nexport type IdentityConfigurationUnion =\n | AmlToken\n | ManagedIdentity\n | UserIdentity\n | IdentityConfiguration;\n\nexport function identityConfigurationUnionSerializer(item: IdentityConfigurationUnion): any {\n switch (item.identityType) {\n case \"AMLToken\":\n return amlTokenSerializer(item as AmlToken);\n\n case \"Managed\":\n return managedIdentitySerializer(item as ManagedIdentity);\n\n case \"UserIdentity\":\n return userIdentitySerializer(item as UserIdentity);\n\n default:\n return identityConfigurationSerializer(item);\n }\n}\n\nexport function identityConfigurationUnionDeserializer(item: any): IdentityConfigurationUnion {\n switch (item[\"identityType\"]) {\n case \"AMLToken\":\n return amlTokenDeserializer(item as AmlToken);\n\n case \"Managed\":\n return managedIdentityDeserializer(item as ManagedIdentity);\n\n case \"UserIdentity\":\n return userIdentityDeserializer(item as UserIdentity);\n\n default:\n return identityConfigurationDeserializer(item);\n }\n}\n\n/** Enum to determine identity framework. */\nexport enum KnownIdentityConfigurationType {\n /** Managed */\n Managed = \"Managed\",\n /** AMLToken */\n AMLToken = \"AMLToken\",\n /** UserIdentity */\n UserIdentity = \"UserIdentity\",\n}\n\n/**\n * Enum to determine identity framework. \\\n * {@link KnownIdentityConfigurationType} can be used interchangeably with IdentityConfigurationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Managed** \\\n * **AMLToken** \\\n * **UserIdentity**\n */\nexport type IdentityConfigurationType = string;\n\n/** AML Token identity configuration. */\nexport interface AmlToken extends IdentityConfiguration {\n /** [Required] Specifies the type of identity framework. */\n identityType: \"AMLToken\";\n}\n\nexport function amlTokenSerializer(item: AmlToken): any {\n return { identityType: item[\"identityType\"] };\n}\n\nexport function amlTokenDeserializer(item: any): AmlToken {\n return {\n identityType: item[\"identityType\"],\n };\n}\n\n/** Managed identity configuration. */\nexport interface ManagedIdentity extends IdentityConfiguration {\n /** Specifies a user-assigned identity by client ID. For system-assigned, do not set this field. */\n clientId?: string;\n /** Specifies a user-assigned identity by object ID. For system-assigned, do not set this field. */\n objectId?: string;\n /** Specifies a user-assigned identity by ARM resource ID. For system-assigned, do not set this field. */\n resourceId?: string;\n /** [Required] Specifies the type of identity framework. */\n identityType: \"Managed\";\n}\n\nexport function managedIdentitySerializer(item: ManagedIdentity): any {\n return {\n identityType: item[\"identityType\"],\n clientId: item[\"clientId\"],\n objectId: item[\"objectId\"],\n resourceId: item[\"resourceId\"],\n };\n}\n\nexport function managedIdentityDeserializer(item: any): ManagedIdentity {\n return {\n identityType: item[\"identityType\"],\n clientId: item[\"clientId\"],\n objectId: item[\"objectId\"],\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** User identity configuration. */\nexport interface UserIdentity extends IdentityConfiguration {\n /** [Required] Specifies the type of identity framework. */\n identityType: \"UserIdentity\";\n}\n\nexport function userIdentitySerializer(item: UserIdentity): any {\n return { identityType: item[\"identityType\"] };\n}\n\nexport function userIdentityDeserializer(item: any): UserIdentity {\n return {\n identityType: item[\"identityType\"],\n };\n}\n\n/** Enum to determine the type of job. */\nexport enum KnownJobType {\n /** AutoML */\n AutoML = \"AutoML\",\n /** Command */\n Command = \"Command\",\n /** Sweep */\n Sweep = \"Sweep\",\n /** Pipeline */\n Pipeline = \"Pipeline\",\n /** Spark */\n Spark = \"Spark\",\n /** FineTuning */\n FineTuning = \"FineTuning\",\n /** Distillation */\n Distillation = \"Distillation\",\n}\n\n/**\n * Enum to determine the type of job. \\\n * {@link KnownJobType} can be used interchangeably with JobType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AutoML** \\\n * **Command** \\\n * **Sweep** \\\n * **Pipeline** \\\n * **Spark** \\\n * **FineTuning** \\\n * **Distillation**\n */\nexport type JobType = string;\n\n/** Job endpoint definition */\nexport interface JobService {\n /** Url for endpoint. */\n endpoint?: string;\n /** Any error in the service. */\n readonly errorMessage?: string;\n /** Endpoint type. */\n jobServiceType?: string;\n /**\n * Nodes that user would like to start the service on.\n * If Nodes is not set or set to null, the service will only be started on leader node.\n */\n nodes?: NodesUnion;\n /** Port for endpoint. */\n port?: number;\n /** Additional properties to set on the endpoint. */\n properties?: Record<string, string>;\n /** Status of endpoint. */\n readonly status?: string;\n}\n\nexport function jobServiceSerializer(item: JobService): any {\n return {\n endpoint: item[\"endpoint\"],\n jobServiceType: item[\"jobServiceType\"],\n nodes: !item[\"nodes\"] ? item[\"nodes\"] : nodesUnionSerializer(item[\"nodes\"]),\n port: item[\"port\"],\n properties: item[\"properties\"],\n };\n}\n\nexport function jobServiceDeserializer(item: any): JobService {\n return {\n endpoint: item[\"endpoint\"],\n errorMessage: item[\"errorMessage\"],\n jobServiceType: item[\"jobServiceType\"],\n nodes: !item[\"nodes\"] ? item[\"nodes\"] : nodesUnionDeserializer(item[\"nodes\"]),\n port: item[\"port\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n status: item[\"status\"],\n };\n}\n\n/** Abstract Nodes definition */\nexport interface Nodes {\n /** [Required] Type of the Nodes value */\n /** The discriminator possible values: All */\n nodesValueType: NodesValueType;\n}\n\nexport function nodesSerializer(item: Nodes): any {\n return { nodesValueType: item[\"nodesValueType\"] };\n}\n\nexport function nodesDeserializer(item: any): Nodes {\n return {\n nodesValueType: item[\"nodesValueType\"],\n };\n}\n\n/** Alias for NodesUnion */\nexport type NodesUnion = AllNodes | Nodes;\n\nexport function nodesUnionSerializer(item: NodesUnion): any {\n switch (item.nodesValueType) {\n case \"All\":\n return allNodesSerializer(item as AllNodes);\n\n default:\n return nodesSerializer(item);\n }\n}\n\nexport function nodesUnionDeserializer(item: any): NodesUnion {\n switch (item[\"nodesValueType\"]) {\n case \"All\":\n return allNodesDeserializer(item as AllNodes);\n\n default:\n return nodesDeserializer(item);\n }\n}\n\n/** The enumerated types for the nodes value */\nexport enum KnownNodesValueType {\n /** All */\n All = \"All\",\n}\n\n/**\n * The enumerated types for the nodes value \\\n * {@link KnownNodesValueType} can be used interchangeably with NodesValueType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **All**\n */\nexport type NodesValueType = string;\n\n/** All nodes means the service will be running on all of the nodes of the job */\nexport interface AllNodes extends Nodes {\n /** [Required] Type of the Nodes value */\n nodesValueType: \"All\";\n}\n\nexport function allNodesSerializer(item: AllNodes): any {\n return { nodesValueType: item[\"nodesValueType\"] };\n}\n\nexport function allNodesDeserializer(item: any): AllNodes {\n return {\n nodesValueType: item[\"nodesValueType\"],\n };\n}\n\n/** The status of a job. */\nexport enum KnownJobStatus {\n /** Run hasn't started yet. */\n NotStarted = \"NotStarted\",\n /** Run has started. The user has a run ID. */\n Starting = \"Starting\",\n /** (Not used currently) It will be used if ES is creating the compute target. */\n Provisioning = \"Provisioning\",\n /** The run environment is being prepared. */\n Preparing = \"Preparing\",\n /** The job is queued in the compute target. For example, in BatchAI the job is in queued state, while waiting for all required nodes to be ready. */\n Queued = \"Queued\",\n /** The job started to run in the compute target. */\n Running = \"Running\",\n /** Job is completed in the target. It is in output collection state now. */\n Finalizing = \"Finalizing\",\n /** Cancellation has been requested for the job. */\n CancelRequested = \"CancelRequested\",\n /** Job completed successfully. This reflects that both the job itself and output collection states completed successfully */\n Completed = \"Completed\",\n /** Job failed. */\n Failed = \"Failed\",\n /** Following cancellation request, the job is now successfully canceled. */\n Canceled = \"Canceled\",\n /**\n * When heartbeat is enabled, if the run isn't updating any information to RunHistory then the run goes to NotResponding state.\n * NotResponding is the only state that is exempt from strict transition orders. A run can go from NotResponding to any of the previous states.\n */\n NotResponding = \"NotResponding\",\n /** The job is paused by users. Some adjustment to labeling jobs can be made only in paused state. */\n Paused = \"Paused\",\n /** Default job status if not mapped to all other statuses */\n Unknown = \"Unknown\",\n}\n\n/**\n * The status of a job. \\\n * {@link KnownJobStatus} can be used interchangeably with JobStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotStarted**: Run hasn't started yet. \\\n * **Starting**: Run has started. The user has a run ID. \\\n * **Provisioning**: (Not used currently) It will be used if ES is creating the compute target. \\\n * **Preparing**: The run environment is being prepared. \\\n * **Queued**: The job is queued in the compute target. For example, in BatchAI the job is in queued state, while waiting for all required nodes to be ready. \\\n * **Running**: The job started to run in the compute target. \\\n * **Finalizing**: Job is completed in the target. It is in output collection state now. \\\n * **CancelRequested**: Cancellation has been requested for the job. \\\n * **Completed**: Job completed successfully. This reflects that both the job itself and output collection states completed successfully \\\n * **Failed**: Job failed. \\\n * **Canceled**: Following cancellation request, the job is now successfully canceled. \\\n * **NotResponding**: When heartbeat is enabled, if the run isn't updating any information to RunHistory then the run goes to NotResponding state.\n * NotResponding is the only state that is exempt from strict transition orders. A run can go from NotResponding to any of the previous states. \\\n * **Paused**: The job is paused by users. Some adjustment to labeling jobs can be made only in paused state. \\\n * **Unknown**: Default job status if not mapped to all other statuses\n */\nexport type JobStatus = string;\n\n/**\n * AutoMLJob class.\n * Use this class for executing AutoML tasks like Classification/Regression etc.\n * See TaskType enum for all the tasks supported.\n */\nexport interface AutoMLJob extends JobBaseProperties {\n /**\n * The ARM resource ID of the Environment specification for the job.\n * This is optional value to provide, if not provided, AutoML will default this to Production AutoML curated environment version when running the job.\n */\n environmentId?: string;\n /** Environment variables included in the job. */\n environmentVariables?: Record<string, string>;\n /** Mapping of output data bindings used in the job. */\n outputs?: Record<string, JobOutputUnion>;\n /** Queue settings for the job */\n queueSettings?: QueueSettings;\n /** Compute Resource configuration for the job. */\n resources?: JobResourceConfiguration;\n /** [Required] This represents scenario which can be one of Tables/NLP/Image */\n taskDetails: AutoMLVerticalUnion;\n /** [Required] Specifies the type of job. */\n jobType: \"AutoML\";\n}\n\nexport function autoMLJobSerializer(item: AutoMLJob): any {\n return {\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionSerializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingSerializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: item[\"services\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n environmentId: item[\"environmentId\"],\n environmentVariables: item[\"environmentVariables\"],\n outputs: item[\"outputs\"],\n queueSettings: !item[\"queueSettings\"]\n ? item[\"queueSettings\"]\n : queueSettingsSerializer(item[\"queueSettings\"]),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : jobResourceConfigurationSerializer(item[\"resources\"]),\n taskDetails: autoMLVerticalUnionSerializer(item[\"taskDetails\"]),\n };\n}\n\nexport function autoMLJobDeserializer(item: any): AutoMLJob {\n return {\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionDeserializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingDeserializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: !item[\"services\"]\n ? item[\"services\"]\n : Object.fromEntries(\n Object.entries(item[\"services\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobServiceDeserializer(p1),\n ]),\n ),\n status: item[\"status\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n environmentId: item[\"environmentId\"],\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : Object.fromEntries(\n Object.entries(item[\"environmentVariables\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n outputs: !item[\"outputs\"]\n ? item[\"outputs\"]\n : Object.fromEntries(\n Object.entries(item[\"outputs\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobOutputUnionDeserializer(p1),\n ]),\n ),\n queueSettings: !item[\"queueSettings\"]\n ? item[\"queueSettings\"]\n : queueSettingsDeserializer(item[\"queueSettings\"]),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : jobResourceConfigurationDeserializer(item[\"resources\"]),\n taskDetails: autoMLVerticalUnionDeserializer(item[\"taskDetails\"]),\n };\n}\n\n/** Job output definition container information on where to find job output/logs. */\nexport interface JobOutput {\n /** Description for the output. */\n description?: string;\n /** [Required] Specifies the type of job. */\n /** The discriminator possible values: custom_model, mlflow_model, mltable, triton_model, uri_file, uri_folder */\n jobOutputType: JobOutputType;\n}\n\nexport function jobOutputSerializer(item: JobOutput): any {\n return { description: item[\"description\"], jobOutputType: item[\"jobOutputType\"] };\n}\n\nexport function jobOutputDeserializer(item: any): JobOutput {\n return {\n description: item[\"description\"],\n jobOutputType: item[\"jobOutputType\"],\n };\n}\n\n/** Alias for JobOutputUnion */\nexport type JobOutputUnion =\n | CustomModelJobOutput\n | MLFlowModelJobOutput\n | MLTableJobOutput\n | TritonModelJobOutput\n | UriFileJobOutput\n | UriFolderJobOutput\n | JobOutput;\n\nexport function jobOutputUnionSerializer(item: JobOutputUnion): any {\n switch (item.jobOutputType) {\n case \"custom_model\":\n return customModelJobOutputSerializer(item as CustomModelJobOutput);\n\n case \"mlflow_model\":\n return mlFlowModelJobOutputSerializer(item as MLFlowModelJobOutput);\n\n case \"mltable\":\n return mlTableJobOutputSerializer(item as MLTableJobOutput);\n\n case \"triton_model\":\n return tritonModelJobOutputSerializer(item as TritonModelJobOutput);\n\n case \"uri_file\":\n return uriFileJobOutputSerializer(item as UriFileJobOutput);\n\n case \"uri_folder\":\n return uriFolderJobOutputSerializer(item as UriFolderJobOutput);\n\n default:\n return jobOutputSerializer(item);\n }\n}\n\nexport function jobOutputUnionDeserializer(item: any): JobOutputUnion {\n switch (item[\"jobOutputType\"]) {\n case \"custom_model\":\n return customModelJobOutputDeserializer(item as CustomModelJobOutput);\n\n case \"mlflow_model\":\n return mlFlowModelJobOutputDeserializer(item as MLFlowModelJobOutput);\n\n case \"mltable\":\n return mlTableJobOutputDeserializer(item as MLTableJobOutput);\n\n case \"triton_model\":\n return tritonModelJobOutputDeserializer(item as TritonModelJobOutput);\n\n case \"uri_file\":\n return uriFileJobOutputDeserializer(item as UriFileJobOutput);\n\n case \"uri_folder\":\n return uriFolderJobOutputDeserializer(item as UriFolderJobOutput);\n\n default:\n return jobOutputDeserializer(item);\n }\n}\n\n/** Enum to determine the Job Output Type. */\nexport enum KnownJobOutputType {\n /** uri_file */\n UriFile = \"uri_file\",\n /** uri_folder */\n UriFolder = \"uri_folder\",\n /** mltable */\n Mltable = \"mltable\",\n /** custom_model */\n CustomModel = \"custom_model\",\n /** mlflow_model */\n MlflowModel = \"mlflow_model\",\n /** triton_model */\n TritonModel = \"triton_model\",\n}\n\n/**\n * Enum to determine the Job Output Type. \\\n * {@link KnownJobOutputType} can be used interchangeably with JobOutputType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **uri_file** \\\n * **uri_folder** \\\n * **mltable** \\\n * **custom_model** \\\n * **mlflow_model** \\\n * **triton_model**\n */\nexport type JobOutputType = string;\n\n/** model interface CustomModelJobOutput */\nexport interface CustomModelJobOutput extends JobOutput {\n /** Output Asset Name. */\n assetName?: string;\n /** Output data delivery mode enums. */\n mode?: OutputDeliveryMode;\n /** Output Asset URI. */\n uri?: string;\n /** [Required] Specifies the type of job. */\n jobOutputType: \"custom_model\";\n}\n\nexport function customModelJobOutputSerializer(item: CustomModelJobOutput): any {\n return {\n description: item[\"description\"],\n jobOutputType: item[\"jobOutputType\"],\n assetName: item[\"assetName\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function customModelJobOutputDeserializer(item: any): CustomModelJobOutput {\n return {\n description: item[\"description\"],\n jobOutputType: item[\"jobOutputType\"],\n assetName: item[\"assetName\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\n/** Output data delivery mode enums. */\nexport enum KnownOutputDeliveryMode {\n /** ReadWriteMount */\n ReadWriteMount = \"ReadWriteMount\",\n /** Upload */\n Upload = \"Upload\",\n /** Direct */\n Direct = \"Direct\",\n}\n\n/**\n * Output data delivery mode enums. \\\n * {@link KnownOutputDeliveryMode} can be used interchangeably with OutputDeliveryMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ReadWriteMount** \\\n * **Upload** \\\n * **Direct**\n */\nexport type OutputDeliveryMode = string;\n\n/** model interface MLFlowModelJobOutput */\nexport interface MLFlowModelJobOutput extends JobOutput {\n /** Output Asset Name. */\n assetName?: string;\n /** Output data delivery mode enums. */\n mode?: OutputDeliveryMode;\n /** Output Asset URI. */\n uri?: string;\n /** [Required] Specifies the type of job. */\n jobOutputType: \"mlflow_model\";\n}\n\nexport function mlFlowModelJobOutputSerializer(item: MLFlowModelJobOutput): any {\n return {\n description: item[\"description\"],\n jobOutputType: item[\"jobOutputType\"],\n assetName: item[\"assetName\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function mlFlowModelJobOutputDeserializer(item: any): MLFlowModelJobOutput {\n return {\n description: item[\"description\"],\n jobOutputType: item[\"jobOutputType\"],\n assetName: item[\"assetName\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\n/** model interface MLTableJobOutput */\nexport interface MLTableJobOutput extends JobOutput {\n /** Output Asset Name. */\n assetName?: string;\n /** Output data delivery mode enums. */\n mode?: OutputDeliveryMode;\n /** Output Asset URI. */\n uri?: string;\n /** [Required] Specifies the type of job. */\n jobOutputType: \"mltable\";\n}\n\nexport function mlTableJobOutputSerializer(item: MLTableJobOutput): any {\n return {\n description: item[\"description\"],\n jobOutputType: item[\"jobOutputType\"],\n assetName: item[\"assetName\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function mlTableJobOutputDeserializer(item: any): MLTableJobOutput {\n return {\n description: item[\"description\"],\n jobOutputType: item[\"jobOutputType\"],\n assetName: item[\"assetName\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\n/** model interface TritonModelJobOutput */\nexport interface TritonModelJobOutput extends JobOutput {\n /** Output Asset Name. */\n assetName?: string;\n /** Output data delivery mode enums. */\n mode?: OutputDeliveryMode;\n /** Output Asset URI. */\n uri?: string;\n /** [Required] Specifies the type of job. */\n jobOutputType: \"triton_model\";\n}\n\nexport function tritonModelJobOutputSerializer(item: TritonModelJobOutput): any {\n return {\n description: item[\"description\"],\n jobOutputType: item[\"jobOutputType\"],\n assetName: item[\"assetName\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function tritonModelJobOutputDeserializer(item: any): TritonModelJobOutput {\n return {\n description: item[\"description\"],\n jobOutputType: item[\"jobOutputType\"],\n assetName: item[\"assetName\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\n/** model interface UriFileJobOutput */\nexport interface UriFileJobOutput extends JobOutput {\n /** Output Asset Name. */\n assetName?: string;\n /** Output data delivery mode enums. */\n mode?: OutputDeliveryMode;\n /** Output Asset URI. */\n uri?: string;\n /** [Required] Specifies the type of job. */\n jobOutputType: \"uri_file\";\n}\n\nexport function uriFileJobOutputSerializer(item: UriFileJobOutput): any {\n return {\n description: item[\"description\"],\n jobOutputType: item[\"jobOutputType\"],\n assetName: item[\"assetName\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function uriFileJobOutputDeserializer(item: any): UriFileJobOutput {\n return {\n description: item[\"description\"],\n jobOutputType: item[\"jobOutputType\"],\n assetName: item[\"assetName\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\n/** model interface UriFolderJobOutput */\nexport interface UriFolderJobOutput extends JobOutput {\n /** Output Asset Name. */\n assetName?: string;\n /** Output data delivery mode enums. */\n mode?: OutputDeliveryMode;\n /** Output Asset URI. */\n uri?: string;\n /** [Required] Specifies the type of job. */\n jobOutputType: \"uri_folder\";\n}\n\nexport function uriFolderJobOutputSerializer(item: UriFolderJobOutput): any {\n return {\n description: item[\"description\"],\n jobOutputType: item[\"jobOutputType\"],\n assetName: item[\"assetName\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\nexport function uriFolderJobOutputDeserializer(item: any): UriFolderJobOutput {\n return {\n description: item[\"description\"],\n jobOutputType: item[\"jobOutputType\"],\n assetName: item[\"assetName\"],\n mode: item[\"mode\"],\n uri: item[\"uri\"],\n };\n}\n\n/** model interface QueueSettings */\nexport interface QueueSettings {\n /** Enum to determine the job tier. */\n jobTier?: JobTier;\n}\n\nexport function queueSettingsSerializer(item: QueueSettings): any {\n return { jobTier: item[\"jobTier\"] };\n}\n\nexport function queueSettingsDeserializer(item: any): QueueSettings {\n return {\n jobTier: item[\"jobTier\"],\n };\n}\n\n/** Enum to determine the job tier. */\nexport enum KnownJobTier {\n /** Null */\n Null = \"Null\",\n /** Spot */\n Spot = \"Spot\",\n /** Basic */\n Basic = \"Basic\",\n /** Standard */\n Standard = \"Standard\",\n /** Premium */\n Premium = \"Premium\",\n}\n\n/**\n * Enum to determine the job tier. \\\n * {@link KnownJobTier} can be used interchangeably with JobTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Null** \\\n * **Spot** \\\n * **Basic** \\\n * **Standard** \\\n * **Premium**\n */\nexport type JobTier = string;\n\n/** model interface JobResourceConfiguration */\nexport interface JobResourceConfiguration extends ResourceConfiguration {\n /** Extra arguments to pass to the Docker run command. This would override any parameters that have already been set by the system, or in this section. This parameter is only supported for Azure ML compute types. */\n dockerArgs?: string;\n /** Extra arguments to pass to the Docker run command, as a collection. This would override any parameters that have already been set by the system, or in this section. This parameter is only supported for Azure ML compute types. */\n dockerArgsList?: string[];\n /** Size of the docker container's shared memory block. This should be in the format of (number)(unit) where number as to be greater than 0 and the unit can be one of b(bytes), k(kilobytes), m(megabytes), or g(gigabytes). */\n shmSize?: string;\n}\n\nexport function jobResourceConfigurationSerializer(item: JobResourceConfiguration): any {\n return {\n instanceCount: item[\"instanceCount\"],\n instanceType: item[\"instanceType\"],\n properties: item[\"properties\"],\n dockerArgs: item[\"dockerArgs\"],\n dockerArgsList: !item[\"dockerArgsList\"]\n ? item[\"dockerArgsList\"]\n : item[\"dockerArgsList\"].map((p: any) => {\n return p;\n }),\n shmSize: item[\"shmSize\"],\n };\n}\n\nexport function jobResourceConfigurationDeserializer(item: any): JobResourceConfiguration {\n return {\n instanceCount: item[\"instanceCount\"],\n instanceType: item[\"instanceType\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n dockerArgs: item[\"dockerArgs\"],\n dockerArgsList: !item[\"dockerArgsList\"]\n ? item[\"dockerArgsList\"]\n : item[\"dockerArgsList\"].map((p1: any) => {\n return p1;\n }),\n shmSize: item[\"shmSize\"],\n };\n}\n\n/**\n * AutoML vertical class.\n * Base class for AutoML verticals - TableVertical/ImageVertical/NLPVertical\n */\nexport interface AutoMLVertical {\n /** Enum for setting log verbosity. */\n logVerbosity?: LogVerbosity;\n /**\n * Target column name: This is prediction values column.\n * Also known as label column name in context of classification tasks.\n */\n targetColumnName?: string;\n /** [Required] Task type for AutoMLJob. */\n /** The discriminator possible values: Classification, Forecasting, ImageClassification, ImageClassificationMultilabel, ImageInstanceSegmentation, ImageObjectDetection, Regression, TextClassification, TextClassificationMultilabel, TextNER */\n taskType: TaskType;\n /** [Required] Training data input. */\n trainingData: MLTableJobInput;\n}\n\nexport function autoMLVerticalSerializer(item: AutoMLVertical): any {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputSerializer(item[\"trainingData\"]),\n };\n}\n\nexport function autoMLVerticalDeserializer(item: any): AutoMLVertical {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputDeserializer(item[\"trainingData\"]),\n };\n}\n\n/** Alias for AutoMLVerticalUnion */\nexport type AutoMLVerticalUnion =\n | Classification\n | Forecasting\n | ImageClassification\n | ImageClassificationMultilabel\n | ImageInstanceSegmentation\n | ImageObjectDetection\n | Regression\n | TextClassification\n | TextClassificationMultilabel\n | TextNer\n | AutoMLVertical;\n\nexport function autoMLVerticalUnionSerializer(item: AutoMLVerticalUnion): any {\n switch (item.taskType) {\n case \"Classification\":\n return classificationSerializer(item as Classification);\n\n case \"Forecasting\":\n return forecastingSerializer(item as Forecasting);\n\n case \"ImageClassification\":\n return imageClassificationSerializer(item as ImageClassification);\n\n case \"ImageClassificationMultilabel\":\n return imageClassificationMultilabelSerializer(item as ImageClassificationMultilabel);\n\n case \"ImageInstanceSegmentation\":\n return imageInstanceSegmentationSerializer(item as ImageInstanceSegmentation);\n\n case \"ImageObjectDetection\":\n return imageObjectDetectionSerializer(item as ImageObjectDetection);\n\n case \"Regression\":\n return regressionSerializer(item as Regression);\n\n case \"TextClassification\":\n return textClassificationSerializer(item as TextClassification);\n\n case \"TextClassificationMultilabel\":\n return textClassificationMultilabelSerializer(item as TextClassificationMultilabel);\n\n case \"TextNER\":\n return textNerSerializer(item as TextNer);\n\n default:\n return autoMLVerticalSerializer(item);\n }\n}\n\nexport function autoMLVerticalUnionDeserializer(item: any): AutoMLVerticalUnion {\n switch (item[\"taskType\"]) {\n case \"Classification\":\n return classificationDeserializer(item as Classification);\n\n case \"Forecasting\":\n return forecastingDeserializer(item as Forecasting);\n\n case \"ImageClassification\":\n return imageClassificationDeserializer(item as ImageClassification);\n\n case \"ImageClassificationMultilabel\":\n return imageClassificationMultilabelDeserializer(item as ImageClassificationMultilabel);\n\n case \"ImageInstanceSegmentation\":\n return imageInstanceSegmentationDeserializer(item as ImageInstanceSegmentation);\n\n case \"ImageObjectDetection\":\n return imageObjectDetectionDeserializer(item as ImageObjectDetection);\n\n case \"Regression\":\n return regressionDeserializer(item as Regression);\n\n case \"TextClassification\":\n return textClassificationDeserializer(item as TextClassification);\n\n case \"TextClassificationMultilabel\":\n return textClassificationMultilabelDeserializer(item as TextClassificationMultilabel);\n\n case \"TextNER\":\n return textNerDeserializer(item as TextNer);\n\n default:\n return autoMLVerticalDeserializer(item);\n }\n}\n\n/** Enum for setting log verbosity. */\nexport enum KnownLogVerbosity {\n /** No logs emitted. */\n NotSet = \"NotSet\",\n /** Debug and above log statements logged. */\n Debug = \"Debug\",\n /** Info and above log statements logged. */\n Info = \"Info\",\n /** Warning and above log statements logged. */\n Warning = \"Warning\",\n /** Error and above log statements logged. */\n Error = \"Error\",\n /** Only critical statements logged. */\n Critical = \"Critical\",\n}\n\n/**\n * Enum for setting log verbosity. \\\n * {@link KnownLogVerbosity} can be used interchangeably with LogVerbosity,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSet**: No logs emitted. \\\n * **Debug**: Debug and above log statements logged. \\\n * **Info**: Info and above log statements logged. \\\n * **Warning**: Warning and above log statements logged. \\\n * **Error**: Error and above log statements logged. \\\n * **Critical**: Only critical statements logged.\n */\nexport type LogVerbosity = string;\n\n/** AutoMLJob Task type. */\nexport enum KnownTaskType {\n /**\n * Classification in machine learning and statistics is a supervised learning approach in which\n * the computer program learns from the data given to it and make new observations or classifications.\n */\n Classification = \"Classification\",\n /** Regression means to predict the value using the input data. Regression models are used to predict a continuous value. */\n Regression = \"Regression\",\n /**\n * Forecasting is a special kind of regression task that deals with time-series data and creates forecasting model\n * that can be used to predict the near future values based on the inputs.\n */\n Forecasting = \"Forecasting\",\n /**\n * Image Classification. Multi-class image classification is used when an image is classified with only a single label\n * from a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'.\n */\n ImageClassification = \"ImageClassification\",\n /**\n * Image Classification Multilabel. Multi-label image classification is used when an image could have one or more labels\n * from a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'.\n */\n ImageClassificationMultilabel = \"ImageClassificationMultilabel\",\n /**\n * Image Object Detection. Object detection is used to identify objects in an image and locate each object with a\n * bounding box e.g. locate all dogs and cats in an image and draw a bounding box around each.\n */\n ImageObjectDetection = \"ImageObjectDetection\",\n /**\n * Image Instance Segmentation. Instance segmentation is used to identify objects in an image at the pixel level,\n * drawing a polygon around each object in the image.\n */\n ImageInstanceSegmentation = \"ImageInstanceSegmentation\",\n /**\n * Text classification (also known as text tagging or text categorization) is the process of sorting texts into categories.\n * Categories are mutually exclusive.\n */\n TextClassification = \"TextClassification\",\n /** Multilabel classification task assigns each sample to a group (zero or more) of target labels. */\n TextClassificationMultilabel = \"TextClassificationMultilabel\",\n /**\n * Text Named Entity Recognition a.k.a. TextNER.\n * Named Entity Recognition (NER) is the ability to take free-form text and identify the occurrences of entities such as people, locations, organizations, and more.\n */\n TextNER = \"TextNER\",\n}\n\n/**\n * AutoMLJob Task type. \\\n * {@link KnownTaskType} can be used interchangeably with TaskType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Classification**: Classification in machine learning and statistics is a supervised learning approach in which\n * the computer program learns from the data given to it and make new observations or classifications. \\\n * **Regression**: Regression means to predict the value using the input data. Regression models are used to predict a continuous value. \\\n * **Forecasting**: Forecasting is a special kind of regression task that deals with time-series data and creates forecasting model\n * that can be used to predict the near future values based on the inputs. \\\n * **ImageClassification**: Image Classification. Multi-class image classification is used when an image is classified with only a single label\n * from a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'. \\\n * **ImageClassificationMultilabel**: Image Classification Multilabel. Multi-label image classification is used when an image could have one or more labels\n * from a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'. \\\n * **ImageObjectDetection**: Image Object Detection. Object detection is used to identify objects in an image and locate each object with a\n * bounding box e.g. locate all dogs and cats in an image and draw a bounding box around each. \\\n * **ImageInstanceSegmentation**: Image Instance Segmentation. Instance segmentation is used to identify objects in an image at the pixel level,\n * drawing a polygon around each object in the image. \\\n * **TextClassification**: Text classification (also known as text tagging or text categorization) is the process of sorting texts into categories.\n * Categories are mutually exclusive. \\\n * **TextClassificationMultilabel**: Multilabel classification task assigns each sample to a group (zero or more) of target labels. \\\n * **TextNER**: Text Named Entity Recognition a.k.a. TextNER.\n * Named Entity Recognition (NER) is the ability to take free-form text and identify the occurrences of entities such as people, locations, organizations, and more.\n */\nexport type TaskType = string;\n\n/** Classification task in AutoML Table vertical. */\nexport interface Classification extends AutoMLVertical {\n /** Columns to use for CVSplit data. */\n cvSplitColumnNames?: string[];\n /** Featurization inputs needed for AutoML job. */\n featurizationSettings?: TableVerticalFeaturizationSettings;\n /** Execution constraints for AutoMLJob. */\n limitSettings?: TableVerticalLimitSettings;\n /**\n * Number of cross validation folds to be applied on training dataset\n * when validation dataset is not provided.\n */\n nCrossValidations?: NCrossValidationsUnion;\n /** Test data input. */\n testData?: MLTableJobInput;\n /**\n * The fraction of test dataset that needs to be set aside for validation purpose.\n * Values between (0.0 , 1.0)\n * Applied when validation dataset is not provided.\n */\n testDataSize?: number;\n /** Validation data inputs. */\n validationData?: MLTableJobInput;\n /**\n * The fraction of training dataset that needs to be set aside for validation purpose.\n * Values between (0.0 , 1.0)\n * Applied when validation dataset is not provided.\n */\n validationDataSize?: number;\n /** The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows in the data to be weighted up or down. */\n weightColumnName?: string;\n /** Positive label for binary metrics calculation. */\n positiveLabel?: string;\n /** Primary metrics for classification tasks. */\n primaryMetric?: ClassificationPrimaryMetrics;\n /** Inputs for training phase for an AutoML Job. */\n trainingSettings?: ClassificationTrainingSettings;\n /** [Required] Task type for AutoMLJob. */\n taskType: \"Classification\";\n}\n\nexport function classificationSerializer(item: Classification): any {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputSerializer(item[\"trainingData\"]),\n cvSplitColumnNames: !item[\"cvSplitColumnNames\"]\n ? item[\"cvSplitColumnNames\"]\n : item[\"cvSplitColumnNames\"].map((p: any) => {\n return p;\n }),\n featurizationSettings: !item[\"featurizationSettings\"]\n ? item[\"featurizationSettings\"]\n : tableVerticalFeaturizationSettingsSerializer(item[\"featurizationSettings\"]),\n limitSettings: !item[\"limitSettings\"]\n ? item[\"limitSettings\"]\n : tableVerticalLimitSettingsSerializer(item[\"limitSettings\"]),\n nCrossValidations: !item[\"nCrossValidations\"]\n ? item[\"nCrossValidations\"]\n : nCrossValidationsUnionSerializer(item[\"nCrossValidations\"]),\n testData: !item[\"testData\"] ? item[\"testData\"] : mlTableJobInputSerializer(item[\"testData\"]),\n testDataSize: item[\"testDataSize\"],\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputSerializer(item[\"validationData\"]),\n validationDataSize: item[\"validationDataSize\"],\n weightColumnName: item[\"weightColumnName\"],\n positiveLabel: item[\"positiveLabel\"],\n primaryMetric: item[\"primaryMetric\"],\n trainingSettings: !item[\"trainingSettings\"]\n ? item[\"trainingSettings\"]\n : classificationTrainingSettingsSerializer(item[\"trainingSettings\"]),\n };\n}\n\nexport function classificationDeserializer(item: any): Classification {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputDeserializer(item[\"trainingData\"]),\n cvSplitColumnNames: !item[\"cvSplitColumnNames\"]\n ? item[\"cvSplitColumnNames\"]\n : item[\"cvSplitColumnNames\"].map((p1: any) => {\n return p1;\n }),\n featurizationSettings: !item[\"featurizationSettings\"]\n ? item[\"featurizationSettings\"]\n : tableVerticalFeaturizationSettingsDeserializer(item[\"featurizationSettings\"]),\n limitSettings: !item[\"limitSettings\"]\n ? item[\"limitSettings\"]\n : tableVerticalLimitSettingsDeserializer(item[\"limitSettings\"]),\n nCrossValidations: !item[\"nCrossValidations\"]\n ? item[\"nCrossValidations\"]\n : nCrossValidationsUnionDeserializer(item[\"nCrossValidations\"]),\n testData: !item[\"testData\"] ? item[\"testData\"] : mlTableJobInputDeserializer(item[\"testData\"]),\n testDataSize: item[\"testDataSize\"],\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputDeserializer(item[\"validationData\"]),\n validationDataSize: item[\"validationDataSize\"],\n weightColumnName: item[\"weightColumnName\"],\n positiveLabel: item[\"positiveLabel\"],\n primaryMetric: item[\"primaryMetric\"],\n trainingSettings: !item[\"trainingSettings\"]\n ? item[\"trainingSettings\"]\n : classificationTrainingSettingsDeserializer(item[\"trainingSettings\"]),\n };\n}\n\n/** Featurization Configuration. */\nexport interface TableVerticalFeaturizationSettings extends FeaturizationSettings {\n /** These transformers shall not be used in featurization. */\n blockedTransformers?: BlockedTransformers[];\n /** Dictionary of column name and its type (int, float, string, datetime etc). */\n columnNameAndTypes?: Record<string, string>;\n /** Determines whether to use Dnn based featurizers for data featurization. */\n enableDnnFeaturization?: boolean;\n /**\n * Featurization mode - User can keep the default 'Auto' mode and AutoML will take care of necessary transformation of the data in featurization phase.\n * If 'Off' is selected then no featurization is done.\n * If 'Custom' is selected then user can specify additional inputs to customize how featurization is done.\n */\n mode?: FeaturizationMode;\n /** User can specify additional transformers to be used along with the columns to which it would be applied and parameters for the transformer constructor. */\n transformerParams?: Record<string, ColumnTransformer[]>;\n}\n\nexport function tableVerticalFeaturizationSettingsSerializer(\n item: TableVerticalFeaturizationSettings,\n): any {\n return {\n datasetLanguage: item[\"datasetLanguage\"],\n blockedTransformers: !item[\"blockedTransformers\"]\n ? item[\"blockedTransformers\"]\n : item[\"blockedTransformers\"].map((p: any) => {\n return p;\n }),\n columnNameAndTypes: item[\"columnNameAndTypes\"],\n enableDnnFeaturization: item[\"enableDnnFeaturization\"],\n mode: item[\"mode\"],\n transformerParams: item[\"transformerParams\"],\n };\n}\n\nexport function tableVerticalFeaturizationSettingsDeserializer(\n item: any,\n): TableVerticalFeaturizationSettings {\n return {\n datasetLanguage: item[\"datasetLanguage\"],\n blockedTransformers: !item[\"blockedTransformers\"]\n ? item[\"blockedTransformers\"]\n : item[\"blockedTransformers\"].map((p1: any) => {\n return p1;\n }),\n columnNameAndTypes: !item[\"columnNameAndTypes\"]\n ? item[\"columnNameAndTypes\"]\n : Object.fromEntries(\n Object.entries(item[\"columnNameAndTypes\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n enableDnnFeaturization: item[\"enableDnnFeaturization\"],\n mode: item[\"mode\"],\n transformerParams: !item[\"transformerParams\"]\n ? item[\"transformerParams\"]\n : Object.fromEntries(\n Object.entries(item[\"transformerParams\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : columnTransformerArrayDeserializer(p1),\n ]),\n ),\n };\n}\n\n/** Enum for all classification models supported by AutoML. */\nexport enum KnownBlockedTransformers {\n /** Target encoding for text data. */\n TextTargetEncoder = \"TextTargetEncoder\",\n /** Ohe hot encoding creates a binary feature transformation. */\n OneHotEncoder = \"OneHotEncoder\",\n /** Target encoding for categorical data. */\n CatTargetEncoder = \"CatTargetEncoder\",\n /** Tf-Idf stands for, term-frequency times inverse document-frequency. This is a common term weighting scheme for identifying information from documents. */\n TfIdf = \"TfIdf\",\n /** Weight of Evidence encoding is a technique used to encode categorical variables. It uses the natural log of the P(1)/P(0) to create weights. */\n WoETargetEncoder = \"WoETargetEncoder\",\n /** Label encoder converts labels/categorical variables in a numerical form. */\n LabelEncoder = \"LabelEncoder\",\n /** Word embedding helps represents words or phrases as a vector, or a series of numbers. */\n WordEmbedding = \"WordEmbedding\",\n /** Naive Bayes is a classified that is used for classification of discrete features that are categorically distributed. */\n NaiveBayes = \"NaiveBayes\",\n /** Count Vectorizer converts a collection of text documents to a matrix of token counts. */\n CountVectorizer = \"CountVectorizer\",\n /** Hashing One Hot Encoder can turn categorical variables into a limited number of new features. This is often used for high-cardinality categorical features. */\n HashOneHotEncoder = \"HashOneHotEncoder\",\n}\n\n/**\n * Enum for all classification models supported by AutoML. \\\n * {@link KnownBlockedTransformers} can be used interchangeably with BlockedTransformers,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TextTargetEncoder**: Target encoding for text data. \\\n * **OneHotEncoder**: Ohe hot encoding creates a binary feature transformation. \\\n * **CatTargetEncoder**: Target encoding for categorical data. \\\n * **TfIdf**: Tf-Idf stands for, term-frequency times inverse document-frequency. This is a common term weighting scheme for identifying information from documents. \\\n * **WoETargetEncoder**: Weight of Evidence encoding is a technique used to encode categorical variables. It uses the natural log of the P(1)\\/P(0) to create weights. \\\n * **LabelEncoder**: Label encoder converts labels\\/categorical variables in a numerical form. \\\n * **WordEmbedding**: Word embedding helps represents words or phrases as a vector, or a series of numbers. \\\n * **NaiveBayes**: Naive Bayes is a classified that is used for classification of discrete features that are categorically distributed. \\\n * **CountVectorizer**: Count Vectorizer converts a collection of text documents to a matrix of token counts. \\\n * **HashOneHotEncoder**: Hashing One Hot Encoder can turn categorical variables into a limited number of new features. This is often used for high-cardinality categorical features.\n */\nexport type BlockedTransformers = string;\n\n/** Featurization mode - determines data featurization mode. */\nexport enum KnownFeaturizationMode {\n /** Auto mode, system performs featurization without any custom featurization inputs. */\n Auto = \"Auto\",\n /** Custom featurization. */\n Custom = \"Custom\",\n /** Featurization off. 'Forecasting' task cannot use this value. */\n Off = \"Off\",\n}\n\n/**\n * Featurization mode - determines data featurization mode. \\\n * {@link KnownFeaturizationMode} can be used interchangeably with FeaturizationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Auto**: Auto mode, system performs featurization without any custom featurization inputs. \\\n * **Custom**: Custom featurization. \\\n * **Off**: Featurization off. 'Forecasting' task cannot use this value.\n */\nexport type FeaturizationMode = string;\n\nexport function columnTransformerArraySerializer(result: Array<ColumnTransformer>): any[] {\n return result.map((item) => {\n return columnTransformerSerializer(item);\n });\n}\n\nexport function columnTransformerArrayDeserializer(result: Array<ColumnTransformer>): any[] {\n return result.map((item) => {\n return columnTransformerDeserializer(item);\n });\n}\n\n/** Column transformer parameters. */\nexport interface ColumnTransformer {\n /** Fields to apply transformer logic on. */\n fields?: string[];\n /**\n * Different properties to be passed to transformer.\n * Input expected is dictionary of key,value pairs in JSON format.\n */\n parameters?: any;\n}\n\nexport function columnTransformerSerializer(item: ColumnTransformer): any {\n return {\n fields: !item[\"fields\"]\n ? item[\"fields\"]\n : item[\"fields\"].map((p: any) => {\n return p;\n }),\n parameters: item[\"parameters\"],\n };\n}\n\nexport function columnTransformerDeserializer(item: any): ColumnTransformer {\n return {\n fields: !item[\"fields\"]\n ? item[\"fields\"]\n : item[\"fields\"].map((p1: any) => {\n return p1;\n }),\n parameters: item[\"parameters\"],\n };\n}\n\n/** Job execution constraints. */\nexport interface TableVerticalLimitSettings {\n /** Enable early termination, determines whether or not if AutoMLJob will terminate early if there is no score improvement in last 20 iterations. */\n enableEarlyTermination?: boolean;\n /** Exit score for the AutoML job. */\n exitScore?: number;\n /** Maximum Concurrent iterations. */\n maxConcurrentTrials?: number;\n /** Max cores per iteration. */\n maxCoresPerTrial?: number;\n /** Number of iterations. */\n maxTrials?: number;\n /** AutoML job timeout. */\n timeout?: string;\n /** Iteration timeout. */\n trialTimeout?: string;\n}\n\nexport function tableVerticalLimitSettingsSerializer(item: TableVerticalLimitSettings): any {\n return {\n enableEarlyTermination: item[\"enableEarlyTermination\"],\n exitScore: item[\"exitScore\"],\n maxConcurrentTrials: item[\"maxConcurrentTrials\"],\n maxCoresPerTrial: item[\"maxCoresPerTrial\"],\n maxTrials: item[\"maxTrials\"],\n timeout: item[\"timeout\"],\n trialTimeout: item[\"trialTimeout\"],\n };\n}\n\nexport function tableVerticalLimitSettingsDeserializer(item: any): TableVerticalLimitSettings {\n return {\n enableEarlyTermination: item[\"enableEarlyTermination\"],\n exitScore: item[\"exitScore\"],\n maxConcurrentTrials: item[\"maxConcurrentTrials\"],\n maxCoresPerTrial: item[\"maxCoresPerTrial\"],\n maxTrials: item[\"maxTrials\"],\n timeout: item[\"timeout\"],\n trialTimeout: item[\"trialTimeout\"],\n };\n}\n\n/** N-Cross validations value. */\nexport interface NCrossValidations {\n /** [Required] Mode for determining N-Cross validations. */\n /** The discriminator possible values: Auto, Custom */\n mode: NCrossValidationsMode;\n}\n\nexport function nCrossValidationsSerializer(item: NCrossValidations): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function nCrossValidationsDeserializer(item: any): NCrossValidations {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** Alias for NCrossValidationsUnion */\nexport type NCrossValidationsUnion =\n | AutoNCrossValidations\n | CustomNCrossValidations\n | NCrossValidations;\n\nexport function nCrossValidationsUnionSerializer(item: NCrossValidationsUnion): any {\n switch (item.mode) {\n case \"Auto\":\n return autoNCrossValidationsSerializer(item as AutoNCrossValidations);\n\n case \"Custom\":\n return customNCrossValidationsSerializer(item as CustomNCrossValidations);\n\n default:\n return nCrossValidationsSerializer(item);\n }\n}\n\nexport function nCrossValidationsUnionDeserializer(item: any): NCrossValidationsUnion {\n switch (item[\"mode\"]) {\n case \"Auto\":\n return autoNCrossValidationsDeserializer(item as AutoNCrossValidations);\n\n case \"Custom\":\n return customNCrossValidationsDeserializer(item as CustomNCrossValidations);\n\n default:\n return nCrossValidationsDeserializer(item);\n }\n}\n\n/** Determines how N-Cross validations value is determined. */\nexport enum KnownNCrossValidationsMode {\n /** Determine N-Cross validations value automatically. Supported only for 'Forecasting' AutoML task. */\n Auto = \"Auto\",\n /** Use custom N-Cross validations value. */\n Custom = \"Custom\",\n}\n\n/**\n * Determines how N-Cross validations value is determined. \\\n * {@link KnownNCrossValidationsMode} can be used interchangeably with NCrossValidationsMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Auto**: Determine N-Cross validations value automatically. Supported only for 'Forecasting' AutoML task. \\\n * **Custom**: Use custom N-Cross validations value.\n */\nexport type NCrossValidationsMode = string;\n\n/** N-Cross validations determined automatically. */\nexport interface AutoNCrossValidations extends NCrossValidations {\n /** [Required] Mode for determining N-Cross validations. */\n mode: \"Auto\";\n}\n\nexport function autoNCrossValidationsSerializer(item: AutoNCrossValidations): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function autoNCrossValidationsDeserializer(item: any): AutoNCrossValidations {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** N-Cross validations are specified by user. */\nexport interface CustomNCrossValidations extends NCrossValidations {\n /** [Required] N-Cross validations value. */\n value: number;\n /** [Required] Mode for determining N-Cross validations. */\n mode: \"Custom\";\n}\n\nexport function customNCrossValidationsSerializer(item: CustomNCrossValidations): any {\n return { mode: item[\"mode\"], value: item[\"value\"] };\n}\n\nexport function customNCrossValidationsDeserializer(item: any): CustomNCrossValidations {\n return {\n mode: item[\"mode\"],\n value: item[\"value\"],\n };\n}\n\n/** Primary metrics for classification tasks. */\nexport enum KnownClassificationPrimaryMetrics {\n /**\n * AUC is the Area under the curve.\n * This metric represents arithmetic mean of the score for each class,\n * weighted by the number of true instances in each class.\n */\n AUCWeighted = \"AUCWeighted\",\n /** Accuracy is the ratio of predictions that exactly match the true class labels. */\n Accuracy = \"Accuracy\",\n /**\n * Normalized macro recall is recall macro-averaged and normalized, so that random\n * performance has a score of 0, and perfect performance has a score of 1.\n */\n NormMacroRecall = \"NormMacroRecall\",\n /**\n * The arithmetic mean of the average precision score for each class, weighted by\n * the number of true instances in each class.\n */\n AveragePrecisionScoreWeighted = \"AveragePrecisionScoreWeighted\",\n /** The arithmetic mean of precision for each class, weighted by number of true instances in each class. */\n PrecisionScoreWeighted = \"PrecisionScoreWeighted\",\n}\n\n/**\n * Primary metrics for classification tasks. \\\n * {@link KnownClassificationPrimaryMetrics} can be used interchangeably with ClassificationPrimaryMetrics,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AUCWeighted**: AUC is the Area under the curve.\n * This metric represents arithmetic mean of the score for each class,\n * weighted by the number of true instances in each class. \\\n * **Accuracy**: Accuracy is the ratio of predictions that exactly match the true class labels. \\\n * **NormMacroRecall**: Normalized macro recall is recall macro-averaged and normalized, so that random\n * performance has a score of 0, and perfect performance has a score of 1. \\\n * **AveragePrecisionScoreWeighted**: The arithmetic mean of the average precision score for each class, weighted by\n * the number of true instances in each class. \\\n * **PrecisionScoreWeighted**: The arithmetic mean of precision for each class, weighted by number of true instances in each class.\n */\nexport type ClassificationPrimaryMetrics = string;\n\n/** Classification Training related configuration. */\nexport interface ClassificationTrainingSettings extends TrainingSettings {\n /** Allowed models for classification task. */\n allowedTrainingAlgorithms?: ClassificationModels[];\n /** Blocked models for classification task. */\n blockedTrainingAlgorithms?: ClassificationModels[];\n}\n\nexport function classificationTrainingSettingsSerializer(\n item: ClassificationTrainingSettings,\n): any {\n return {\n enableDnnTraining: item[\"enableDnnTraining\"],\n enableModelExplainability: item[\"enableModelExplainability\"],\n enableOnnxCompatibleModels: item[\"enableOnnxCompatibleModels\"],\n enableStackEnsemble: item[\"enableStackEnsemble\"],\n enableVoteEnsemble: item[\"enableVoteEnsemble\"],\n ensembleModelDownloadTimeout: item[\"ensembleModelDownloadTimeout\"],\n stackEnsembleSettings: !item[\"stackEnsembleSettings\"]\n ? item[\"stackEnsembleSettings\"]\n : stackEnsembleSettingsSerializer(item[\"stackEnsembleSettings\"]),\n allowedTrainingAlgorithms: !item[\"allowedTrainingAlgorithms\"]\n ? item[\"allowedTrainingAlgorithms\"]\n : item[\"allowedTrainingAlgorithms\"].map((p: any) => {\n return p;\n }),\n blockedTrainingAlgorithms: !item[\"blockedTrainingAlgorithms\"]\n ? item[\"blockedTrainingAlgorithms\"]\n : item[\"blockedTrainingAlgorithms\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function classificationTrainingSettingsDeserializer(\n item: any,\n): ClassificationTrainingSettings {\n return {\n enableDnnTraining: item[\"enableDnnTraining\"],\n enableModelExplainability: item[\"enableModelExplainability\"],\n enableOnnxCompatibleModels: item[\"enableOnnxCompatibleModels\"],\n enableStackEnsemble: item[\"enableStackEnsemble\"],\n enableVoteEnsemble: item[\"enableVoteEnsemble\"],\n ensembleModelDownloadTimeout: item[\"ensembleModelDownloadTimeout\"],\n stackEnsembleSettings: !item[\"stackEnsembleSettings\"]\n ? item[\"stackEnsembleSettings\"]\n : stackEnsembleSettingsDeserializer(item[\"stackEnsembleSettings\"]),\n allowedTrainingAlgorithms: !item[\"allowedTrainingAlgorithms\"]\n ? item[\"allowedTrainingAlgorithms\"]\n : item[\"allowedTrainingAlgorithms\"].map((p1: any) => {\n return p1;\n }),\n blockedTrainingAlgorithms: !item[\"blockedTrainingAlgorithms\"]\n ? item[\"blockedTrainingAlgorithms\"]\n : item[\"blockedTrainingAlgorithms\"].map((p1: any) => {\n return p1;\n }),\n };\n}\n\n/** Enum for all classification models supported by AutoML. */\nexport enum KnownClassificationModels {\n /**\n * Logistic regression is a fundamental classification technique.\n * It belongs to the group of linear classifiers and is somewhat similar to polynomial and linear regression.\n * Logistic regression is fast and relatively uncomplicated, and it's convenient for you to interpret the results.\n * Although it's essentially a method for binary classification, it can also be applied to multiclass problems.\n */\n LogisticRegression = \"LogisticRegression\",\n /**\n * SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications\n * to find the model parameters that correspond to the best fit between predicted and actual outputs.\n */\n SGD = \"SGD\",\n /**\n * The multinomial Naive Bayes classifier is suitable for classification with discrete features (e.g., word counts for text classification).\n * The multinomial distribution normally requires integer feature counts. However, in practice, fractional counts such as tf-idf may also work.\n */\n MultinomialNaiveBayes = \"MultinomialNaiveBayes\",\n /** Naive Bayes classifier for multivariate Bernoulli models. */\n BernoulliNaiveBayes = \"BernoulliNaiveBayes\",\n /**\n * A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems.\n * After giving an SVM model sets of labeled training data for each category, they're able to categorize new text.\n */\n SVM = \"SVM\",\n /**\n * A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems.\n * After giving an SVM model sets of labeled training data for each category, they're able to categorize new text.\n * Linear SVM performs best when input data is linear, i.e., data can be easily classified by drawing the straight line between classified values on a plotted graph.\n */\n LinearSVM = \"LinearSVM\",\n /**\n * K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints\n * which further means that the new data point will be assigned a value based on how closely it matches the points in the training set.\n */\n KNN = \"KNN\",\n /**\n * Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks.\n * The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features.\n */\n DecisionTree = \"DecisionTree\",\n /**\n * Random forest is a supervised learning algorithm.\n * The \"forest\" it builds, is an ensemble of decision trees, usually trained with the \"bagging\" method.\n * The general idea of the bagging method is that a combination of learning models increases the overall result.\n */\n RandomForest = \"RandomForest\",\n /** Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. */\n ExtremeRandomTrees = \"ExtremeRandomTrees\",\n /** LightGBM is a gradient boosting framework that uses tree based learning algorithms. */\n LightGBM = \"LightGBM\",\n /** The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. */\n GradientBoosting = \"GradientBoosting\",\n /** XGBoost: Extreme Gradient Boosting Algorithm. This algorithm is used for structured data where target column values can be divided into distinct class values. */\n XGBoostClassifier = \"XGBoostClassifier\",\n}\n\n/**\n * Enum for all classification models supported by AutoML. \\\n * {@link KnownClassificationModels} can be used interchangeably with ClassificationModels,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LogisticRegression**: Logistic regression is a fundamental classification technique.\n * It belongs to the group of linear classifiers and is somewhat similar to polynomial and linear regression.\n * Logistic regression is fast and relatively uncomplicated, and it's convenient for you to interpret the results.\n * Although it's essentially a method for binary classification, it can also be applied to multiclass problems. \\\n * **SGD**: SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications\n * to find the model parameters that correspond to the best fit between predicted and actual outputs. \\\n * **MultinomialNaiveBayes**: The multinomial Naive Bayes classifier is suitable for classification with discrete features (e.g., word counts for text classification).\n * The multinomial distribution normally requires integer feature counts. However, in practice, fractional counts such as tf-idf may also work. \\\n * **BernoulliNaiveBayes**: Naive Bayes classifier for multivariate Bernoulli models. \\\n * **SVM**: A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems.\n * After giving an SVM model sets of labeled training data for each category, they're able to categorize new text. \\\n * **LinearSVM**: A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems.\n * After giving an SVM model sets of labeled training data for each category, they're able to categorize new text.\n * Linear SVM performs best when input data is linear, i.e., data can be easily classified by drawing the straight line between classified values on a plotted graph. \\\n * **KNN**: K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints\n * which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. \\\n * **DecisionTree**: Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks.\n * The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. \\\n * **RandomForest**: Random forest is a supervised learning algorithm.\n * The \"forest\" it builds, is an ensemble of decision trees, usually trained with the \"bagging\" method.\n * The general idea of the bagging method is that a combination of learning models increases the overall result. \\\n * **ExtremeRandomTrees**: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. \\\n * **LightGBM**: LightGBM is a gradient boosting framework that uses tree based learning algorithms. \\\n * **GradientBoosting**: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. \\\n * **XGBoostClassifier**: XGBoost: Extreme Gradient Boosting Algorithm. This algorithm is used for structured data where target column values can be divided into distinct class values.\n */\nexport type ClassificationModels = string;\n\n/** Forecasting task in AutoML Table vertical. */\nexport interface Forecasting extends AutoMLVertical {\n /** Columns to use for CVSplit data. */\n cvSplitColumnNames?: string[];\n /** Featurization inputs needed for AutoML job. */\n featurizationSettings?: TableVerticalFeaturizationSettings;\n /** Execution constraints for AutoMLJob. */\n limitSettings?: TableVerticalLimitSettings;\n /**\n * Number of cross validation folds to be applied on training dataset\n * when validation dataset is not provided.\n */\n nCrossValidations?: NCrossValidationsUnion;\n /** Test data input. */\n testData?: MLTableJobInput;\n /**\n * The fraction of test dataset that needs to be set aside for validation purpose.\n * Values between (0.0 , 1.0)\n * Applied when validation dataset is not provided.\n */\n testDataSize?: number;\n /** Validation data inputs. */\n validationData?: MLTableJobInput;\n /**\n * The fraction of training dataset that needs to be set aside for validation purpose.\n * Values between (0.0 , 1.0)\n * Applied when validation dataset is not provided.\n */\n validationDataSize?: number;\n /** The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows in the data to be weighted up or down. */\n weightColumnName?: string;\n /** Forecasting task specific inputs. */\n forecastingSettings?: ForecastingSettings;\n /** Primary metrics for Forecasting task. */\n primaryMetric?: ForecastingPrimaryMetrics;\n /** Inputs for training phase for an AutoML Job. */\n trainingSettings?: ForecastingTrainingSettings;\n /** [Required] Task type for AutoMLJob. */\n taskType: \"Forecasting\";\n}\n\nexport function forecastingSerializer(item: Forecasting): any {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputSerializer(item[\"trainingData\"]),\n cvSplitColumnNames: !item[\"cvSplitColumnNames\"]\n ? item[\"cvSplitColumnNames\"]\n : item[\"cvSplitColumnNames\"].map((p: any) => {\n return p;\n }),\n featurizationSettings: !item[\"featurizationSettings\"]\n ? item[\"featurizationSettings\"]\n : tableVerticalFeaturizationSettingsSerializer(item[\"featurizationSettings\"]),\n limitSettings: !item[\"limitSettings\"]\n ? item[\"limitSettings\"]\n : tableVerticalLimitSettingsSerializer(item[\"limitSettings\"]),\n nCrossValidations: !item[\"nCrossValidations\"]\n ? item[\"nCrossValidations\"]\n : nCrossValidationsUnionSerializer(item[\"nCrossValidations\"]),\n testData: !item[\"testData\"] ? item[\"testData\"] : mlTableJobInputSerializer(item[\"testData\"]),\n testDataSize: item[\"testDataSize\"],\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputSerializer(item[\"validationData\"]),\n validationDataSize: item[\"validationDataSize\"],\n weightColumnName: item[\"weightColumnName\"],\n forecastingSettings: !item[\"forecastingSettings\"]\n ? item[\"forecastingSettings\"]\n : forecastingSettingsSerializer(item[\"forecastingSettings\"]),\n primaryMetric: item[\"primaryMetric\"],\n trainingSettings: !item[\"trainingSettings\"]\n ? item[\"trainingSettings\"]\n : forecastingTrainingSettingsSerializer(item[\"trainingSettings\"]),\n };\n}\n\nexport function forecastingDeserializer(item: any): Forecasting {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputDeserializer(item[\"trainingData\"]),\n cvSplitColumnNames: !item[\"cvSplitColumnNames\"]\n ? item[\"cvSplitColumnNames\"]\n : item[\"cvSplitColumnNames\"].map((p1: any) => {\n return p1;\n }),\n featurizationSettings: !item[\"featurizationSettings\"]\n ? item[\"featurizationSettings\"]\n : tableVerticalFeaturizationSettingsDeserializer(item[\"featurizationSettings\"]),\n limitSettings: !item[\"limitSettings\"]\n ? item[\"limitSettings\"]\n : tableVerticalLimitSettingsDeserializer(item[\"limitSettings\"]),\n nCrossValidations: !item[\"nCrossValidations\"]\n ? item[\"nCrossValidations\"]\n : nCrossValidationsUnionDeserializer(item[\"nCrossValidations\"]),\n testData: !item[\"testData\"] ? item[\"testData\"] : mlTableJobInputDeserializer(item[\"testData\"]),\n testDataSize: item[\"testDataSize\"],\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputDeserializer(item[\"validationData\"]),\n validationDataSize: item[\"validationDataSize\"],\n weightColumnName: item[\"weightColumnName\"],\n forecastingSettings: !item[\"forecastingSettings\"]\n ? item[\"forecastingSettings\"]\n : forecastingSettingsDeserializer(item[\"forecastingSettings\"]),\n primaryMetric: item[\"primaryMetric\"],\n trainingSettings: !item[\"trainingSettings\"]\n ? item[\"trainingSettings\"]\n : forecastingTrainingSettingsDeserializer(item[\"trainingSettings\"]),\n };\n}\n\n/** Forecasting specific parameters. */\nexport interface ForecastingSettings {\n /**\n * Country or region for holidays for forecasting tasks.\n * These should be ISO 3166 two-letter country/region codes, for example 'US' or 'GB'.\n */\n countryOrRegionForHolidays?: string;\n /**\n * Number of periods between the origin time of one CV fold and the next fold. For\n * example, if `CVStepSize` = 3 for daily data, the origin time for each fold will be\n * three days apart.\n */\n cvStepSize?: number;\n /** Flag for generating lags for the numeric features. */\n featureLags?: FeatureLags;\n /** The desired maximum forecast horizon in units of time-series frequency. */\n forecastHorizon?: ForecastHorizonUnion;\n /** When forecasting, this parameter represents the period with which the forecast is desired, for example daily, weekly, yearly, etc. The forecast frequency is dataset frequency by default. */\n frequency?: string;\n /**\n * Set time series seasonality as an integer multiple of the series frequency.\n * If seasonality is set to 'auto', it will be inferred.\n */\n seasonality?: SeasonalityUnion;\n /** The parameter defining how if AutoML should handle short time series. */\n shortSeriesHandlingConfig?: ShortSeriesHandlingConfiguration;\n /** Target aggregate function. */\n targetAggregateFunction?: TargetAggregationFunction;\n /** The number of past periods to lag from the target column. */\n targetLags?: TargetLagsUnion;\n /** The number of past periods used to create a rolling window average of the target column. */\n targetRollingWindowSize?: TargetRollingWindowSizeUnion;\n /** The name of the time column. This parameter is required when forecasting to specify the datetime column in the input data used for building the time series and inferring its frequency. */\n timeColumnName?: string;\n /**\n * The names of columns used to group a timeseries. It can be used to create multiple series.\n * If grain is not defined, the data set is assumed to be one time-series. This parameter is used with task type forecasting.\n */\n timeSeriesIdColumnNames?: string[];\n /** Configure STL Decomposition of the time-series target column. */\n useStl?: UseStl;\n}\n\nexport function forecastingSettingsSerializer(item: ForecastingSettings): any {\n return {\n countryOrRegionForHolidays: item[\"countryOrRegionForHolidays\"],\n cvStepSize: item[\"cvStepSize\"],\n featureLags: item[\"featureLags\"],\n forecastHorizon: !item[\"forecastHorizon\"]\n ? item[\"forecastHorizon\"]\n : forecastHorizonUnionSerializer(item[\"forecastHorizon\"]),\n frequency: item[\"frequency\"],\n seasonality: !item[\"seasonality\"]\n ? item[\"seasonality\"]\n : seasonalityUnionSerializer(item[\"seasonality\"]),\n shortSeriesHandlingConfig: item[\"shortSeriesHandlingConfig\"],\n targetAggregateFunction: item[\"targetAggregateFunction\"],\n targetLags: !item[\"targetLags\"]\n ? item[\"targetLags\"]\n : targetLagsUnionSerializer(item[\"targetLags\"]),\n targetRollingWindowSize: !item[\"targetRollingWindowSize\"]\n ? item[\"targetRollingWindowSize\"]\n : targetRollingWindowSizeUnionSerializer(item[\"targetRollingWindowSize\"]),\n timeColumnName: item[\"timeColumnName\"],\n timeSeriesIdColumnNames: !item[\"timeSeriesIdColumnNames\"]\n ? item[\"timeSeriesIdColumnNames\"]\n : item[\"timeSeriesIdColumnNames\"].map((p: any) => {\n return p;\n }),\n useStl: item[\"useStl\"],\n };\n}\n\nexport function forecastingSettingsDeserializer(item: any): ForecastingSettings {\n return {\n countryOrRegionForHolidays: item[\"countryOrRegionForHolidays\"],\n cvStepSize: item[\"cvStepSize\"],\n featureLags: item[\"featureLags\"],\n forecastHorizon: !item[\"forecastHorizon\"]\n ? item[\"forecastHorizon\"]\n : forecastHorizonUnionDeserializer(item[\"forecastHorizon\"]),\n frequency: item[\"frequency\"],\n seasonality: !item[\"seasonality\"]\n ? item[\"seasonality\"]\n : seasonalityUnionDeserializer(item[\"seasonality\"]),\n shortSeriesHandlingConfig: item[\"shortSeriesHandlingConfig\"],\n targetAggregateFunction: item[\"targetAggregateFunction\"],\n targetLags: !item[\"targetLags\"]\n ? item[\"targetLags\"]\n : targetLagsUnionDeserializer(item[\"targetLags\"]),\n targetRollingWindowSize: !item[\"targetRollingWindowSize\"]\n ? item[\"targetRollingWindowSize\"]\n : targetRollingWindowSizeUnionDeserializer(item[\"targetRollingWindowSize\"]),\n timeColumnName: item[\"timeColumnName\"],\n timeSeriesIdColumnNames: !item[\"timeSeriesIdColumnNames\"]\n ? item[\"timeSeriesIdColumnNames\"]\n : item[\"timeSeriesIdColumnNames\"].map((p1: any) => {\n return p1;\n }),\n useStl: item[\"useStl\"],\n };\n}\n\n/** Flag for generating lags for the numeric features. */\nexport enum KnownFeatureLags {\n /** No feature lags generated. */\n None = \"None\",\n /** System auto-generates feature lags. */\n Auto = \"Auto\",\n}\n\n/**\n * Flag for generating lags for the numeric features. \\\n * {@link KnownFeatureLags} can be used interchangeably with FeatureLags,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No feature lags generated. \\\n * **Auto**: System auto-generates feature lags.\n */\nexport type FeatureLags = string;\n\n/** The desired maximum forecast horizon in units of time-series frequency. */\nexport interface ForecastHorizon {\n /** [Required] Set forecast horizon value selection mode. */\n /** The discriminator possible values: Auto, Custom */\n mode: ForecastHorizonMode;\n}\n\nexport function forecastHorizonSerializer(item: ForecastHorizon): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function forecastHorizonDeserializer(item: any): ForecastHorizon {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** Alias for ForecastHorizonUnion */\nexport type ForecastHorizonUnion = AutoForecastHorizon | CustomForecastHorizon | ForecastHorizon;\n\nexport function forecastHorizonUnionSerializer(item: ForecastHorizonUnion): any {\n switch (item.mode) {\n case \"Auto\":\n return autoForecastHorizonSerializer(item as AutoForecastHorizon);\n\n case \"Custom\":\n return customForecastHorizonSerializer(item as CustomForecastHorizon);\n\n default:\n return forecastHorizonSerializer(item);\n }\n}\n\nexport function forecastHorizonUnionDeserializer(item: any): ForecastHorizonUnion {\n switch (item[\"mode\"]) {\n case \"Auto\":\n return autoForecastHorizonDeserializer(item as AutoForecastHorizon);\n\n case \"Custom\":\n return customForecastHorizonDeserializer(item as CustomForecastHorizon);\n\n default:\n return forecastHorizonDeserializer(item);\n }\n}\n\n/** Enum to determine forecast horizon selection mode. */\nexport enum KnownForecastHorizonMode {\n /** Forecast horizon to be determined automatically. */\n Auto = \"Auto\",\n /** Use the custom forecast horizon. */\n Custom = \"Custom\",\n}\n\n/**\n * Enum to determine forecast horizon selection mode. \\\n * {@link KnownForecastHorizonMode} can be used interchangeably with ForecastHorizonMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Auto**: Forecast horizon to be determined automatically. \\\n * **Custom**: Use the custom forecast horizon.\n */\nexport type ForecastHorizonMode = string;\n\n/** Forecast horizon determined automatically by system. */\nexport interface AutoForecastHorizon extends ForecastHorizon {\n /** [Required] Set forecast horizon value selection mode. */\n mode: \"Auto\";\n}\n\nexport function autoForecastHorizonSerializer(item: AutoForecastHorizon): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function autoForecastHorizonDeserializer(item: any): AutoForecastHorizon {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** The desired maximum forecast horizon in units of time-series frequency. */\nexport interface CustomForecastHorizon extends ForecastHorizon {\n /** [Required] Forecast horizon value. */\n value: number;\n /** [Required] Set forecast horizon value selection mode. */\n mode: \"Custom\";\n}\n\nexport function customForecastHorizonSerializer(item: CustomForecastHorizon): any {\n return { mode: item[\"mode\"], value: item[\"value\"] };\n}\n\nexport function customForecastHorizonDeserializer(item: any): CustomForecastHorizon {\n return {\n mode: item[\"mode\"],\n value: item[\"value\"],\n };\n}\n\n/** Forecasting seasonality. */\nexport interface Seasonality {\n /** [Required] Seasonality mode. */\n /** The discriminator possible values: Auto, Custom */\n mode: SeasonalityMode;\n}\n\nexport function seasonalitySerializer(item: Seasonality): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function seasonalityDeserializer(item: any): Seasonality {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** Alias for SeasonalityUnion */\nexport type SeasonalityUnion = AutoSeasonality | CustomSeasonality | Seasonality;\n\nexport function seasonalityUnionSerializer(item: SeasonalityUnion): any {\n switch (item.mode) {\n case \"Auto\":\n return autoSeasonalitySerializer(item as AutoSeasonality);\n\n case \"Custom\":\n return customSeasonalitySerializer(item as CustomSeasonality);\n\n default:\n return seasonalitySerializer(item);\n }\n}\n\nexport function seasonalityUnionDeserializer(item: any): SeasonalityUnion {\n switch (item[\"mode\"]) {\n case \"Auto\":\n return autoSeasonalityDeserializer(item as AutoSeasonality);\n\n case \"Custom\":\n return customSeasonalityDeserializer(item as CustomSeasonality);\n\n default:\n return seasonalityDeserializer(item);\n }\n}\n\n/** Forecasting seasonality mode. */\nexport enum KnownSeasonalityMode {\n /** Seasonality to be determined automatically. */\n Auto = \"Auto\",\n /** Use the custom seasonality value. */\n Custom = \"Custom\",\n}\n\n/**\n * Forecasting seasonality mode. \\\n * {@link KnownSeasonalityMode} can be used interchangeably with SeasonalityMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Auto**: Seasonality to be determined automatically. \\\n * **Custom**: Use the custom seasonality value.\n */\nexport type SeasonalityMode = string;\n\n/** model interface AutoSeasonality */\nexport interface AutoSeasonality extends Seasonality {\n /** [Required] Seasonality mode. */\n mode: \"Auto\";\n}\n\nexport function autoSeasonalitySerializer(item: AutoSeasonality): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function autoSeasonalityDeserializer(item: any): AutoSeasonality {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** model interface CustomSeasonality */\nexport interface CustomSeasonality extends Seasonality {\n /** [Required] Seasonality value. */\n value: number;\n /** [Required] Seasonality mode. */\n mode: \"Custom\";\n}\n\nexport function customSeasonalitySerializer(item: CustomSeasonality): any {\n return { mode: item[\"mode\"], value: item[\"value\"] };\n}\n\nexport function customSeasonalityDeserializer(item: any): CustomSeasonality {\n return {\n mode: item[\"mode\"],\n value: item[\"value\"],\n };\n}\n\n/** The parameter defining how if AutoML should handle short time series. */\nexport enum KnownShortSeriesHandlingConfiguration {\n /** Represents no/null value. */\n None = \"None\",\n /** Short series will be padded if there are no long series, otherwise short series will be dropped. */\n Auto = \"Auto\",\n /** All the short series will be padded. */\n Pad = \"Pad\",\n /** All the short series will be dropped. */\n Drop = \"Drop\",\n}\n\n/**\n * The parameter defining how if AutoML should handle short time series. \\\n * {@link KnownShortSeriesHandlingConfiguration} can be used interchangeably with ShortSeriesHandlingConfiguration,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: Represents no\\/null value. \\\n * **Auto**: Short series will be padded if there are no long series, otherwise short series will be dropped. \\\n * **Pad**: All the short series will be padded. \\\n * **Drop**: All the short series will be dropped.\n */\nexport type ShortSeriesHandlingConfiguration = string;\n\n/** Target aggregate function. */\nexport enum KnownTargetAggregationFunction {\n /** Represent no value set. */\n None = \"None\",\n /** Sum */\n Sum = \"Sum\",\n /** Max */\n Max = \"Max\",\n /** Min */\n Min = \"Min\",\n /** Mean */\n Mean = \"Mean\",\n}\n\n/**\n * Target aggregate function. \\\n * {@link KnownTargetAggregationFunction} can be used interchangeably with TargetAggregationFunction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: Represent no value set. \\\n * **Sum** \\\n * **Max** \\\n * **Min** \\\n * **Mean**\n */\nexport type TargetAggregationFunction = string;\n\n/** The number of past periods to lag from the target column. */\nexport interface TargetLags {\n /** [Required] Set target lags mode - Auto/Custom */\n /** The discriminator possible values: Auto, Custom */\n mode: TargetLagsMode;\n}\n\nexport function targetLagsSerializer(item: TargetLags): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function targetLagsDeserializer(item: any): TargetLags {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** Alias for TargetLagsUnion */\nexport type TargetLagsUnion = AutoTargetLags | CustomTargetLags | TargetLags;\n\nexport function targetLagsUnionSerializer(item: TargetLagsUnion): any {\n switch (item.mode) {\n case \"Auto\":\n return autoTargetLagsSerializer(item as AutoTargetLags);\n\n case \"Custom\":\n return customTargetLagsSerializer(item as CustomTargetLags);\n\n default:\n return targetLagsSerializer(item);\n }\n}\n\nexport function targetLagsUnionDeserializer(item: any): TargetLagsUnion {\n switch (item[\"mode\"]) {\n case \"Auto\":\n return autoTargetLagsDeserializer(item as AutoTargetLags);\n\n case \"Custom\":\n return customTargetLagsDeserializer(item as CustomTargetLags);\n\n default:\n return targetLagsDeserializer(item);\n }\n}\n\n/** Target lags selection modes. */\nexport enum KnownTargetLagsMode {\n /** Target lags to be determined automatically. */\n Auto = \"Auto\",\n /** Use the custom target lags. */\n Custom = \"Custom\",\n}\n\n/**\n * Target lags selection modes. \\\n * {@link KnownTargetLagsMode} can be used interchangeably with TargetLagsMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Auto**: Target lags to be determined automatically. \\\n * **Custom**: Use the custom target lags.\n */\nexport type TargetLagsMode = string;\n\n/** model interface AutoTargetLags */\nexport interface AutoTargetLags extends TargetLags {\n /** [Required] Set target lags mode - Auto/Custom */\n mode: \"Auto\";\n}\n\nexport function autoTargetLagsSerializer(item: AutoTargetLags): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function autoTargetLagsDeserializer(item: any): AutoTargetLags {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** model interface CustomTargetLags */\nexport interface CustomTargetLags extends TargetLags {\n /** [Required] Set target lags values. */\n values: number[];\n /** [Required] Set target lags mode - Auto/Custom */\n mode: \"Custom\";\n}\n\nexport function customTargetLagsSerializer(item: CustomTargetLags): any {\n return {\n mode: item[\"mode\"],\n values: item[\"values\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function customTargetLagsDeserializer(item: any): CustomTargetLags {\n return {\n mode: item[\"mode\"],\n values: item[\"values\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Forecasting target rolling window size. */\nexport interface TargetRollingWindowSize {\n /** [Required] TargetRollingWindowSiz detection mode. */\n /** The discriminator possible values: Auto, Custom */\n mode: TargetRollingWindowSizeMode;\n}\n\nexport function targetRollingWindowSizeSerializer(item: TargetRollingWindowSize): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function targetRollingWindowSizeDeserializer(item: any): TargetRollingWindowSize {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** Alias for TargetRollingWindowSizeUnion */\nexport type TargetRollingWindowSizeUnion =\n | AutoTargetRollingWindowSize\n | CustomTargetRollingWindowSize\n | TargetRollingWindowSize;\n\nexport function targetRollingWindowSizeUnionSerializer(item: TargetRollingWindowSizeUnion): any {\n switch (item.mode) {\n case \"Auto\":\n return autoTargetRollingWindowSizeSerializer(item as AutoTargetRollingWindowSize);\n\n case \"Custom\":\n return customTargetRollingWindowSizeSerializer(item as CustomTargetRollingWindowSize);\n\n default:\n return targetRollingWindowSizeSerializer(item);\n }\n}\n\nexport function targetRollingWindowSizeUnionDeserializer(item: any): TargetRollingWindowSizeUnion {\n switch (item[\"mode\"]) {\n case \"Auto\":\n return autoTargetRollingWindowSizeDeserializer(item as AutoTargetRollingWindowSize);\n\n case \"Custom\":\n return customTargetRollingWindowSizeDeserializer(item as CustomTargetRollingWindowSize);\n\n default:\n return targetRollingWindowSizeDeserializer(item);\n }\n}\n\n/** Target rolling windows size mode. */\nexport enum KnownTargetRollingWindowSizeMode {\n /** Determine rolling windows size automatically. */\n Auto = \"Auto\",\n /** Use the specified rolling window size. */\n Custom = \"Custom\",\n}\n\n/**\n * Target rolling windows size mode. \\\n * {@link KnownTargetRollingWindowSizeMode} can be used interchangeably with TargetRollingWindowSizeMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Auto**: Determine rolling windows size automatically. \\\n * **Custom**: Use the specified rolling window size.\n */\nexport type TargetRollingWindowSizeMode = string;\n\n/** Target lags rolling window determined automatically. */\nexport interface AutoTargetRollingWindowSize extends TargetRollingWindowSize {\n /** [Required] TargetRollingWindowSiz detection mode. */\n mode: \"Auto\";\n}\n\nexport function autoTargetRollingWindowSizeSerializer(item: AutoTargetRollingWindowSize): any {\n return { mode: item[\"mode\"] };\n}\n\nexport function autoTargetRollingWindowSizeDeserializer(item: any): AutoTargetRollingWindowSize {\n return {\n mode: item[\"mode\"],\n };\n}\n\n/** model interface CustomTargetRollingWindowSize */\nexport interface CustomTargetRollingWindowSize extends TargetRollingWindowSize {\n /** [Required] TargetRollingWindowSize value. */\n value: number;\n /** [Required] TargetRollingWindowSiz detection mode. */\n mode: \"Custom\";\n}\n\nexport function customTargetRollingWindowSizeSerializer(item: CustomTargetRollingWindowSize): any {\n return { mode: item[\"mode\"], value: item[\"value\"] };\n}\n\nexport function customTargetRollingWindowSizeDeserializer(\n item: any,\n): CustomTargetRollingWindowSize {\n return {\n mode: item[\"mode\"],\n value: item[\"value\"],\n };\n}\n\n/** Configure STL Decomposition of the time-series target column. */\nexport enum KnownUseStl {\n /** No stl decomposition. */\n None = \"None\",\n /** Season */\n Season = \"Season\",\n /** SeasonTrend */\n SeasonTrend = \"SeasonTrend\",\n}\n\n/**\n * Configure STL Decomposition of the time-series target column. \\\n * {@link KnownUseStl} can be used interchangeably with UseStl,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No stl decomposition. \\\n * **Season** \\\n * **SeasonTrend**\n */\nexport type UseStl = string;\n\n/** Primary metrics for Forecasting task. */\nexport enum KnownForecastingPrimaryMetrics {\n /** The Spearman's rank coefficient of correlation is a non-parametric measure of rank correlation. */\n SpearmanCorrelation = \"SpearmanCorrelation\",\n /** The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales. */\n NormalizedRootMeanSquaredError = \"NormalizedRootMeanSquaredError\",\n /** The R2 score is one of the performance evaluation measures for forecasting-based machine learning models. */\n R2Score = \"R2Score\",\n /** The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales. */\n NormalizedMeanAbsoluteError = \"NormalizedMeanAbsoluteError\",\n}\n\n/**\n * Primary metrics for Forecasting task. \\\n * {@link KnownForecastingPrimaryMetrics} can be used interchangeably with ForecastingPrimaryMetrics,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SpearmanCorrelation**: The Spearman's rank coefficient of correlation is a non-parametric measure of rank correlation. \\\n * **NormalizedRootMeanSquaredError**: The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales. \\\n * **R2Score**: The R2 score is one of the performance evaluation measures for forecasting-based machine learning models. \\\n * **NormalizedMeanAbsoluteError**: The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales.\n */\nexport type ForecastingPrimaryMetrics = string;\n\n/** Forecasting Training related configuration. */\nexport interface ForecastingTrainingSettings extends TrainingSettings {\n /** Allowed models for forecasting task. */\n allowedTrainingAlgorithms?: ForecastingModels[];\n /** Blocked models for forecasting task. */\n blockedTrainingAlgorithms?: ForecastingModels[];\n}\n\nexport function forecastingTrainingSettingsSerializer(item: ForecastingTrainingSettings): any {\n return {\n enableDnnTraining: item[\"enableDnnTraining\"],\n enableModelExplainability: item[\"enableModelExplainability\"],\n enableOnnxCompatibleModels: item[\"enableOnnxCompatibleModels\"],\n enableStackEnsemble: item[\"enableStackEnsemble\"],\n enableVoteEnsemble: item[\"enableVoteEnsemble\"],\n ensembleModelDownloadTimeout: item[\"ensembleModelDownloadTimeout\"],\n stackEnsembleSettings: !item[\"stackEnsembleSettings\"]\n ? item[\"stackEnsembleSettings\"]\n : stackEnsembleSettingsSerializer(item[\"stackEnsembleSettings\"]),\n allowedTrainingAlgorithms: !item[\"allowedTrainingAlgorithms\"]\n ? item[\"allowedTrainingAlgorithms\"]\n : item[\"allowedTrainingAlgorithms\"].map((p: any) => {\n return p;\n }),\n blockedTrainingAlgorithms: !item[\"blockedTrainingAlgorithms\"]\n ? item[\"blockedTrainingAlgorithms\"]\n : item[\"blockedTrainingAlgorithms\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function forecastingTrainingSettingsDeserializer(item: any): ForecastingTrainingSettings {\n return {\n enableDnnTraining: item[\"enableDnnTraining\"],\n enableModelExplainability: item[\"enableModelExplainability\"],\n enableOnnxCompatibleModels: item[\"enableOnnxCompatibleModels\"],\n enableStackEnsemble: item[\"enableStackEnsemble\"],\n enableVoteEnsemble: item[\"enableVoteEnsemble\"],\n ensembleModelDownloadTimeout: item[\"ensembleModelDownloadTimeout\"],\n stackEnsembleSettings: !item[\"stackEnsembleSettings\"]\n ? item[\"stackEnsembleSettings\"]\n : stackEnsembleSettingsDeserializer(item[\"stackEnsembleSettings\"]),\n allowedTrainingAlgorithms: !item[\"allowedTrainingAlgorithms\"]\n ? item[\"allowedTrainingAlgorithms\"]\n : item[\"allowedTrainingAlgorithms\"].map((p1: any) => {\n return p1;\n }),\n blockedTrainingAlgorithms: !item[\"blockedTrainingAlgorithms\"]\n ? item[\"blockedTrainingAlgorithms\"]\n : item[\"blockedTrainingAlgorithms\"].map((p1: any) => {\n return p1;\n }),\n };\n}\n\n/** Enum for all forecasting models supported by AutoML. */\nexport enum KnownForecastingModels {\n /**\n * Auto-Autoregressive Integrated Moving Average (ARIMA) model uses time-series data and statistical analysis to interpret the data and make future predictions.\n * This model aims to explain data by using time series data on its past values and uses linear regression to make predictions.\n */\n AutoArima = \"AutoArima\",\n /**\n * Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects.\n * It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well.\n */\n Prophet = \"Prophet\",\n /** The Naive forecasting model makes predictions by carrying forward the latest target value for each time-series in the training data. */\n Naive = \"Naive\",\n /** The Seasonal Naive forecasting model makes predictions by carrying forward the latest season of target values for each time-series in the training data. */\n SeasonalNaive = \"SeasonalNaive\",\n /** The Average forecasting model makes predictions by carrying forward the average of the target values for each time-series in the training data. */\n Average = \"Average\",\n /** The Seasonal Average forecasting model makes predictions by carrying forward the average value of the latest season of data for each time-series in the training data. */\n SeasonalAverage = \"SeasonalAverage\",\n /** Exponential smoothing is a time series forecasting method for univariate data that can be extended to support data with a systematic trend or seasonal component. */\n ExponentialSmoothing = \"ExponentialSmoothing\",\n /**\n * An Autoregressive Integrated Moving Average with Explanatory Variable (ARIMAX) model can be viewed as a multiple regression model with one or more autoregressive (AR) terms and/or one or more moving average (MA) terms.\n * This method is suitable for forecasting when data is stationary/non stationary, and multivariate with any type of data pattern, i.e., level/trend /seasonality/cyclicity.\n */\n Arimax = \"Arimax\",\n /** TCNForecaster: Temporal Convolutional Networks Forecaster. //TODO: Ask forecasting team for brief intro. */\n TCNForecaster = \"TCNForecaster\",\n /** Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. */\n ElasticNet = \"ElasticNet\",\n /** The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. */\n GradientBoosting = \"GradientBoosting\",\n /**\n * Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks.\n * The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features.\n */\n DecisionTree = \"DecisionTree\",\n /**\n * K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints\n * which further means that the new data point will be assigned a value based on how closely it matches the points in the training set.\n */\n KNN = \"KNN\",\n /** Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer. */\n LassoLars = \"LassoLars\",\n /**\n * SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications\n * to find the model parameters that correspond to the best fit between predicted and actual outputs.\n * It's an inexact but powerful technique.\n */\n SGD = \"SGD\",\n /**\n * Random forest is a supervised learning algorithm.\n * The \"forest\" it builds, is an ensemble of decision trees, usually trained with the \"bagging\" method.\n * The general idea of the bagging method is that a combination of learning models increases the overall result.\n */\n RandomForest = \"RandomForest\",\n /** Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. */\n ExtremeRandomTrees = \"ExtremeRandomTrees\",\n /** LightGBM is a gradient boosting framework that uses tree based learning algorithms. */\n LightGBM = \"LightGBM\",\n /** XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners. */\n XGBoostRegressor = \"XGBoostRegressor\",\n}\n\n/**\n * Enum for all forecasting models supported by AutoML. \\\n * {@link KnownForecastingModels} can be used interchangeably with ForecastingModels,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AutoArima**: Auto-Autoregressive Integrated Moving Average (ARIMA) model uses time-series data and statistical analysis to interpret the data and make future predictions.\n * This model aims to explain data by using time series data on its past values and uses linear regression to make predictions. \\\n * **Prophet**: Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects.\n * It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well. \\\n * **Naive**: The Naive forecasting model makes predictions by carrying forward the latest target value for each time-series in the training data. \\\n * **SeasonalNaive**: The Seasonal Naive forecasting model makes predictions by carrying forward the latest season of target values for each time-series in the training data. \\\n * **Average**: The Average forecasting model makes predictions by carrying forward the average of the target values for each time-series in the training data. \\\n * **SeasonalAverage**: The Seasonal Average forecasting model makes predictions by carrying forward the average value of the latest season of data for each time-series in the training data. \\\n * **ExponentialSmoothing**: Exponential smoothing is a time series forecasting method for univariate data that can be extended to support data with a systematic trend or seasonal component. \\\n * **Arimax**: An Autoregressive Integrated Moving Average with Explanatory Variable (ARIMAX) model can be viewed as a multiple regression model with one or more autoregressive (AR) terms and\\/or one or more moving average (MA) terms.\n * This method is suitable for forecasting when data is stationary\\/non stationary, and multivariate with any type of data pattern, i.e., level\\/trend \\/seasonality\\/cyclicity. \\\n * **TCNForecaster**: TCNForecaster: Temporal Convolutional Networks Forecaster. \\//TODO: Ask forecasting team for brief intro. \\\n * **ElasticNet**: Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. \\\n * **GradientBoosting**: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. \\\n * **DecisionTree**: Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks.\n * The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. \\\n * **KNN**: K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints\n * which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. \\\n * **LassoLars**: Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer. \\\n * **SGD**: SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications\n * to find the model parameters that correspond to the best fit between predicted and actual outputs.\n * It's an inexact but powerful technique. \\\n * **RandomForest**: Random forest is a supervised learning algorithm.\n * The \"forest\" it builds, is an ensemble of decision trees, usually trained with the \"bagging\" method.\n * The general idea of the bagging method is that a combination of learning models increases the overall result. \\\n * **ExtremeRandomTrees**: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. \\\n * **LightGBM**: LightGBM is a gradient boosting framework that uses tree based learning algorithms. \\\n * **XGBoostRegressor**: XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.\n */\nexport type ForecastingModels = string;\n\n/**\n * Image Classification. Multi-class image classification is used when an image is classified with only a single label\n * from a set of classes - e.g. each image is classified as either an image of a 'cat' or a 'dog' or a 'duck'.\n */\nexport interface ImageClassification extends AutoMLVertical {\n /** Settings used for training the model. */\n modelSettings?: ImageModelSettingsClassification;\n /** Search space for sampling different combinations of models and their hyperparameters. */\n searchSpace?: ImageModelDistributionSettingsClassification[];\n /** [Required] Limit settings for the AutoML job. */\n limitSettings: ImageLimitSettings;\n /** Model sweeping and hyperparameter sweeping related settings. */\n sweepSettings?: ImageSweepSettings;\n /** Validation data inputs. */\n validationData?: MLTableJobInput;\n /**\n * The fraction of training dataset that needs to be set aside for validation purpose.\n * Values between (0.0 , 1.0)\n * Applied when validation dataset is not provided.\n */\n validationDataSize?: number;\n /** Primary metrics for classification tasks. */\n primaryMetric?: ClassificationPrimaryMetrics;\n /** [Required] Task type for AutoMLJob. */\n taskType: \"ImageClassification\";\n}\n\nexport function imageClassificationSerializer(item: ImageClassification): any {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputSerializer(item[\"trainingData\"]),\n modelSettings: !item[\"modelSettings\"]\n ? item[\"modelSettings\"]\n : imageModelSettingsClassificationSerializer(item[\"modelSettings\"]),\n searchSpace: !item[\"searchSpace\"]\n ? item[\"searchSpace\"]\n : imageModelDistributionSettingsClassificationArraySerializer(item[\"searchSpace\"]),\n limitSettings: imageLimitSettingsSerializer(item[\"limitSettings\"]),\n sweepSettings: !item[\"sweepSettings\"]\n ? item[\"sweepSettings\"]\n : imageSweepSettingsSerializer(item[\"sweepSettings\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputSerializer(item[\"validationData\"]),\n validationDataSize: item[\"validationDataSize\"],\n primaryMetric: item[\"primaryMetric\"],\n };\n}\n\nexport function imageClassificationDeserializer(item: any): ImageClassification {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputDeserializer(item[\"trainingData\"]),\n modelSettings: !item[\"modelSettings\"]\n ? item[\"modelSettings\"]\n : imageModelSettingsClassificationDeserializer(item[\"modelSettings\"]),\n searchSpace: !item[\"searchSpace\"]\n ? item[\"searchSpace\"]\n : imageModelDistributionSettingsClassificationArrayDeserializer(item[\"searchSpace\"]),\n limitSettings: imageLimitSettingsDeserializer(item[\"limitSettings\"]),\n sweepSettings: !item[\"sweepSettings\"]\n ? item[\"sweepSettings\"]\n : imageSweepSettingsDeserializer(item[\"sweepSettings\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputDeserializer(item[\"validationData\"]),\n validationDataSize: item[\"validationDataSize\"],\n primaryMetric: item[\"primaryMetric\"],\n };\n}\n\n/**\n * Settings used for training the model.\n * For more information on the available settings please visit the official documentation:\n * https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.\n */\nexport interface ImageModelSettingsClassification extends ImageModelSettings {\n /** Image crop size that is input to the neural network for the training dataset. Must be a positive integer. */\n trainingCropSize?: number;\n /** Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. */\n validationCropSize?: number;\n /** Image size to which to resize before cropping for validation dataset. Must be a positive integer. */\n validationResizeSize?: number;\n /**\n * Weighted loss. The accepted values are 0 for no weighted loss.\n * 1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2.\n */\n weightedLoss?: number;\n}\n\nexport function imageModelSettingsClassificationSerializer(\n item: ImageModelSettingsClassification,\n): any {\n return {\n advancedSettings: item[\"advancedSettings\"],\n amsGradient: item[\"amsGradient\"],\n augmentations: item[\"augmentations\"],\n beta1: item[\"beta1\"],\n beta2: item[\"beta2\"],\n checkpointFrequency: item[\"checkpointFrequency\"],\n checkpointModel: !item[\"checkpointModel\"]\n ? item[\"checkpointModel\"]\n : mlFlowModelJobInputSerializer(item[\"checkpointModel\"]),\n checkpointRunId: item[\"checkpointRunId\"],\n distributed: item[\"distributed\"],\n earlyStopping: item[\"earlyStopping\"],\n earlyStoppingDelay: item[\"earlyStoppingDelay\"],\n earlyStoppingPatience: item[\"earlyStoppingPatience\"],\n enableOnnxNormalization: item[\"enableOnnxNormalization\"],\n evaluationFrequency: item[\"evaluationFrequency\"],\n gradientAccumulationStep: item[\"gradientAccumulationStep\"],\n layersToFreeze: item[\"layersToFreeze\"],\n learningRate: item[\"learningRate\"],\n learningRateScheduler: item[\"learningRateScheduler\"],\n modelName: item[\"modelName\"],\n momentum: item[\"momentum\"],\n nesterov: item[\"nesterov\"],\n numberOfEpochs: item[\"numberOfEpochs\"],\n numberOfWorkers: item[\"numberOfWorkers\"],\n optimizer: item[\"optimizer\"],\n randomSeed: item[\"randomSeed\"],\n stepLRGamma: item[\"stepLRGamma\"],\n stepLRStepSize: item[\"stepLRStepSize\"],\n trainingBatchSize: item[\"trainingBatchSize\"],\n validationBatchSize: item[\"validationBatchSize\"],\n warmupCosineLRCycles: item[\"warmupCosineLRCycles\"],\n warmupCosineLRWarmupEpochs: item[\"warmupCosineLRWarmupEpochs\"],\n weightDecay: item[\"weightDecay\"],\n trainingCropSize: item[\"trainingCropSize\"],\n validationCropSize: item[\"validationCropSize\"],\n validationResizeSize: item[\"validationResizeSize\"],\n weightedLoss: item[\"weightedLoss\"],\n };\n}\n\nexport function imageModelSettingsClassificationDeserializer(\n item: any,\n): ImageModelSettingsClassification {\n return {\n advancedSettings: item[\"advancedSettings\"],\n amsGradient: item[\"amsGradient\"],\n augmentations: item[\"augmentations\"],\n beta1: item[\"beta1\"],\n beta2: item[\"beta2\"],\n checkpointFrequency: item[\"checkpointFrequency\"],\n checkpointModel: !item[\"checkpointModel\"]\n ? item[\"checkpointModel\"]\n : mlFlowModelJobInputDeserializer(item[\"checkpointModel\"]),\n checkpointRunId: item[\"checkpointRunId\"],\n distributed: item[\"distributed\"],\n earlyStopping: item[\"earlyStopping\"],\n earlyStoppingDelay: item[\"earlyStoppingDelay\"],\n earlyStoppingPatience: item[\"earlyStoppingPatience\"],\n enableOnnxNormalization: item[\"enableOnnxNormalization\"],\n evaluationFrequency: item[\"evaluationFrequency\"],\n gradientAccumulationStep: item[\"gradientAccumulationStep\"],\n layersToFreeze: item[\"layersToFreeze\"],\n learningRate: item[\"learningRate\"],\n learningRateScheduler: item[\"learningRateScheduler\"],\n modelName: item[\"modelName\"],\n momentum: item[\"momentum\"],\n nesterov: item[\"nesterov\"],\n numberOfEpochs: item[\"numberOfEpochs\"],\n numberOfWorkers: item[\"numberOfWorkers\"],\n optimizer: item[\"optimizer\"],\n randomSeed: item[\"randomSeed\"],\n stepLRGamma: item[\"stepLRGamma\"],\n stepLRStepSize: item[\"stepLRStepSize\"],\n trainingBatchSize: item[\"trainingBatchSize\"],\n validationBatchSize: item[\"validationBatchSize\"],\n warmupCosineLRCycles: item[\"warmupCosineLRCycles\"],\n warmupCosineLRWarmupEpochs: item[\"warmupCosineLRWarmupEpochs\"],\n weightDecay: item[\"weightDecay\"],\n trainingCropSize: item[\"trainingCropSize\"],\n validationCropSize: item[\"validationCropSize\"],\n validationResizeSize: item[\"validationResizeSize\"],\n weightedLoss: item[\"weightedLoss\"],\n };\n}\n\nexport function imageModelDistributionSettingsClassificationArraySerializer(\n result: Array<ImageModelDistributionSettingsClassification>,\n): any[] {\n return result.map((item) => {\n return imageModelDistributionSettingsClassificationSerializer(item);\n });\n}\n\nexport function imageModelDistributionSettingsClassificationArrayDeserializer(\n result: Array<ImageModelDistributionSettingsClassification>,\n): any[] {\n return result.map((item) => {\n return imageModelDistributionSettingsClassificationDeserializer(item);\n });\n}\n\n/**\n * Distribution expressions to sweep over values of model settings.\n * <example>\n * Some examples are:\n * ```\n * ModelName = \"choice('seresnext', 'resnest50')\";\n * LearningRate = \"uniform(0.001, 0.01)\";\n * LayersToFreeze = \"choice(0, 2)\";\n * ```</example>\n * For more details on how to compose distribution expressions please check the documentation:\n * https://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\n * For more information on the available settings please visit the official documentation:\n * https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.\n */\nexport interface ImageModelDistributionSettingsClassification extends ImageModelDistributionSettings {\n /** Image crop size that is input to the neural network for the training dataset. Must be a positive integer. */\n trainingCropSize?: string;\n /** Image crop size that is input to the neural network for the validation dataset. Must be a positive integer. */\n validationCropSize?: string;\n /** Image size to which to resize before cropping for validation dataset. Must be a positive integer. */\n validationResizeSize?: string;\n /**\n * Weighted loss. The accepted values are 0 for no weighted loss.\n * 1 for weighted loss with sqrt.(class_weights). 2 for weighted loss with class_weights. Must be 0 or 1 or 2.\n */\n weightedLoss?: string;\n}\n\nexport function imageModelDistributionSettingsClassificationSerializer(\n item: ImageModelDistributionSettingsClassification,\n): any {\n return {\n amsGradient: item[\"amsGradient\"],\n augmentations: item[\"augmentations\"],\n beta1: item[\"beta1\"],\n beta2: item[\"beta2\"],\n distributed: item[\"distributed\"],\n earlyStopping: item[\"earlyStopping\"],\n earlyStoppingDelay: item[\"earlyStoppingDelay\"],\n earlyStoppingPatience: item[\"earlyStoppingPatience\"],\n enableOnnxNormalization: item[\"enableOnnxNormalization\"],\n evaluationFrequency: item[\"evaluationFrequency\"],\n gradientAccumulationStep: item[\"gradientAccumulationStep\"],\n layersToFreeze: item[\"layersToFreeze\"],\n learningRate: item[\"learningRate\"],\n learningRateScheduler: item[\"learningRateScheduler\"],\n modelName: item[\"modelName\"],\n momentum: item[\"momentum\"],\n nesterov: item[\"nesterov\"],\n numberOfEpochs: item[\"numberOfEpochs\"],\n numberOfWorkers: item[\"numberOfWorkers\"],\n optimizer: item[\"optimizer\"],\n randomSeed: item[\"randomSeed\"],\n stepLRGamma: item[\"stepLRGamma\"],\n stepLRStepSize: item[\"stepLRStepSize\"],\n trainingBatchSize: item[\"trainingBatchSize\"],\n validationBatchSize: item[\"validationBatchSize\"],\n warmupCosineLRCycles: item[\"warmupCosineLRCycles\"],\n warmupCosineLRWarmupEpochs: item[\"warmupCosineLRWarmupEpochs\"],\n weightDecay: item[\"weightDecay\"],\n trainingCropSize: item[\"trainingCropSize\"],\n validationCropSize: item[\"validationCropSize\"],\n validationResizeSize: item[\"validationResizeSize\"],\n weightedLoss: item[\"weightedLoss\"],\n };\n}\n\nexport function imageModelDistributionSettingsClassificationDeserializer(\n item: any,\n): ImageModelDistributionSettingsClassification {\n return {\n amsGradient: item[\"amsGradient\"],\n augmentations: item[\"augmentations\"],\n beta1: item[\"beta1\"],\n beta2: item[\"beta2\"],\n distributed: item[\"distributed\"],\n earlyStopping: item[\"earlyStopping\"],\n earlyStoppingDelay: item[\"earlyStoppingDelay\"],\n earlyStoppingPatience: item[\"earlyStoppingPatience\"],\n enableOnnxNormalization: item[\"enableOnnxNormalization\"],\n evaluationFrequency: item[\"evaluationFrequency\"],\n gradientAccumulationStep: item[\"gradientAccumulationStep\"],\n layersToFreeze: item[\"layersToFreeze\"],\n learningRate: item[\"learningRate\"],\n learningRateScheduler: item[\"learningRateScheduler\"],\n modelName: item[\"modelName\"],\n momentum: item[\"momentum\"],\n nesterov: item[\"nesterov\"],\n numberOfEpochs: item[\"numberOfEpochs\"],\n numberOfWorkers: item[\"numberOfWorkers\"],\n optimizer: item[\"optimizer\"],\n randomSeed: item[\"randomSeed\"],\n stepLRGamma: item[\"stepLRGamma\"],\n stepLRStepSize: item[\"stepLRStepSize\"],\n trainingBatchSize: item[\"trainingBatchSize\"],\n validationBatchSize: item[\"validationBatchSize\"],\n warmupCosineLRCycles: item[\"warmupCosineLRCycles\"],\n warmupCosineLRWarmupEpochs: item[\"warmupCosineLRWarmupEpochs\"],\n weightDecay: item[\"weightDecay\"],\n trainingCropSize: item[\"trainingCropSize\"],\n validationCropSize: item[\"validationCropSize\"],\n validationResizeSize: item[\"validationResizeSize\"],\n weightedLoss: item[\"weightedLoss\"],\n };\n}\n\n/** Limit settings for the AutoML job. */\nexport interface ImageLimitSettings {\n /** Maximum number of concurrent AutoML iterations. */\n maxConcurrentTrials?: number;\n /** Maximum number of AutoML iterations. */\n maxTrials?: number;\n /** AutoML job timeout. */\n timeout?: string;\n}\n\nexport function imageLimitSettingsSerializer(item: ImageLimitSettings): any {\n return {\n maxConcurrentTrials: item[\"maxConcurrentTrials\"],\n maxTrials: item[\"maxTrials\"],\n timeout: item[\"timeout\"],\n };\n}\n\nexport function imageLimitSettingsDeserializer(item: any): ImageLimitSettings {\n return {\n maxConcurrentTrials: item[\"maxConcurrentTrials\"],\n maxTrials: item[\"maxTrials\"],\n timeout: item[\"timeout\"],\n };\n}\n\n/** Model sweeping and hyperparameter sweeping related settings. */\nexport interface ImageSweepSettings {\n /** Type of early termination policy. */\n earlyTermination?: EarlyTerminationPolicyUnion;\n /** [Required] Type of the hyperparameter sampling algorithms. */\n samplingAlgorithm: SamplingAlgorithmType;\n}\n\nexport function imageSweepSettingsSerializer(item: ImageSweepSettings): any {\n return {\n earlyTermination: !item[\"earlyTermination\"]\n ? item[\"earlyTermination\"]\n : earlyTerminationPolicyUnionSerializer(item[\"earlyTermination\"]),\n samplingAlgorithm: item[\"samplingAlgorithm\"],\n };\n}\n\nexport function imageSweepSettingsDeserializer(item: any): ImageSweepSettings {\n return {\n earlyTermination: !item[\"earlyTermination\"]\n ? item[\"earlyTermination\"]\n : earlyTerminationPolicyUnionDeserializer(item[\"earlyTermination\"]),\n samplingAlgorithm: item[\"samplingAlgorithm\"],\n };\n}\n\n/** Early termination policies enable canceling poor-performing runs before they complete */\nexport interface EarlyTerminationPolicy {\n /** Number of intervals by which to delay the first evaluation. */\n delayEvaluation?: number;\n /** Interval (number of runs) between policy evaluations. */\n evaluationInterval?: number;\n /** [Required] Name of policy configuration */\n /** The discriminator possible values: Bandit, MedianStopping, TruncationSelection */\n policyType: EarlyTerminationPolicyType;\n}\n\nexport function earlyTerminationPolicySerializer(item: EarlyTerminationPolicy): any {\n return {\n delayEvaluation: item[\"delayEvaluation\"],\n evaluationInterval: item[\"evaluationInterval\"],\n policyType: item[\"policyType\"],\n };\n}\n\nexport function earlyTerminationPolicyDeserializer(item: any): EarlyTerminationPolicy {\n return {\n delayEvaluation: item[\"delayEvaluation\"],\n evaluationInterval: item[\"evaluationInterval\"],\n policyType: item[\"policyType\"],\n };\n}\n\n/** Alias for EarlyTerminationPolicyUnion */\nexport type EarlyTerminationPolicyUnion =\n | BanditPolicy\n | MedianStoppingPolicy\n | TruncationSelectionPolicy\n | EarlyTerminationPolicy;\n\nexport function earlyTerminationPolicyUnionSerializer(item: EarlyTerminationPolicyUnion): any {\n switch (item.policyType) {\n case \"Bandit\":\n return banditPolicySerializer(item as BanditPolicy);\n\n case \"MedianStopping\":\n return medianStoppingPolicySerializer(item as MedianStoppingPolicy);\n\n case \"TruncationSelection\":\n return truncationSelectionPolicySerializer(item as TruncationSelectionPolicy);\n\n default:\n return earlyTerminationPolicySerializer(item);\n }\n}\n\nexport function earlyTerminationPolicyUnionDeserializer(item: any): EarlyTerminationPolicyUnion {\n switch (item[\"policyType\"]) {\n case \"Bandit\":\n return banditPolicyDeserializer(item as BanditPolicy);\n\n case \"MedianStopping\":\n return medianStoppingPolicyDeserializer(item as MedianStoppingPolicy);\n\n case \"TruncationSelection\":\n return truncationSelectionPolicyDeserializer(item as TruncationSelectionPolicy);\n\n default:\n return earlyTerminationPolicyDeserializer(item);\n }\n}\n\n/** Known values of {@link EarlyTerminationPolicyType} that the service accepts. */\nexport enum KnownEarlyTerminationPolicyType {\n /** Bandit */\n Bandit = \"Bandit\",\n /** MedianStopping */\n MedianStopping = \"MedianStopping\",\n /** TruncationSelection */\n TruncationSelection = \"TruncationSelection\",\n}\n\n/** Type of EarlyTerminationPolicyType */\nexport type EarlyTerminationPolicyType = string;\n\n/** Defines an early termination policy based on slack criteria, and a frequency and delay interval for evaluation */\nexport interface BanditPolicy extends EarlyTerminationPolicy {\n /** Absolute distance allowed from the best performing run. */\n slackAmount?: number;\n /** Ratio of the allowed distance from the best performing run. */\n slackFactor?: number;\n /** [Required] Name of policy configuration */\n policyType: \"Bandit\";\n}\n\nexport function banditPolicySerializer(item: BanditPolicy): any {\n return {\n delayEvaluation: item[\"delayEvaluation\"],\n evaluationInterval: item[\"evaluationInterval\"],\n policyType: item[\"policyType\"],\n slackAmount: item[\"slackAmount\"],\n slackFactor: item[\"slackFactor\"],\n };\n}\n\nexport function banditPolicyDeserializer(item: any): BanditPolicy {\n return {\n delayEvaluation: item[\"delayEvaluation\"],\n evaluationInterval: item[\"evaluationInterval\"],\n policyType: item[\"policyType\"],\n slackAmount: item[\"slackAmount\"],\n slackFactor: item[\"slackFactor\"],\n };\n}\n\n/** Defines an early termination policy based on running averages of the primary metric of all runs */\nexport interface MedianStoppingPolicy extends EarlyTerminationPolicy {\n /** [Required] Name of policy configuration */\n policyType: \"MedianStopping\";\n}\n\nexport function medianStoppingPolicySerializer(item: MedianStoppingPolicy): any {\n return {\n delayEvaluation: item[\"delayEvaluation\"],\n evaluationInterval: item[\"evaluationInterval\"],\n policyType: item[\"policyType\"],\n };\n}\n\nexport function medianStoppingPolicyDeserializer(item: any): MedianStoppingPolicy {\n return {\n delayEvaluation: item[\"delayEvaluation\"],\n evaluationInterval: item[\"evaluationInterval\"],\n policyType: item[\"policyType\"],\n };\n}\n\n/** Defines an early termination policy that cancels a given percentage of runs at each evaluation interval. */\nexport interface TruncationSelectionPolicy extends EarlyTerminationPolicy {\n /** The percentage of runs to cancel at each evaluation interval. */\n truncationPercentage?: number;\n /** [Required] Name of policy configuration */\n policyType: \"TruncationSelection\";\n}\n\nexport function truncationSelectionPolicySerializer(item: TruncationSelectionPolicy): any {\n return {\n delayEvaluation: item[\"delayEvaluation\"],\n evaluationInterval: item[\"evaluationInterval\"],\n policyType: item[\"policyType\"],\n truncationPercentage: item[\"truncationPercentage\"],\n };\n}\n\nexport function truncationSelectionPolicyDeserializer(item: any): TruncationSelectionPolicy {\n return {\n delayEvaluation: item[\"delayEvaluation\"],\n evaluationInterval: item[\"evaluationInterval\"],\n policyType: item[\"policyType\"],\n truncationPercentage: item[\"truncationPercentage\"],\n };\n}\n\n/** Known values of {@link SamplingAlgorithmType} that the service accepts. */\nexport enum KnownSamplingAlgorithmType {\n /** Grid */\n Grid = \"Grid\",\n /** Random */\n Random = \"Random\",\n /** Bayesian */\n Bayesian = \"Bayesian\",\n}\n\n/** Type of SamplingAlgorithmType */\nexport type SamplingAlgorithmType = string;\n\n/**\n * Image Classification Multilabel. Multi-label image classification is used when an image could have one or more labels\n * from a set of labels - e.g. an image could be labeled with both 'cat' and 'dog'.\n */\nexport interface ImageClassificationMultilabel extends AutoMLVertical {\n /** Settings used for training the model. */\n modelSettings?: ImageModelSettingsClassification;\n /** Search space for sampling different combinations of models and their hyperparameters. */\n searchSpace?: ImageModelDistributionSettingsClassification[];\n /** [Required] Limit settings for the AutoML job. */\n limitSettings: ImageLimitSettings;\n /** Model sweeping and hyperparameter sweeping related settings. */\n sweepSettings?: ImageSweepSettings;\n /** Validation data inputs. */\n validationData?: MLTableJobInput;\n /**\n * The fraction of training dataset that needs to be set aside for validation purpose.\n * Values between (0.0 , 1.0)\n * Applied when validation dataset is not provided.\n */\n validationDataSize?: number;\n /** Primary metrics for classification multilabel tasks. */\n primaryMetric?: ClassificationMultilabelPrimaryMetrics;\n /** [Required] Task type for AutoMLJob. */\n taskType: \"ImageClassificationMultilabel\";\n}\n\nexport function imageClassificationMultilabelSerializer(item: ImageClassificationMultilabel): any {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputSerializer(item[\"trainingData\"]),\n modelSettings: !item[\"modelSettings\"]\n ? item[\"modelSettings\"]\n : imageModelSettingsClassificationSerializer(item[\"modelSettings\"]),\n searchSpace: !item[\"searchSpace\"]\n ? item[\"searchSpace\"]\n : imageModelDistributionSettingsClassificationArraySerializer(item[\"searchSpace\"]),\n limitSettings: imageLimitSettingsSerializer(item[\"limitSettings\"]),\n sweepSettings: !item[\"sweepSettings\"]\n ? item[\"sweepSettings\"]\n : imageSweepSettingsSerializer(item[\"sweepSettings\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputSerializer(item[\"validationData\"]),\n validationDataSize: item[\"validationDataSize\"],\n primaryMetric: item[\"primaryMetric\"],\n };\n}\n\nexport function imageClassificationMultilabelDeserializer(\n item: any,\n): ImageClassificationMultilabel {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputDeserializer(item[\"trainingData\"]),\n modelSettings: !item[\"modelSettings\"]\n ? item[\"modelSettings\"]\n : imageModelSettingsClassificationDeserializer(item[\"modelSettings\"]),\n searchSpace: !item[\"searchSpace\"]\n ? item[\"searchSpace\"]\n : imageModelDistributionSettingsClassificationArrayDeserializer(item[\"searchSpace\"]),\n limitSettings: imageLimitSettingsDeserializer(item[\"limitSettings\"]),\n sweepSettings: !item[\"sweepSettings\"]\n ? item[\"sweepSettings\"]\n : imageSweepSettingsDeserializer(item[\"sweepSettings\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputDeserializer(item[\"validationData\"]),\n validationDataSize: item[\"validationDataSize\"],\n primaryMetric: item[\"primaryMetric\"],\n };\n}\n\n/** Primary metrics for classification multilabel tasks. */\nexport enum KnownClassificationMultilabelPrimaryMetrics {\n /**\n * AUC is the Area under the curve.\n * This metric represents arithmetic mean of the score for each class,\n * weighted by the number of true instances in each class.\n */\n AUCWeighted = \"AUCWeighted\",\n /** Accuracy is the ratio of predictions that exactly match the true class labels. */\n Accuracy = \"Accuracy\",\n /**\n * Normalized macro recall is recall macro-averaged and normalized, so that random\n * performance has a score of 0, and perfect performance has a score of 1.\n */\n NormMacroRecall = \"NormMacroRecall\",\n /**\n * The arithmetic mean of the average precision score for each class, weighted by\n * the number of true instances in each class.\n */\n AveragePrecisionScoreWeighted = \"AveragePrecisionScoreWeighted\",\n /** The arithmetic mean of precision for each class, weighted by number of true instances in each class. */\n PrecisionScoreWeighted = \"PrecisionScoreWeighted\",\n /** Intersection Over Union. Intersection of predictions divided by union of predictions. */\n IOU = \"IOU\",\n}\n\n/**\n * Primary metrics for classification multilabel tasks. \\\n * {@link KnownClassificationMultilabelPrimaryMetrics} can be used interchangeably with ClassificationMultilabelPrimaryMetrics,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AUCWeighted**: AUC is the Area under the curve.\n * This metric represents arithmetic mean of the score for each class,\n * weighted by the number of true instances in each class. \\\n * **Accuracy**: Accuracy is the ratio of predictions that exactly match the true class labels. \\\n * **NormMacroRecall**: Normalized macro recall is recall macro-averaged and normalized, so that random\n * performance has a score of 0, and perfect performance has a score of 1. \\\n * **AveragePrecisionScoreWeighted**: The arithmetic mean of the average precision score for each class, weighted by\n * the number of true instances in each class. \\\n * **PrecisionScoreWeighted**: The arithmetic mean of precision for each class, weighted by number of true instances in each class. \\\n * **IOU**: Intersection Over Union. Intersection of predictions divided by union of predictions.\n */\nexport type ClassificationMultilabelPrimaryMetrics = string;\n\n/**\n * Image Instance Segmentation. Instance segmentation is used to identify objects in an image at the pixel level,\n * drawing a polygon around each object in the image.\n */\nexport interface ImageInstanceSegmentation extends AutoMLVertical {\n /** Settings used for training the model. */\n modelSettings?: ImageModelSettingsObjectDetection;\n /** Search space for sampling different combinations of models and their hyperparameters. */\n searchSpace?: ImageModelDistributionSettingsObjectDetection[];\n /** [Required] Limit settings for the AutoML job. */\n limitSettings: ImageLimitSettings;\n /** Model sweeping and hyperparameter sweeping related settings. */\n sweepSettings?: ImageSweepSettings;\n /** Validation data inputs. */\n validationData?: MLTableJobInput;\n /**\n * The fraction of training dataset that needs to be set aside for validation purpose.\n * Values between (0.0 , 1.0)\n * Applied when validation dataset is not provided.\n */\n validationDataSize?: number;\n /** Primary metrics for InstanceSegmentation tasks. */\n primaryMetric?: InstanceSegmentationPrimaryMetrics;\n /** [Required] Task type for AutoMLJob. */\n taskType: \"ImageInstanceSegmentation\";\n}\n\nexport function imageInstanceSegmentationSerializer(item: ImageInstanceSegmentation): any {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputSerializer(item[\"trainingData\"]),\n modelSettings: !item[\"modelSettings\"]\n ? item[\"modelSettings\"]\n : imageModelSettingsObjectDetectionSerializer(item[\"modelSettings\"]),\n searchSpace: !item[\"searchSpace\"]\n ? item[\"searchSpace\"]\n : imageModelDistributionSettingsObjectDetectionArraySerializer(item[\"searchSpace\"]),\n limitSettings: imageLimitSettingsSerializer(item[\"limitSettings\"]),\n sweepSettings: !item[\"sweepSettings\"]\n ? item[\"sweepSettings\"]\n : imageSweepSettingsSerializer(item[\"sweepSettings\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputSerializer(item[\"validationData\"]),\n validationDataSize: item[\"validationDataSize\"],\n primaryMetric: item[\"primaryMetric\"],\n };\n}\n\nexport function imageInstanceSegmentationDeserializer(item: any): ImageInstanceSegmentation {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputDeserializer(item[\"trainingData\"]),\n modelSettings: !item[\"modelSettings\"]\n ? item[\"modelSettings\"]\n : imageModelSettingsObjectDetectionDeserializer(item[\"modelSettings\"]),\n searchSpace: !item[\"searchSpace\"]\n ? item[\"searchSpace\"]\n : imageModelDistributionSettingsObjectDetectionArrayDeserializer(item[\"searchSpace\"]),\n limitSettings: imageLimitSettingsDeserializer(item[\"limitSettings\"]),\n sweepSettings: !item[\"sweepSettings\"]\n ? item[\"sweepSettings\"]\n : imageSweepSettingsDeserializer(item[\"sweepSettings\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputDeserializer(item[\"validationData\"]),\n validationDataSize: item[\"validationDataSize\"],\n primaryMetric: item[\"primaryMetric\"],\n };\n}\n\n/**\n * Settings used for training the model.\n * For more information on the available settings please visit the official documentation:\n * https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.\n */\nexport interface ImageModelSettingsObjectDetection extends ImageModelSettings {\n /**\n * Maximum number of detections per image, for all classes. Must be a positive integer.\n * Note: This settings is not supported for the 'yolov5' algorithm.\n */\n boxDetectionsPerImage?: number;\n /**\n * During inference, only return proposals with a classification score greater than\n * BoxScoreThreshold. Must be a float in the range[0, 1].\n */\n boxScoreThreshold?: number;\n /**\n * Image size for train and validation. Must be a positive integer.\n * Note: The training run may get into CUDA OOM if the size is too big.\n * Note: This settings is only supported for the 'yolov5' algorithm.\n */\n imageSize?: number;\n /**\n * Maximum size of the image to be rescaled before feeding it to the backbone.\n * Must be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\n * Note: This settings is not supported for the 'yolov5' algorithm.\n */\n maxSize?: number;\n /**\n * Minimum size of the image to be rescaled before feeding it to the backbone.\n * Must be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\n * Note: This settings is not supported for the 'yolov5' algorithm.\n */\n minSize?: number;\n /** Image model size. */\n modelSize?: ModelSize;\n /**\n * Enable multi-scale image by varying image size by +/- 50%.\n * Note: training run may get into CUDA OOM if no sufficient GPU memory.\n * Note: This settings is only supported for the 'yolov5' algorithm.\n */\n multiScale?: boolean;\n /** IOU threshold used during inference in NMS post processing. Must be a float in the range [0, 1]. */\n nmsIouThreshold?: number;\n /**\n * The grid size to use for tiling each image. Note: TileGridSize must not be\n * None to enable small object detection logic. A string containing two integers in mxn format.\n * Note: This settings is not supported for the 'yolov5' algorithm.\n */\n tileGridSize?: string;\n /**\n * Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\n * Note: This settings is not supported for the 'yolov5' algorithm.\n */\n tileOverlapRatio?: number;\n /**\n * The IOU threshold to use to perform NMS while merging predictions from tiles and image.\n * Used in validation/ inference. Must be float in the range [0, 1].\n * Note: This settings is not supported for the 'yolov5' algorithm.\n */\n tilePredictionsNmsThreshold?: number;\n /** IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. */\n validationIouThreshold?: number;\n /** Metric computation method to use for validation metrics in image tasks. */\n validationMetricType?: ValidationMetricType;\n}\n\nexport function imageModelSettingsObjectDetectionSerializer(\n item: ImageModelSettingsObjectDetection,\n): any {\n return {\n advancedSettings: item[\"advancedSettings\"],\n amsGradient: item[\"amsGradient\"],\n augmentations: item[\"augmentations\"],\n beta1: item[\"beta1\"],\n beta2: item[\"beta2\"],\n checkpointFrequency: item[\"checkpointFrequency\"],\n checkpointModel: !item[\"checkpointModel\"]\n ? item[\"checkpointModel\"]\n : mlFlowModelJobInputSerializer(item[\"checkpointModel\"]),\n checkpointRunId: item[\"checkpointRunId\"],\n distributed: item[\"distributed\"],\n earlyStopping: item[\"earlyStopping\"],\n earlyStoppingDelay: item[\"earlyStoppingDelay\"],\n earlyStoppingPatience: item[\"earlyStoppingPatience\"],\n enableOnnxNormalization: item[\"enableOnnxNormalization\"],\n evaluationFrequency: item[\"evaluationFrequency\"],\n gradientAccumulationStep: item[\"gradientAccumulationStep\"],\n layersToFreeze: item[\"layersToFreeze\"],\n learningRate: item[\"learningRate\"],\n learningRateScheduler: item[\"learningRateScheduler\"],\n modelName: item[\"modelName\"],\n momentum: item[\"momentum\"],\n nesterov: item[\"nesterov\"],\n numberOfEpochs: item[\"numberOfEpochs\"],\n numberOfWorkers: item[\"numberOfWorkers\"],\n optimizer: item[\"optimizer\"],\n randomSeed: item[\"randomSeed\"],\n stepLRGamma: item[\"stepLRGamma\"],\n stepLRStepSize: item[\"stepLRStepSize\"],\n trainingBatchSize: item[\"trainingBatchSize\"],\n validationBatchSize: item[\"validationBatchSize\"],\n warmupCosineLRCycles: item[\"warmupCosineLRCycles\"],\n warmupCosineLRWarmupEpochs: item[\"warmupCosineLRWarmupEpochs\"],\n weightDecay: item[\"weightDecay\"],\n boxDetectionsPerImage: item[\"boxDetectionsPerImage\"],\n boxScoreThreshold: item[\"boxScoreThreshold\"],\n imageSize: item[\"imageSize\"],\n maxSize: item[\"maxSize\"],\n minSize: item[\"minSize\"],\n modelSize: item[\"modelSize\"],\n multiScale: item[\"multiScale\"],\n nmsIouThreshold: item[\"nmsIouThreshold\"],\n tileGridSize: item[\"tileGridSize\"],\n tileOverlapRatio: item[\"tileOverlapRatio\"],\n tilePredictionsNmsThreshold: item[\"tilePredictionsNmsThreshold\"],\n validationIouThreshold: item[\"validationIouThreshold\"],\n validationMetricType: item[\"validationMetricType\"],\n };\n}\n\nexport function imageModelSettingsObjectDetectionDeserializer(\n item: any,\n): ImageModelSettingsObjectDetection {\n return {\n advancedSettings: item[\"advancedSettings\"],\n amsGradient: item[\"amsGradient\"],\n augmentations: item[\"augmentations\"],\n beta1: item[\"beta1\"],\n beta2: item[\"beta2\"],\n checkpointFrequency: item[\"checkpointFrequency\"],\n checkpointModel: !item[\"checkpointModel\"]\n ? item[\"checkpointModel\"]\n : mlFlowModelJobInputDeserializer(item[\"checkpointModel\"]),\n checkpointRunId: item[\"checkpointRunId\"],\n distributed: item[\"distributed\"],\n earlyStopping: item[\"earlyStopping\"],\n earlyStoppingDelay: item[\"earlyStoppingDelay\"],\n earlyStoppingPatience: item[\"earlyStoppingPatience\"],\n enableOnnxNormalization: item[\"enableOnnxNormalization\"],\n evaluationFrequency: item[\"evaluationFrequency\"],\n gradientAccumulationStep: item[\"gradientAccumulationStep\"],\n layersToFreeze: item[\"layersToFreeze\"],\n learningRate: item[\"learningRate\"],\n learningRateScheduler: item[\"learningRateScheduler\"],\n modelName: item[\"modelName\"],\n momentum: item[\"momentum\"],\n nesterov: item[\"nesterov\"],\n numberOfEpochs: item[\"numberOfEpochs\"],\n numberOfWorkers: item[\"numberOfWorkers\"],\n optimizer: item[\"optimizer\"],\n randomSeed: item[\"randomSeed\"],\n stepLRGamma: item[\"stepLRGamma\"],\n stepLRStepSize: item[\"stepLRStepSize\"],\n trainingBatchSize: item[\"trainingBatchSize\"],\n validationBatchSize: item[\"validationBatchSize\"],\n warmupCosineLRCycles: item[\"warmupCosineLRCycles\"],\n warmupCosineLRWarmupEpochs: item[\"warmupCosineLRWarmupEpochs\"],\n weightDecay: item[\"weightDecay\"],\n boxDetectionsPerImage: item[\"boxDetectionsPerImage\"],\n boxScoreThreshold: item[\"boxScoreThreshold\"],\n imageSize: item[\"imageSize\"],\n maxSize: item[\"maxSize\"],\n minSize: item[\"minSize\"],\n modelSize: item[\"modelSize\"],\n multiScale: item[\"multiScale\"],\n nmsIouThreshold: item[\"nmsIouThreshold\"],\n tileGridSize: item[\"tileGridSize\"],\n tileOverlapRatio: item[\"tileOverlapRatio\"],\n tilePredictionsNmsThreshold: item[\"tilePredictionsNmsThreshold\"],\n validationIouThreshold: item[\"validationIouThreshold\"],\n validationMetricType: item[\"validationMetricType\"],\n };\n}\n\n/** Image model size. */\nexport enum KnownModelSize {\n /** No value selected. */\n None = \"None\",\n /** Small size. */\n Small = \"Small\",\n /** Medium size. */\n Medium = \"Medium\",\n /** Large size. */\n Large = \"Large\",\n /** Extra large size. */\n ExtraLarge = \"ExtraLarge\",\n}\n\n/**\n * Image model size. \\\n * {@link KnownModelSize} can be used interchangeably with ModelSize,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No value selected. \\\n * **Small**: Small size. \\\n * **Medium**: Medium size. \\\n * **Large**: Large size. \\\n * **ExtraLarge**: Extra large size.\n */\nexport type ModelSize = string;\n\n/** Metric computation method to use for validation metrics in image tasks. */\nexport enum KnownValidationMetricType {\n /** No metric. */\n None = \"None\",\n /** Coco metric. */\n Coco = \"Coco\",\n /** Voc metric. */\n Voc = \"Voc\",\n /** CocoVoc metric. */\n CocoVoc = \"CocoVoc\",\n}\n\n/**\n * Metric computation method to use for validation metrics in image tasks. \\\n * {@link KnownValidationMetricType} can be used interchangeably with ValidationMetricType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No metric. \\\n * **Coco**: Coco metric. \\\n * **Voc**: Voc metric. \\\n * **CocoVoc**: CocoVoc metric.\n */\nexport type ValidationMetricType = string;\n\nexport function imageModelDistributionSettingsObjectDetectionArraySerializer(\n result: Array<ImageModelDistributionSettingsObjectDetection>,\n): any[] {\n return result.map((item) => {\n return imageModelDistributionSettingsObjectDetectionSerializer(item);\n });\n}\n\nexport function imageModelDistributionSettingsObjectDetectionArrayDeserializer(\n result: Array<ImageModelDistributionSettingsObjectDetection>,\n): any[] {\n return result.map((item) => {\n return imageModelDistributionSettingsObjectDetectionDeserializer(item);\n });\n}\n\n/**\n * Distribution expressions to sweep over values of model settings.\n * <example>\n * Some examples are:\n * ```\n * ModelName = \"choice('seresnext', 'resnest50')\";\n * LearningRate = \"uniform(0.001, 0.01)\";\n * LayersToFreeze = \"choice(0, 2)\";\n * ```</example>\n * For more details on how to compose distribution expressions please check the documentation:\n * https://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\n * For more information on the available settings please visit the official documentation:\n * https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.\n */\nexport interface ImageModelDistributionSettingsObjectDetection extends ImageModelDistributionSettings {\n /**\n * Maximum number of detections per image, for all classes. Must be a positive integer.\n * Note: This settings is not supported for the 'yolov5' algorithm.\n */\n boxDetectionsPerImage?: string;\n /**\n * During inference, only return proposals with a classification score greater than\n * BoxScoreThreshold. Must be a float in the range[0, 1].\n */\n boxScoreThreshold?: string;\n /**\n * Image size for train and validation. Must be a positive integer.\n * Note: The training run may get into CUDA OOM if the size is too big.\n * Note: This settings is only supported for the 'yolov5' algorithm.\n */\n imageSize?: string;\n /**\n * Maximum size of the image to be rescaled before feeding it to the backbone.\n * Must be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\n * Note: This settings is not supported for the 'yolov5' algorithm.\n */\n maxSize?: string;\n /**\n * Minimum size of the image to be rescaled before feeding it to the backbone.\n * Must be a positive integer. Note: training run may get into CUDA OOM if the size is too big.\n * Note: This settings is not supported for the 'yolov5' algorithm.\n */\n minSize?: string;\n /**\n * Model size. Must be 'small', 'medium', 'large', or 'xlarge'.\n * Note: training run may get into CUDA OOM if the model size is too big.\n * Note: This settings is only supported for the 'yolov5' algorithm.\n */\n modelSize?: string;\n /**\n * Enable multi-scale image by varying image size by +/- 50%.\n * Note: training run may get into CUDA OOM if no sufficient GPU memory.\n * Note: This settings is only supported for the 'yolov5' algorithm.\n */\n multiScale?: string;\n /** IOU threshold used during inference in NMS post processing. Must be float in the range [0, 1]. */\n nmsIouThreshold?: string;\n /**\n * The grid size to use for tiling each image. Note: TileGridSize must not be\n * None to enable small object detection logic. A string containing two integers in mxn format.\n * Note: This settings is not supported for the 'yolov5' algorithm.\n */\n tileGridSize?: string;\n /**\n * Overlap ratio between adjacent tiles in each dimension. Must be float in the range [0, 1).\n * Note: This settings is not supported for the 'yolov5' algorithm.\n */\n tileOverlapRatio?: string;\n /**\n * The IOU threshold to use to perform NMS while merging predictions from tiles and image.\n * Used in validation/ inference. Must be float in the range [0, 1].\n * Note: This settings is not supported for the 'yolov5' algorithm.\n * NMS: Non-maximum suppression\n */\n tilePredictionsNmsThreshold?: string;\n /** IOU threshold to use when computing validation metric. Must be float in the range [0, 1]. */\n validationIouThreshold?: string;\n /** Metric computation method to use for validation metrics. Must be 'none', 'coco', 'voc', or 'coco_voc'. */\n validationMetricType?: string;\n}\n\nexport function imageModelDistributionSettingsObjectDetectionSerializer(\n item: ImageModelDistributionSettingsObjectDetection,\n): any {\n return {\n amsGradient: item[\"amsGradient\"],\n augmentations: item[\"augmentations\"],\n beta1: item[\"beta1\"],\n beta2: item[\"beta2\"],\n distributed: item[\"distributed\"],\n earlyStopping: item[\"earlyStopping\"],\n earlyStoppingDelay: item[\"earlyStoppingDelay\"],\n earlyStoppingPatience: item[\"earlyStoppingPatience\"],\n enableOnnxNormalization: item[\"enableOnnxNormalization\"],\n evaluationFrequency: item[\"evaluationFrequency\"],\n gradientAccumulationStep: item[\"gradientAccumulationStep\"],\n layersToFreeze: item[\"layersToFreeze\"],\n learningRate: item[\"learningRate\"],\n learningRateScheduler: item[\"learningRateScheduler\"],\n modelName: item[\"modelName\"],\n momentum: item[\"momentum\"],\n nesterov: item[\"nesterov\"],\n numberOfEpochs: item[\"numberOfEpochs\"],\n numberOfWorkers: item[\"numberOfWorkers\"],\n optimizer: item[\"optimizer\"],\n randomSeed: item[\"randomSeed\"],\n stepLRGamma: item[\"stepLRGamma\"],\n stepLRStepSize: item[\"stepLRStepSize\"],\n trainingBatchSize: item[\"trainingBatchSize\"],\n validationBatchSize: item[\"validationBatchSize\"],\n warmupCosineLRCycles: item[\"warmupCosineLRCycles\"],\n warmupCosineLRWarmupEpochs: item[\"warmupCosineLRWarmupEpochs\"],\n weightDecay: item[\"weightDecay\"],\n boxDetectionsPerImage: item[\"boxDetectionsPerImage\"],\n boxScoreThreshold: item[\"boxScoreThreshold\"],\n imageSize: item[\"imageSize\"],\n maxSize: item[\"maxSize\"],\n minSize: item[\"minSize\"],\n modelSize: item[\"modelSize\"],\n multiScale: item[\"multiScale\"],\n nmsIouThreshold: item[\"nmsIouThreshold\"],\n tileGridSize: item[\"tileGridSize\"],\n tileOverlapRatio: item[\"tileOverlapRatio\"],\n tilePredictionsNmsThreshold: item[\"tilePredictionsNmsThreshold\"],\n validationIouThreshold: item[\"validationIouThreshold\"],\n validationMetricType: item[\"validationMetricType\"],\n };\n}\n\nexport function imageModelDistributionSettingsObjectDetectionDeserializer(\n item: any,\n): ImageModelDistributionSettingsObjectDetection {\n return {\n amsGradient: item[\"amsGradient\"],\n augmentations: item[\"augmentations\"],\n beta1: item[\"beta1\"],\n beta2: item[\"beta2\"],\n distributed: item[\"distributed\"],\n earlyStopping: item[\"earlyStopping\"],\n earlyStoppingDelay: item[\"earlyStoppingDelay\"],\n earlyStoppingPatience: item[\"earlyStoppingPatience\"],\n enableOnnxNormalization: item[\"enableOnnxNormalization\"],\n evaluationFrequency: item[\"evaluationFrequency\"],\n gradientAccumulationStep: item[\"gradientAccumulationStep\"],\n layersToFreeze: item[\"layersToFreeze\"],\n learningRate: item[\"learningRate\"],\n learningRateScheduler: item[\"learningRateScheduler\"],\n modelName: item[\"modelName\"],\n momentum: item[\"momentum\"],\n nesterov: item[\"nesterov\"],\n numberOfEpochs: item[\"numberOfEpochs\"],\n numberOfWorkers: item[\"numberOfWorkers\"],\n optimizer: item[\"optimizer\"],\n randomSeed: item[\"randomSeed\"],\n stepLRGamma: item[\"stepLRGamma\"],\n stepLRStepSize: item[\"stepLRStepSize\"],\n trainingBatchSize: item[\"trainingBatchSize\"],\n validationBatchSize: item[\"validationBatchSize\"],\n warmupCosineLRCycles: item[\"warmupCosineLRCycles\"],\n warmupCosineLRWarmupEpochs: item[\"warmupCosineLRWarmupEpochs\"],\n weightDecay: item[\"weightDecay\"],\n boxDetectionsPerImage: item[\"boxDetectionsPerImage\"],\n boxScoreThreshold: item[\"boxScoreThreshold\"],\n imageSize: item[\"imageSize\"],\n maxSize: item[\"maxSize\"],\n minSize: item[\"minSize\"],\n modelSize: item[\"modelSize\"],\n multiScale: item[\"multiScale\"],\n nmsIouThreshold: item[\"nmsIouThreshold\"],\n tileGridSize: item[\"tileGridSize\"],\n tileOverlapRatio: item[\"tileOverlapRatio\"],\n tilePredictionsNmsThreshold: item[\"tilePredictionsNmsThreshold\"],\n validationIouThreshold: item[\"validationIouThreshold\"],\n validationMetricType: item[\"validationMetricType\"],\n };\n}\n\n/** Primary metrics for InstanceSegmentation tasks. */\nexport enum KnownInstanceSegmentationPrimaryMetrics {\n /**\n * Mean Average Precision (MAP) is the average of AP (Average Precision).\n * AP is calculated for each class and averaged to get the MAP.\n */\n MeanAveragePrecision = \"MeanAveragePrecision\",\n}\n\n/**\n * Primary metrics for InstanceSegmentation tasks. \\\n * {@link KnownInstanceSegmentationPrimaryMetrics} can be used interchangeably with InstanceSegmentationPrimaryMetrics,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MeanAveragePrecision**: Mean Average Precision (MAP) is the average of AP (Average Precision).\n * AP is calculated for each class and averaged to get the MAP.\n */\nexport type InstanceSegmentationPrimaryMetrics = string;\n\n/**\n * Image Object Detection. Object detection is used to identify objects in an image and locate each object with a\n * bounding box e.g. locate all dogs and cats in an image and draw a bounding box around each.\n */\nexport interface ImageObjectDetection extends AutoMLVertical {\n /** Settings used for training the model. */\n modelSettings?: ImageModelSettingsObjectDetection;\n /** Search space for sampling different combinations of models and their hyperparameters. */\n searchSpace?: ImageModelDistributionSettingsObjectDetection[];\n /** [Required] Limit settings for the AutoML job. */\n limitSettings: ImageLimitSettings;\n /** Model sweeping and hyperparameter sweeping related settings. */\n sweepSettings?: ImageSweepSettings;\n /** Validation data inputs. */\n validationData?: MLTableJobInput;\n /**\n * The fraction of training dataset that needs to be set aside for validation purpose.\n * Values between (0.0 , 1.0)\n * Applied when validation dataset is not provided.\n */\n validationDataSize?: number;\n /** Primary metrics for Image ObjectDetection task. */\n primaryMetric?: ObjectDetectionPrimaryMetrics;\n /** [Required] Task type for AutoMLJob. */\n taskType: \"ImageObjectDetection\";\n}\n\nexport function imageObjectDetectionSerializer(item: ImageObjectDetection): any {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputSerializer(item[\"trainingData\"]),\n modelSettings: !item[\"modelSettings\"]\n ? item[\"modelSettings\"]\n : imageModelSettingsObjectDetectionSerializer(item[\"modelSettings\"]),\n searchSpace: !item[\"searchSpace\"]\n ? item[\"searchSpace\"]\n : imageModelDistributionSettingsObjectDetectionArraySerializer(item[\"searchSpace\"]),\n limitSettings: imageLimitSettingsSerializer(item[\"limitSettings\"]),\n sweepSettings: !item[\"sweepSettings\"]\n ? item[\"sweepSettings\"]\n : imageSweepSettingsSerializer(item[\"sweepSettings\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputSerializer(item[\"validationData\"]),\n validationDataSize: item[\"validationDataSize\"],\n primaryMetric: item[\"primaryMetric\"],\n };\n}\n\nexport function imageObjectDetectionDeserializer(item: any): ImageObjectDetection {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputDeserializer(item[\"trainingData\"]),\n modelSettings: !item[\"modelSettings\"]\n ? item[\"modelSettings\"]\n : imageModelSettingsObjectDetectionDeserializer(item[\"modelSettings\"]),\n searchSpace: !item[\"searchSpace\"]\n ? item[\"searchSpace\"]\n : imageModelDistributionSettingsObjectDetectionArrayDeserializer(item[\"searchSpace\"]),\n limitSettings: imageLimitSettingsDeserializer(item[\"limitSettings\"]),\n sweepSettings: !item[\"sweepSettings\"]\n ? item[\"sweepSettings\"]\n : imageSweepSettingsDeserializer(item[\"sweepSettings\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputDeserializer(item[\"validationData\"]),\n validationDataSize: item[\"validationDataSize\"],\n primaryMetric: item[\"primaryMetric\"],\n };\n}\n\n/** Primary metrics for Image ObjectDetection task. */\nexport enum KnownObjectDetectionPrimaryMetrics {\n /**\n * Mean Average Precision (MAP) is the average of AP (Average Precision).\n * AP is calculated for each class and averaged to get the MAP.\n */\n MeanAveragePrecision = \"MeanAveragePrecision\",\n}\n\n/**\n * Primary metrics for Image ObjectDetection task. \\\n * {@link KnownObjectDetectionPrimaryMetrics} can be used interchangeably with ObjectDetectionPrimaryMetrics,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MeanAveragePrecision**: Mean Average Precision (MAP) is the average of AP (Average Precision).\n * AP is calculated for each class and averaged to get the MAP.\n */\nexport type ObjectDetectionPrimaryMetrics = string;\n\n/** Regression task in AutoML Table vertical. */\nexport interface Regression extends AutoMLVertical {\n /** Columns to use for CVSplit data. */\n cvSplitColumnNames?: string[];\n /** Featurization inputs needed for AutoML job. */\n featurizationSettings?: TableVerticalFeaturizationSettings;\n /** Execution constraints for AutoMLJob. */\n limitSettings?: TableVerticalLimitSettings;\n /**\n * Number of cross validation folds to be applied on training dataset\n * when validation dataset is not provided.\n */\n nCrossValidations?: NCrossValidationsUnion;\n /** Test data input. */\n testData?: MLTableJobInput;\n /**\n * The fraction of test dataset that needs to be set aside for validation purpose.\n * Values between (0.0 , 1.0)\n * Applied when validation dataset is not provided.\n */\n testDataSize?: number;\n /** Validation data inputs. */\n validationData?: MLTableJobInput;\n /**\n * The fraction of training dataset that needs to be set aside for validation purpose.\n * Values between (0.0 , 1.0)\n * Applied when validation dataset is not provided.\n */\n validationDataSize?: number;\n /** The name of the sample weight column. Automated ML supports a weighted column as an input, causing rows in the data to be weighted up or down. */\n weightColumnName?: string;\n /** Primary metrics for Regression task. */\n primaryMetric?: RegressionPrimaryMetrics;\n /** Inputs for training phase for an AutoML Job. */\n trainingSettings?: RegressionTrainingSettings;\n /** [Required] Task type for AutoMLJob. */\n taskType: \"Regression\";\n}\n\nexport function regressionSerializer(item: Regression): any {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputSerializer(item[\"trainingData\"]),\n cvSplitColumnNames: !item[\"cvSplitColumnNames\"]\n ? item[\"cvSplitColumnNames\"]\n : item[\"cvSplitColumnNames\"].map((p: any) => {\n return p;\n }),\n featurizationSettings: !item[\"featurizationSettings\"]\n ? item[\"featurizationSettings\"]\n : tableVerticalFeaturizationSettingsSerializer(item[\"featurizationSettings\"]),\n limitSettings: !item[\"limitSettings\"]\n ? item[\"limitSettings\"]\n : tableVerticalLimitSettingsSerializer(item[\"limitSettings\"]),\n nCrossValidations: !item[\"nCrossValidations\"]\n ? item[\"nCrossValidations\"]\n : nCrossValidationsUnionSerializer(item[\"nCrossValidations\"]),\n testData: !item[\"testData\"] ? item[\"testData\"] : mlTableJobInputSerializer(item[\"testData\"]),\n testDataSize: item[\"testDataSize\"],\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputSerializer(item[\"validationData\"]),\n validationDataSize: item[\"validationDataSize\"],\n weightColumnName: item[\"weightColumnName\"],\n primaryMetric: item[\"primaryMetric\"],\n trainingSettings: !item[\"trainingSettings\"]\n ? item[\"trainingSettings\"]\n : regressionTrainingSettingsSerializer(item[\"trainingSettings\"]),\n };\n}\n\nexport function regressionDeserializer(item: any): Regression {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputDeserializer(item[\"trainingData\"]),\n cvSplitColumnNames: !item[\"cvSplitColumnNames\"]\n ? item[\"cvSplitColumnNames\"]\n : item[\"cvSplitColumnNames\"].map((p1: any) => {\n return p1;\n }),\n featurizationSettings: !item[\"featurizationSettings\"]\n ? item[\"featurizationSettings\"]\n : tableVerticalFeaturizationSettingsDeserializer(item[\"featurizationSettings\"]),\n limitSettings: !item[\"limitSettings\"]\n ? item[\"limitSettings\"]\n : tableVerticalLimitSettingsDeserializer(item[\"limitSettings\"]),\n nCrossValidations: !item[\"nCrossValidations\"]\n ? item[\"nCrossValidations\"]\n : nCrossValidationsUnionDeserializer(item[\"nCrossValidations\"]),\n testData: !item[\"testData\"] ? item[\"testData\"] : mlTableJobInputDeserializer(item[\"testData\"]),\n testDataSize: item[\"testDataSize\"],\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputDeserializer(item[\"validationData\"]),\n validationDataSize: item[\"validationDataSize\"],\n weightColumnName: item[\"weightColumnName\"],\n primaryMetric: item[\"primaryMetric\"],\n trainingSettings: !item[\"trainingSettings\"]\n ? item[\"trainingSettings\"]\n : regressionTrainingSettingsDeserializer(item[\"trainingSettings\"]),\n };\n}\n\n/** Primary metrics for Regression task. */\nexport enum KnownRegressionPrimaryMetrics {\n /** The Spearman's rank coefficient of correlation is a nonparametric measure of rank correlation. */\n SpearmanCorrelation = \"SpearmanCorrelation\",\n /** The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales. */\n NormalizedRootMeanSquaredError = \"NormalizedRootMeanSquaredError\",\n /** The R2 score is one of the performance evaluation measures for forecasting-based machine learning models. */\n R2Score = \"R2Score\",\n /** The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales. */\n NormalizedMeanAbsoluteError = \"NormalizedMeanAbsoluteError\",\n}\n\n/**\n * Primary metrics for Regression task. \\\n * {@link KnownRegressionPrimaryMetrics} can be used interchangeably with RegressionPrimaryMetrics,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SpearmanCorrelation**: The Spearman's rank coefficient of correlation is a nonparametric measure of rank correlation. \\\n * **NormalizedRootMeanSquaredError**: The Normalized Root Mean Squared Error (NRMSE) the RMSE facilitates the comparison between models with different scales. \\\n * **R2Score**: The R2 score is one of the performance evaluation measures for forecasting-based machine learning models. \\\n * **NormalizedMeanAbsoluteError**: The Normalized Mean Absolute Error (NMAE) is a validation metric to compare the Mean Absolute Error (MAE) of (time) series with different scales.\n */\nexport type RegressionPrimaryMetrics = string;\n\n/** Regression Training related configuration. */\nexport interface RegressionTrainingSettings extends TrainingSettings {\n /** Allowed models for regression task. */\n allowedTrainingAlgorithms?: RegressionModels[];\n /** Blocked models for regression task. */\n blockedTrainingAlgorithms?: RegressionModels[];\n}\n\nexport function regressionTrainingSettingsSerializer(item: RegressionTrainingSettings): any {\n return {\n enableDnnTraining: item[\"enableDnnTraining\"],\n enableModelExplainability: item[\"enableModelExplainability\"],\n enableOnnxCompatibleModels: item[\"enableOnnxCompatibleModels\"],\n enableStackEnsemble: item[\"enableStackEnsemble\"],\n enableVoteEnsemble: item[\"enableVoteEnsemble\"],\n ensembleModelDownloadTimeout: item[\"ensembleModelDownloadTimeout\"],\n stackEnsembleSettings: !item[\"stackEnsembleSettings\"]\n ? item[\"stackEnsembleSettings\"]\n : stackEnsembleSettingsSerializer(item[\"stackEnsembleSettings\"]),\n allowedTrainingAlgorithms: !item[\"allowedTrainingAlgorithms\"]\n ? item[\"allowedTrainingAlgorithms\"]\n : item[\"allowedTrainingAlgorithms\"].map((p: any) => {\n return p;\n }),\n blockedTrainingAlgorithms: !item[\"blockedTrainingAlgorithms\"]\n ? item[\"blockedTrainingAlgorithms\"]\n : item[\"blockedTrainingAlgorithms\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function regressionTrainingSettingsDeserializer(item: any): RegressionTrainingSettings {\n return {\n enableDnnTraining: item[\"enableDnnTraining\"],\n enableModelExplainability: item[\"enableModelExplainability\"],\n enableOnnxCompatibleModels: item[\"enableOnnxCompatibleModels\"],\n enableStackEnsemble: item[\"enableStackEnsemble\"],\n enableVoteEnsemble: item[\"enableVoteEnsemble\"],\n ensembleModelDownloadTimeout: item[\"ensembleModelDownloadTimeout\"],\n stackEnsembleSettings: !item[\"stackEnsembleSettings\"]\n ? item[\"stackEnsembleSettings\"]\n : stackEnsembleSettingsDeserializer(item[\"stackEnsembleSettings\"]),\n allowedTrainingAlgorithms: !item[\"allowedTrainingAlgorithms\"]\n ? item[\"allowedTrainingAlgorithms\"]\n : item[\"allowedTrainingAlgorithms\"].map((p1: any) => {\n return p1;\n }),\n blockedTrainingAlgorithms: !item[\"blockedTrainingAlgorithms\"]\n ? item[\"blockedTrainingAlgorithms\"]\n : item[\"blockedTrainingAlgorithms\"].map((p1: any) => {\n return p1;\n }),\n };\n}\n\n/** Enum for all Regression models supported by AutoML. */\nexport enum KnownRegressionModels {\n /** Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. */\n ElasticNet = \"ElasticNet\",\n /** The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. */\n GradientBoosting = \"GradientBoosting\",\n /**\n * Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks.\n * The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features.\n */\n DecisionTree = \"DecisionTree\",\n /**\n * K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints\n * which further means that the new data point will be assigned a value based on how closely it matches the points in the training set.\n */\n KNN = \"KNN\",\n /** Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer. */\n LassoLars = \"LassoLars\",\n /**\n * SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications\n * to find the model parameters that correspond to the best fit between predicted and actual outputs.\n * It's an inexact but powerful technique.\n */\n SGD = \"SGD\",\n /**\n * Random forest is a supervised learning algorithm.\n * The \"forest\" it builds, is an ensemble of decision trees, usually trained with the \"bagging\" method.\n * The general idea of the bagging method is that a combination of learning models increases the overall result.\n */\n RandomForest = \"RandomForest\",\n /** Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. */\n ExtremeRandomTrees = \"ExtremeRandomTrees\",\n /** LightGBM is a gradient boosting framework that uses tree based learning algorithms. */\n LightGBM = \"LightGBM\",\n /** XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners. */\n XGBoostRegressor = \"XGBoostRegressor\",\n}\n\n/**\n * Enum for all Regression models supported by AutoML. \\\n * {@link KnownRegressionModels} can be used interchangeably with RegressionModels,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ElasticNet**: Elastic net is a popular type of regularized linear regression that combines two popular penalties, specifically the L1 and L2 penalty functions. \\\n * **GradientBoosting**: The technique of transiting week learners into a strong learner is called Boosting. The gradient boosting algorithm process works on this theory of execution. \\\n * **DecisionTree**: Decision Trees are a non-parametric supervised learning method used for both classification and regression tasks.\n * The goal is to create a model that predicts the value of a target variable by learning simple decision rules inferred from the data features. \\\n * **KNN**: K-nearest neighbors (KNN) algorithm uses 'feature similarity' to predict the values of new datapoints\n * which further means that the new data point will be assigned a value based on how closely it matches the points in the training set. \\\n * **LassoLars**: Lasso model fit with Least Angle Regression a.k.a. Lars. It is a Linear Model trained with an L1 prior as regularizer. \\\n * **SGD**: SGD: Stochastic gradient descent is an optimization algorithm often used in machine learning applications\n * to find the model parameters that correspond to the best fit between predicted and actual outputs.\n * It's an inexact but powerful technique. \\\n * **RandomForest**: Random forest is a supervised learning algorithm.\n * The \"forest\" it builds, is an ensemble of decision trees, usually trained with the \"bagging\" method.\n * The general idea of the bagging method is that a combination of learning models increases the overall result. \\\n * **ExtremeRandomTrees**: Extreme Trees is an ensemble machine learning algorithm that combines the predictions from many decision trees. It is related to the widely used random forest algorithm. \\\n * **LightGBM**: LightGBM is a gradient boosting framework that uses tree based learning algorithms. \\\n * **XGBoostRegressor**: XGBoostRegressor: Extreme Gradient Boosting Regressor is a supervised machine learning model using ensemble of base learners.\n */\nexport type RegressionModels = string;\n\n/**\n * Text Classification task in AutoML NLP vertical.\n * NLP - Natural Language Processing.\n */\nexport interface TextClassification extends AutoMLVertical {\n /** Featurization inputs needed for AutoML job. */\n featurizationSettings?: NlpVerticalFeaturizationSettings;\n /** Execution constraints for AutoMLJob. */\n limitSettings?: NlpVerticalLimitSettings;\n /** Validation data inputs. */\n validationData?: MLTableJobInput;\n /** Primary metrics for classification tasks. */\n primaryMetric?: ClassificationPrimaryMetrics;\n /** [Required] Task type for AutoMLJob. */\n taskType: \"TextClassification\";\n}\n\nexport function textClassificationSerializer(item: TextClassification): any {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputSerializer(item[\"trainingData\"]),\n featurizationSettings: !item[\"featurizationSettings\"]\n ? item[\"featurizationSettings\"]\n : nlpVerticalFeaturizationSettingsSerializer(item[\"featurizationSettings\"]),\n limitSettings: !item[\"limitSettings\"]\n ? item[\"limitSettings\"]\n : nlpVerticalLimitSettingsSerializer(item[\"limitSettings\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputSerializer(item[\"validationData\"]),\n primaryMetric: item[\"primaryMetric\"],\n };\n}\n\nexport function textClassificationDeserializer(item: any): TextClassification {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputDeserializer(item[\"trainingData\"]),\n featurizationSettings: !item[\"featurizationSettings\"]\n ? item[\"featurizationSettings\"]\n : nlpVerticalFeaturizationSettingsDeserializer(item[\"featurizationSettings\"]),\n limitSettings: !item[\"limitSettings\"]\n ? item[\"limitSettings\"]\n : nlpVerticalLimitSettingsDeserializer(item[\"limitSettings\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputDeserializer(item[\"validationData\"]),\n primaryMetric: item[\"primaryMetric\"],\n };\n}\n\n/** model interface NlpVerticalFeaturizationSettings */\nexport interface NlpVerticalFeaturizationSettings extends FeaturizationSettings {}\n\nexport function nlpVerticalFeaturizationSettingsSerializer(\n item: NlpVerticalFeaturizationSettings,\n): any {\n return { datasetLanguage: item[\"datasetLanguage\"] };\n}\n\nexport function nlpVerticalFeaturizationSettingsDeserializer(\n item: any,\n): NlpVerticalFeaturizationSettings {\n return {\n datasetLanguage: item[\"datasetLanguage\"],\n };\n}\n\n/** Job execution constraints. */\nexport interface NlpVerticalLimitSettings {\n /** Maximum Concurrent AutoML iterations. */\n maxConcurrentTrials?: number;\n /** Number of AutoML iterations. */\n maxTrials?: number;\n /** AutoML job timeout. */\n timeout?: string;\n}\n\nexport function nlpVerticalLimitSettingsSerializer(item: NlpVerticalLimitSettings): any {\n return {\n maxConcurrentTrials: item[\"maxConcurrentTrials\"],\n maxTrials: item[\"maxTrials\"],\n timeout: item[\"timeout\"],\n };\n}\n\nexport function nlpVerticalLimitSettingsDeserializer(item: any): NlpVerticalLimitSettings {\n return {\n maxConcurrentTrials: item[\"maxConcurrentTrials\"],\n maxTrials: item[\"maxTrials\"],\n timeout: item[\"timeout\"],\n };\n}\n\n/**\n * Text Classification Multilabel task in AutoML NLP vertical.\n * NLP - Natural Language Processing.\n */\nexport interface TextClassificationMultilabel extends AutoMLVertical {\n /** Featurization inputs needed for AutoML job. */\n featurizationSettings?: NlpVerticalFeaturizationSettings;\n /** Execution constraints for AutoMLJob. */\n limitSettings?: NlpVerticalLimitSettings;\n /** Validation data inputs. */\n validationData?: MLTableJobInput;\n /**\n * Primary metric for Text-Classification-Multilabel task.\n * Currently only Accuracy is supported as primary metric, hence user need not set it explicitly.\n */\n readonly primaryMetric?: ClassificationMultilabelPrimaryMetrics;\n /** [Required] Task type for AutoMLJob. */\n taskType: \"TextClassificationMultilabel\";\n}\n\nexport function textClassificationMultilabelSerializer(item: TextClassificationMultilabel): any {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputSerializer(item[\"trainingData\"]),\n featurizationSettings: !item[\"featurizationSettings\"]\n ? item[\"featurizationSettings\"]\n : nlpVerticalFeaturizationSettingsSerializer(item[\"featurizationSettings\"]),\n limitSettings: !item[\"limitSettings\"]\n ? item[\"limitSettings\"]\n : nlpVerticalLimitSettingsSerializer(item[\"limitSettings\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputSerializer(item[\"validationData\"]),\n };\n}\n\nexport function textClassificationMultilabelDeserializer(item: any): TextClassificationMultilabel {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputDeserializer(item[\"trainingData\"]),\n featurizationSettings: !item[\"featurizationSettings\"]\n ? item[\"featurizationSettings\"]\n : nlpVerticalFeaturizationSettingsDeserializer(item[\"featurizationSettings\"]),\n limitSettings: !item[\"limitSettings\"]\n ? item[\"limitSettings\"]\n : nlpVerticalLimitSettingsDeserializer(item[\"limitSettings\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputDeserializer(item[\"validationData\"]),\n primaryMetric: item[\"primaryMetric\"],\n };\n}\n\n/**\n * Text-NER task in AutoML NLP vertical.\n * NER - Named Entity Recognition.\n * NLP - Natural Language Processing.\n */\nexport interface TextNer extends AutoMLVertical {\n /** Featurization inputs needed for AutoML job. */\n featurizationSettings?: NlpVerticalFeaturizationSettings;\n /** Execution constraints for AutoMLJob. */\n limitSettings?: NlpVerticalLimitSettings;\n /** Validation data inputs. */\n validationData?: MLTableJobInput;\n /**\n * Primary metric for Text-NER task.\n * Only 'Accuracy' is supported for Text-NER, so user need not set this explicitly.\n */\n readonly primaryMetric?: ClassificationPrimaryMetrics;\n /** [Required] Task type for AutoMLJob. */\n taskType: \"TextNER\";\n}\n\nexport function textNerSerializer(item: TextNer): any {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputSerializer(item[\"trainingData\"]),\n featurizationSettings: !item[\"featurizationSettings\"]\n ? item[\"featurizationSettings\"]\n : nlpVerticalFeaturizationSettingsSerializer(item[\"featurizationSettings\"]),\n limitSettings: !item[\"limitSettings\"]\n ? item[\"limitSettings\"]\n : nlpVerticalLimitSettingsSerializer(item[\"limitSettings\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputSerializer(item[\"validationData\"]),\n };\n}\n\nexport function textNerDeserializer(item: any): TextNer {\n return {\n logVerbosity: item[\"logVerbosity\"],\n targetColumnName: item[\"targetColumnName\"],\n taskType: item[\"taskType\"],\n trainingData: mlTableJobInputDeserializer(item[\"trainingData\"]),\n featurizationSettings: !item[\"featurizationSettings\"]\n ? item[\"featurizationSettings\"]\n : nlpVerticalFeaturizationSettingsDeserializer(item[\"featurizationSettings\"]),\n limitSettings: !item[\"limitSettings\"]\n ? item[\"limitSettings\"]\n : nlpVerticalLimitSettingsDeserializer(item[\"limitSettings\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : mlTableJobInputDeserializer(item[\"validationData\"]),\n primaryMetric: item[\"primaryMetric\"],\n };\n}\n\n/** Command job definition. */\nexport interface CommandJob extends JobBaseProperties {\n /** ARM resource ID of the code asset. */\n codeId?: string;\n /** [Required] The command to execute on startup of the job. eg. \"python train.py\" */\n command: string;\n /** Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. */\n distribution?: DistributionConfigurationUnion;\n /** [Required] The ARM resource ID of the Environment specification for the job. */\n environmentId: string;\n /** Environment variables included in the job. */\n environmentVariables?: Record<string, string>;\n /** Mapping of input data bindings used in the job. */\n inputs?: Record<string, JobInputUnion>;\n /** Command Job limit. */\n limits?: CommandJobLimits;\n /** Mapping of output data bindings used in the job. */\n outputs?: Record<string, JobOutputUnion>;\n /** Input parameters. */\n readonly parameters?: any;\n /** Queue settings for the job */\n queueSettings?: QueueSettings;\n /** Compute Resource configuration for the job. */\n resources?: JobResourceConfiguration;\n /** [Required] Specifies the type of job. */\n jobType: \"Command\";\n}\n\nexport function commandJobSerializer(item: CommandJob): any {\n return {\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionSerializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingSerializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: item[\"services\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n codeId: item[\"codeId\"],\n command: item[\"command\"],\n distribution: !item[\"distribution\"]\n ? item[\"distribution\"]\n : distributionConfigurationUnionSerializer(item[\"distribution\"]),\n environmentId: item[\"environmentId\"],\n environmentVariables: item[\"environmentVariables\"],\n inputs: item[\"inputs\"],\n limits: !item[\"limits\"] ? item[\"limits\"] : commandJobLimitsSerializer(item[\"limits\"]),\n outputs: item[\"outputs\"],\n queueSettings: !item[\"queueSettings\"]\n ? item[\"queueSettings\"]\n : queueSettingsSerializer(item[\"queueSettings\"]),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : jobResourceConfigurationSerializer(item[\"resources\"]),\n };\n}\n\nexport function commandJobDeserializer(item: any): CommandJob {\n return {\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionDeserializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingDeserializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: !item[\"services\"]\n ? item[\"services\"]\n : Object.fromEntries(\n Object.entries(item[\"services\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobServiceDeserializer(p1),\n ]),\n ),\n status: item[\"status\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n codeId: item[\"codeId\"],\n command: item[\"command\"],\n distribution: !item[\"distribution\"]\n ? item[\"distribution\"]\n : distributionConfigurationUnionDeserializer(item[\"distribution\"]),\n environmentId: item[\"environmentId\"],\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : Object.fromEntries(\n Object.entries(item[\"environmentVariables\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n inputs: !item[\"inputs\"]\n ? item[\"inputs\"]\n : Object.fromEntries(\n Object.entries(item[\"inputs\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobInputUnionDeserializer(p1),\n ]),\n ),\n limits: !item[\"limits\"] ? item[\"limits\"] : commandJobLimitsDeserializer(item[\"limits\"]),\n outputs: !item[\"outputs\"]\n ? item[\"outputs\"]\n : Object.fromEntries(\n Object.entries(item[\"outputs\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobOutputUnionDeserializer(p1),\n ]),\n ),\n parameters: item[\"parameters\"],\n queueSettings: !item[\"queueSettings\"]\n ? item[\"queueSettings\"]\n : queueSettingsDeserializer(item[\"queueSettings\"]),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : jobResourceConfigurationDeserializer(item[\"resources\"]),\n };\n}\n\n/** Base definition for job distribution configuration. */\nexport interface DistributionConfiguration {\n /** [Required] Specifies the type of distribution framework. */\n /** The discriminator possible values: Mpi, PyTorch, Ray, TensorFlow */\n distributionType: DistributionType;\n}\n\nexport function distributionConfigurationSerializer(item: DistributionConfiguration): any {\n return { distributionType: item[\"distributionType\"] };\n}\n\nexport function distributionConfigurationDeserializer(item: any): DistributionConfiguration {\n return {\n distributionType: item[\"distributionType\"],\n };\n}\n\n/** Alias for DistributionConfigurationUnion */\nexport type DistributionConfigurationUnion =\n | Mpi\n | PyTorch\n | Ray\n | TensorFlow\n | DistributionConfiguration;\n\nexport function distributionConfigurationUnionSerializer(\n item: DistributionConfigurationUnion,\n): any {\n switch (item.distributionType) {\n case \"Mpi\":\n return mpiSerializer(item as Mpi);\n\n case \"PyTorch\":\n return pyTorchSerializer(item as PyTorch);\n\n case \"Ray\":\n return raySerializer(item as Ray);\n\n case \"TensorFlow\":\n return tensorFlowSerializer(item as TensorFlow);\n\n default:\n return distributionConfigurationSerializer(item);\n }\n}\n\nexport function distributionConfigurationUnionDeserializer(\n item: any,\n): DistributionConfigurationUnion {\n switch (item[\"distributionType\"]) {\n case \"Mpi\":\n return mpiDeserializer(item as Mpi);\n\n case \"PyTorch\":\n return pyTorchDeserializer(item as PyTorch);\n\n case \"Ray\":\n return rayDeserializer(item as Ray);\n\n case \"TensorFlow\":\n return tensorFlowDeserializer(item as TensorFlow);\n\n default:\n return distributionConfigurationDeserializer(item);\n }\n}\n\n/** Enum to determine the job distribution type. */\nexport enum KnownDistributionType {\n /** PyTorch */\n PyTorch = \"PyTorch\",\n /** TensorFlow */\n TensorFlow = \"TensorFlow\",\n /** Mpi */\n Mpi = \"Mpi\",\n /** Ray distribution type. */\n Ray = \"Ray\",\n}\n\n/**\n * Enum to determine the job distribution type. \\\n * {@link KnownDistributionType} can be used interchangeably with DistributionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PyTorch** \\\n * **TensorFlow** \\\n * **Mpi** \\\n * **Ray**: Ray distribution type.\n */\nexport type DistributionType = string;\n\n/** MPI distribution configuration. */\nexport interface Mpi extends DistributionConfiguration {\n /** Number of processes per MPI node. */\n processCountPerInstance?: number;\n /** [Required] Specifies the type of distribution framework. */\n distributionType: \"Mpi\";\n}\n\nexport function mpiSerializer(item: Mpi): any {\n return {\n distributionType: item[\"distributionType\"],\n processCountPerInstance: item[\"processCountPerInstance\"],\n };\n}\n\nexport function mpiDeserializer(item: any): Mpi {\n return {\n distributionType: item[\"distributionType\"],\n processCountPerInstance: item[\"processCountPerInstance\"],\n };\n}\n\n/** PyTorch distribution configuration. */\nexport interface PyTorch extends DistributionConfiguration {\n /** Number of processes per node. */\n processCountPerInstance?: number;\n /** [Required] Specifies the type of distribution framework. */\n distributionType: \"PyTorch\";\n}\n\nexport function pyTorchSerializer(item: PyTorch): any {\n return {\n distributionType: item[\"distributionType\"],\n processCountPerInstance: item[\"processCountPerInstance\"],\n };\n}\n\nexport function pyTorchDeserializer(item: any): PyTorch {\n return {\n distributionType: item[\"distributionType\"],\n processCountPerInstance: item[\"processCountPerInstance\"],\n };\n}\n\n/**\n * Ray distribution configuration.\n * A class for managing the configuration for a distributed Ray job.\n */\nexport interface Ray extends DistributionConfiguration {\n /** The port of the head ray process. */\n port?: number;\n /** The address of Ray head node. */\n address?: string;\n /** Provide this argument to start the Ray dashboard GUI. */\n includeDashboard?: boolean;\n /** The port to bind the dashboard server to. */\n dashboardPort?: number;\n /** Additional arguments passed to ray start in head node. */\n headNodeAdditionalArgs?: string;\n /** Additional arguments passed to ray start in worker node. */\n workerNodeAdditionalArgs?: string;\n /** [Required] Specifies the type of distribution framework. */\n distributionType: \"Ray\";\n}\n\nexport function raySerializer(item: Ray): any {\n return {\n distributionType: item[\"distributionType\"],\n port: item[\"port\"],\n address: item[\"address\"],\n includeDashboard: item[\"includeDashboard\"],\n dashboardPort: item[\"dashboardPort\"],\n headNodeAdditionalArgs: item[\"headNodeAdditionalArgs\"],\n workerNodeAdditionalArgs: item[\"workerNodeAdditionalArgs\"],\n };\n}\n\nexport function rayDeserializer(item: any): Ray {\n return {\n distributionType: item[\"distributionType\"],\n port: item[\"port\"],\n address: item[\"address\"],\n includeDashboard: item[\"includeDashboard\"],\n dashboardPort: item[\"dashboardPort\"],\n headNodeAdditionalArgs: item[\"headNodeAdditionalArgs\"],\n workerNodeAdditionalArgs: item[\"workerNodeAdditionalArgs\"],\n };\n}\n\n/** TensorFlow distribution configuration. */\nexport interface TensorFlow extends DistributionConfiguration {\n /** Number of parameter server tasks. */\n parameterServerCount?: number;\n /** Number of workers. If not specified, will default to the instance count. */\n workerCount?: number;\n /** [Required] Specifies the type of distribution framework. */\n distributionType: \"TensorFlow\";\n}\n\nexport function tensorFlowSerializer(item: TensorFlow): any {\n return {\n distributionType: item[\"distributionType\"],\n parameterServerCount: item[\"parameterServerCount\"],\n workerCount: item[\"workerCount\"],\n };\n}\n\nexport function tensorFlowDeserializer(item: any): TensorFlow {\n return {\n distributionType: item[\"distributionType\"],\n parameterServerCount: item[\"parameterServerCount\"],\n workerCount: item[\"workerCount\"],\n };\n}\n\n/** Command Job limit class. */\nexport interface CommandJobLimits extends JobLimits {\n /** [Required] JobLimit type. */\n jobLimitsType: \"Command\";\n}\n\nexport function commandJobLimitsSerializer(item: CommandJobLimits): any {\n return { jobLimitsType: item[\"jobLimitsType\"], timeout: item[\"timeout\"] };\n}\n\nexport function commandJobLimitsDeserializer(item: any): CommandJobLimits {\n return {\n jobLimitsType: item[\"jobLimitsType\"],\n timeout: item[\"timeout\"],\n };\n}\n\n/** Distillation Job definition. */\nexport interface DistillationJob extends JobBaseProperties {\n /** [Required] */\n dataGenerationDetails: DataGenerationVerticalUnion;\n /** [Required] */\n finetuningDetails: FinetuningDetails;\n /** [Required] */\n outputs: Record<string, JobOutputUnion | null>;\n /** Queue settings for the job */\n queueSettings?: QueueSettings;\n /** Instance types and other resources for the job */\n resources?: JobResources;\n /** [Required] Specifies the type of job. */\n jobType: \"Distillation\";\n}\n\nexport function distillationJobSerializer(item: DistillationJob): any {\n return {\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionSerializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingSerializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: item[\"services\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n dataGenerationDetails: dataGenerationVerticalUnionSerializer(item[\"dataGenerationDetails\"]),\n finetuningDetails: finetuningDetailsSerializer(item[\"finetuningDetails\"]),\n outputs: item[\"outputs\"],\n queueSettings: !item[\"queueSettings\"]\n ? item[\"queueSettings\"]\n : queueSettingsSerializer(item[\"queueSettings\"]),\n resources: !item[\"resources\"] ? item[\"resources\"] : jobResourcesSerializer(item[\"resources\"]),\n };\n}\n\nexport function distillationJobDeserializer(item: any): DistillationJob {\n return {\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionDeserializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingDeserializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: !item[\"services\"]\n ? item[\"services\"]\n : Object.fromEntries(\n Object.entries(item[\"services\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobServiceDeserializer(p1),\n ]),\n ),\n status: item[\"status\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n dataGenerationDetails: dataGenerationVerticalUnionDeserializer(item[\"dataGenerationDetails\"]),\n finetuningDetails: finetuningDetailsDeserializer(item[\"finetuningDetails\"]),\n outputs: Object.fromEntries(\n Object.entries(item[\"outputs\"]).map(([k, p]: [string, any]) => [\n k,\n !p ? p : jobOutputUnionDeserializer(p),\n ]),\n ),\n queueSettings: !item[\"queueSettings\"]\n ? item[\"queueSettings\"]\n : queueSettingsDeserializer(item[\"queueSettings\"]),\n resources: !item[\"resources\"] ? item[\"resources\"] : jobResourcesDeserializer(item[\"resources\"]),\n };\n}\n\n/** model interface DataGenerationVertical */\nexport interface DataGenerationVertical {\n /** [Required] DataGeneration Task type. */\n dataGenerationTaskType: DataGenerationTaskType;\n /** [Required] Enum to determine the type of Data Generation. */\n /** The discriminator possible values: LabelGeneration */\n dataGenerationType: DataGenerationType;\n /** Prompt Settings. */\n promptSettings?: PromptSettings;\n /** [Required] Teacher Model Endpoint Details. */\n teacherModelEndpoint: TeacherModelEndpoint;\n teacherModelSettings?: TeacherModelSettings;\n}\n\nexport function dataGenerationVerticalSerializer(item: DataGenerationVertical): any {\n return {\n dataGenerationTaskType: item[\"dataGenerationTaskType\"],\n dataGenerationType: item[\"dataGenerationType\"],\n promptSettings: !item[\"promptSettings\"]\n ? item[\"promptSettings\"]\n : promptSettingsSerializer(item[\"promptSettings\"]),\n teacherModelEndpoint: teacherModelEndpointSerializer(item[\"teacherModelEndpoint\"]),\n teacherModelSettings: !item[\"teacherModelSettings\"]\n ? item[\"teacherModelSettings\"]\n : teacherModelSettingsSerializer(item[\"teacherModelSettings\"]),\n };\n}\n\nexport function dataGenerationVerticalDeserializer(item: any): DataGenerationVertical {\n return {\n dataGenerationTaskType: item[\"dataGenerationTaskType\"],\n dataGenerationType: item[\"dataGenerationType\"],\n promptSettings: !item[\"promptSettings\"]\n ? item[\"promptSettings\"]\n : promptSettingsDeserializer(item[\"promptSettings\"]),\n teacherModelEndpoint: teacherModelEndpointDeserializer(item[\"teacherModelEndpoint\"]),\n teacherModelSettings: !item[\"teacherModelSettings\"]\n ? item[\"teacherModelSettings\"]\n : teacherModelSettingsDeserializer(item[\"teacherModelSettings\"]),\n };\n}\n\n/** Alias for DataGenerationVerticalUnion */\nexport type DataGenerationVerticalUnion = LabelGeneration | DataGenerationVertical;\n\nexport function dataGenerationVerticalUnionSerializer(item: DataGenerationVerticalUnion): any {\n switch (item.dataGenerationType) {\n case \"LabelGeneration\":\n return labelGenerationSerializer(item as LabelGeneration);\n\n default:\n return dataGenerationVerticalSerializer(item);\n }\n}\n\nexport function dataGenerationVerticalUnionDeserializer(item: any): DataGenerationVerticalUnion {\n switch (item[\"dataGenerationType\"]) {\n case \"LabelGeneration\":\n return labelGenerationDeserializer(item as LabelGeneration);\n\n default:\n return dataGenerationVerticalDeserializer(item);\n }\n}\n\n/** Enum to determine the type of Data Generation Task. */\nexport enum KnownDataGenerationTaskType {\n /** Generate conversational data (multi/single turn) */\n Conversation = \"Conversation\",\n /** Generate Math data for numerical responses */\n Math = \"Math\",\n /** Generate Natural Language Inference data */\n Nli = \"Nli\",\n /** Generate Natural Language Understanding data for Question Answering data */\n NluQa = \"NluQa\",\n /** Generate Key Summary for an Article */\n Summarization = \"Summarization\",\n}\n\n/**\n * Enum to determine the type of Data Generation Task. \\\n * {@link KnownDataGenerationTaskType} can be used interchangeably with DataGenerationTaskType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Conversation**: Generate conversational data (multi\\/single turn) \\\n * **Math**: Generate Math data for numerical responses \\\n * **Nli**: Generate Natural Language Inference data \\\n * **NluQa**: Generate Natural Language Understanding data for Question Answering data \\\n * **Summarization**: Generate Key Summary for an Article\n */\nexport type DataGenerationTaskType = string;\n\n/** Enum to determine the type of Data Generation. */\nexport enum KnownDataGenerationType {\n /** Label Generation by Teacher Model Inferencing */\n LabelGeneration = \"LabelGeneration\",\n /** Synthetic Data Generation */\n DataGeneration = \"DataGeneration\",\n}\n\n/**\n * Enum to determine the type of Data Generation. \\\n * {@link KnownDataGenerationType} can be used interchangeably with DataGenerationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LabelGeneration**: Label Generation by Teacher Model Inferencing \\\n * **DataGeneration**: Synthetic Data Generation\n */\nexport type DataGenerationType = string;\n\n/** model interface PromptSettings */\nexport interface PromptSettings {\n enableChainOfDensity?: boolean;\n enableChainOfThought?: boolean;\n maxLenSummary?: number;\n}\n\nexport function promptSettingsSerializer(item: PromptSettings): any {\n return {\n enableChainOfDensity: item[\"enableChainOfDensity\"],\n enableChainOfThought: item[\"enableChainOfThought\"],\n maxLenSummary: item[\"maxLenSummary\"],\n };\n}\n\nexport function promptSettingsDeserializer(item: any): PromptSettings {\n return {\n enableChainOfDensity: item[\"enableChainOfDensity\"],\n enableChainOfThought: item[\"enableChainOfThought\"],\n maxLenSummary: item[\"maxLenSummary\"],\n };\n}\n\n/** model interface TeacherModelEndpoint */\nexport interface TeacherModelEndpoint {\n endpointName?: string;\n}\n\nexport function teacherModelEndpointSerializer(item: TeacherModelEndpoint): any {\n return { endpointName: item[\"endpointName\"] };\n}\n\nexport function teacherModelEndpointDeserializer(item: any): TeacherModelEndpoint {\n return {\n endpointName: item[\"endpointName\"],\n };\n}\n\n/** model interface TeacherModelSettings */\nexport interface TeacherModelSettings {\n /** Teacher Model Request Settings. */\n teacherModelEndpointRequestSettings?: TeacherModelEndpointRequestSettings;\n /** Teacher Model Inference Settings. */\n teacherModelInferenceParameters?: Record<string, string>;\n}\n\nexport function teacherModelSettingsSerializer(item: TeacherModelSettings): any {\n return {\n teacherModelEndpointRequestSettings: !item[\"teacherModelEndpointRequestSettings\"]\n ? item[\"teacherModelEndpointRequestSettings\"]\n : teacherModelEndpointRequestSettingsSerializer(item[\"teacherModelEndpointRequestSettings\"]),\n teacherModelInferenceParameters: item[\"teacherModelInferenceParameters\"],\n };\n}\n\nexport function teacherModelSettingsDeserializer(item: any): TeacherModelSettings {\n return {\n teacherModelEndpointRequestSettings: !item[\"teacherModelEndpointRequestSettings\"]\n ? item[\"teacherModelEndpointRequestSettings\"]\n : teacherModelEndpointRequestSettingsDeserializer(\n item[\"teacherModelEndpointRequestSettings\"],\n ),\n teacherModelInferenceParameters: !item[\"teacherModelInferenceParameters\"]\n ? item[\"teacherModelInferenceParameters\"]\n : Object.fromEntries(\n Object.entries(item[\"teacherModelInferenceParameters\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n };\n}\n\n/** model interface TeacherModelEndpointRequestSettings */\nexport interface TeacherModelEndpointRequestSettings {\n minEndpointSuccessRatio?: number;\n requestBatchSize?: number;\n}\n\nexport function teacherModelEndpointRequestSettingsSerializer(\n item: TeacherModelEndpointRequestSettings,\n): any {\n return {\n minEndpointSuccessRatio: item[\"minEndpointSuccessRatio\"],\n requestBatchSize: item[\"requestBatchSize\"],\n };\n}\n\nexport function teacherModelEndpointRequestSettingsDeserializer(\n item: any,\n): TeacherModelEndpointRequestSettings {\n return {\n minEndpointSuccessRatio: item[\"minEndpointSuccessRatio\"],\n requestBatchSize: item[\"requestBatchSize\"],\n };\n}\n\n/** model interface LabelGeneration */\nexport interface LabelGeneration extends DataGenerationVertical {\n /** Training data for fine tuning. */\n trainingData?: JobInputUnion;\n /** Validation data for fine tuning. */\n validationData?: JobInputUnion;\n /** [Required] Enum to determine the type of Data Generation. */\n dataGenerationType: \"LabelGeneration\";\n}\n\nexport function labelGenerationSerializer(item: LabelGeneration): any {\n return {\n dataGenerationTaskType: item[\"dataGenerationTaskType\"],\n dataGenerationType: item[\"dataGenerationType\"],\n promptSettings: !item[\"promptSettings\"]\n ? item[\"promptSettings\"]\n : promptSettingsSerializer(item[\"promptSettings\"]),\n teacherModelEndpoint: teacherModelEndpointSerializer(item[\"teacherModelEndpoint\"]),\n teacherModelSettings: !item[\"teacherModelSettings\"]\n ? item[\"teacherModelSettings\"]\n : teacherModelSettingsSerializer(item[\"teacherModelSettings\"]),\n trainingData: !item[\"trainingData\"]\n ? item[\"trainingData\"]\n : jobInputUnionSerializer(item[\"trainingData\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : jobInputUnionSerializer(item[\"validationData\"]),\n };\n}\n\nexport function labelGenerationDeserializer(item: any): LabelGeneration {\n return {\n dataGenerationTaskType: item[\"dataGenerationTaskType\"],\n dataGenerationType: item[\"dataGenerationType\"],\n promptSettings: !item[\"promptSettings\"]\n ? item[\"promptSettings\"]\n : promptSettingsDeserializer(item[\"promptSettings\"]),\n teacherModelEndpoint: teacherModelEndpointDeserializer(item[\"teacherModelEndpoint\"]),\n teacherModelSettings: !item[\"teacherModelSettings\"]\n ? item[\"teacherModelSettings\"]\n : teacherModelSettingsDeserializer(item[\"teacherModelSettings\"]),\n trainingData: !item[\"trainingData\"]\n ? item[\"trainingData\"]\n : jobInputUnionDeserializer(item[\"trainingData\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : jobInputUnionDeserializer(item[\"validationData\"]),\n };\n}\n\n/** model interface FinetuningDetails */\nexport interface FinetuningDetails {\n /** Finetuning Hyperparameters */\n hyperParameters?: Record<string, string>;\n /** [Required] Student model for fine tuning. */\n studentModel: JobInputUnion;\n}\n\nexport function finetuningDetailsSerializer(item: FinetuningDetails): any {\n return {\n hyperParameters: item[\"hyperParameters\"],\n studentModel: jobInputUnionSerializer(item[\"studentModel\"]),\n };\n}\n\nexport function finetuningDetailsDeserializer(item: any): FinetuningDetails {\n return {\n hyperParameters: !item[\"hyperParameters\"]\n ? item[\"hyperParameters\"]\n : Object.fromEntries(\n Object.entries(item[\"hyperParameters\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n studentModel: jobInputUnionDeserializer(item[\"studentModel\"]),\n };\n}\n\n/** model interface JobResources */\nexport interface JobResources {\n /** List of instance types to choose from. */\n instanceTypes?: string[];\n}\n\nexport function jobResourcesSerializer(item: JobResources): any {\n return {\n instanceTypes: !item[\"instanceTypes\"]\n ? item[\"instanceTypes\"]\n : item[\"instanceTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function jobResourcesDeserializer(item: any): JobResources {\n return {\n instanceTypes: !item[\"instanceTypes\"]\n ? item[\"instanceTypes\"]\n : item[\"instanceTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** FineTuning Job definition. */\nexport interface FineTuningJob extends JobBaseProperties {\n /** [Required] */\n fineTuningDetails: FineTuningVerticalUnion;\n /** [Required] */\n outputs: Record<string, JobOutputUnion | null>;\n /** Queue settings for the job */\n queueSettings?: QueueSettings;\n /** Instance types and other resources for the job */\n resources?: JobResources;\n /** [Required] Specifies the type of job. */\n jobType: \"FineTuning\";\n}\n\nexport function fineTuningJobSerializer(item: FineTuningJob): any {\n return {\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionSerializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingSerializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: item[\"services\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n fineTuningDetails: fineTuningVerticalUnionSerializer(item[\"fineTuningDetails\"]),\n outputs: item[\"outputs\"],\n queueSettings: !item[\"queueSettings\"]\n ? item[\"queueSettings\"]\n : queueSettingsSerializer(item[\"queueSettings\"]),\n resources: !item[\"resources\"] ? item[\"resources\"] : jobResourcesSerializer(item[\"resources\"]),\n };\n}\n\nexport function fineTuningJobDeserializer(item: any): FineTuningJob {\n return {\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionDeserializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingDeserializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: !item[\"services\"]\n ? item[\"services\"]\n : Object.fromEntries(\n Object.entries(item[\"services\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobServiceDeserializer(p1),\n ]),\n ),\n status: item[\"status\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n fineTuningDetails: fineTuningVerticalUnionDeserializer(item[\"fineTuningDetails\"]),\n outputs: Object.fromEntries(\n Object.entries(item[\"outputs\"]).map(([k, p]: [string, any]) => [\n k,\n !p ? p : jobOutputUnionDeserializer(p),\n ]),\n ),\n queueSettings: !item[\"queueSettings\"]\n ? item[\"queueSettings\"]\n : queueSettingsDeserializer(item[\"queueSettings\"]),\n resources: !item[\"resources\"] ? item[\"resources\"] : jobResourcesDeserializer(item[\"resources\"]),\n };\n}\n\n/** model interface FineTuningVertical */\nexport interface FineTuningVertical {\n /** [Required] Input model for fine tuning. */\n model: JobInputUnion;\n /** [Required] Enum to determine the type of fine tuning. */\n /** The discriminator possible values: AzureOpenAI, Custom */\n modelProvider: ModelProvider;\n /** [Required] Fine tuning task type. */\n taskType: FineTuningTaskType;\n /** [Required] Training data for fine tuning. */\n trainingData: JobInputUnion;\n /** Validation data for fine tuning. */\n validationData?: JobInputUnion;\n}\n\nexport function fineTuningVerticalSerializer(item: FineTuningVertical): any {\n return {\n model: jobInputUnionSerializer(item[\"model\"]),\n modelProvider: item[\"modelProvider\"],\n taskType: item[\"taskType\"],\n trainingData: jobInputUnionSerializer(item[\"trainingData\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : jobInputUnionSerializer(item[\"validationData\"]),\n };\n}\n\nexport function fineTuningVerticalDeserializer(item: any): FineTuningVertical {\n return {\n model: jobInputUnionDeserializer(item[\"model\"]),\n modelProvider: item[\"modelProvider\"],\n taskType: item[\"taskType\"],\n trainingData: jobInputUnionDeserializer(item[\"trainingData\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : jobInputUnionDeserializer(item[\"validationData\"]),\n };\n}\n\n/** Alias for FineTuningVerticalUnion */\nexport type FineTuningVerticalUnion =\n | AzureOpenAiFineTuning\n | CustomModelFineTuning\n | FineTuningVertical;\n\nexport function fineTuningVerticalUnionSerializer(item: FineTuningVerticalUnion): any {\n switch (item.modelProvider) {\n case \"AzureOpenAI\":\n return azureOpenAiFineTuningSerializer(item as AzureOpenAiFineTuning);\n\n case \"Custom\":\n return customModelFineTuningSerializer(item as CustomModelFineTuning);\n\n default:\n return fineTuningVerticalSerializer(item);\n }\n}\n\nexport function fineTuningVerticalUnionDeserializer(item: any): FineTuningVerticalUnion {\n switch (item[\"modelProvider\"]) {\n case \"AzureOpenAI\":\n return azureOpenAiFineTuningDeserializer(item as AzureOpenAiFineTuning);\n\n case \"Custom\":\n return customModelFineTuningDeserializer(item as CustomModelFineTuning);\n\n default:\n return fineTuningVerticalDeserializer(item);\n }\n}\n\n/** Enum to determine the type of fine tuning. */\nexport enum KnownModelProvider {\n /** Fine tuning using Azure Open AI model. */\n AzureOpenAI = \"AzureOpenAI\",\n /** Fine tuning using custom model. */\n Custom = \"Custom\",\n}\n\n/**\n * Enum to determine the type of fine tuning. \\\n * {@link KnownModelProvider} can be used interchangeably with ModelProvider,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureOpenAI**: Fine tuning using Azure Open AI model. \\\n * **Custom**: Fine tuning using custom model.\n */\nexport type ModelProvider = string;\n\n/** Known values of {@link FineTuningTaskType} that the service accepts. */\nexport enum KnownFineTuningTaskType {\n /** ChatCompletion */\n ChatCompletion = \"ChatCompletion\",\n /** TextCompletion */\n TextCompletion = \"TextCompletion\",\n /** TextClassification */\n TextClassification = \"TextClassification\",\n /** QuestionAnswering */\n QuestionAnswering = \"QuestionAnswering\",\n /** TextSummarization */\n TextSummarization = \"TextSummarization\",\n /** TokenClassification */\n TokenClassification = \"TokenClassification\",\n /** TextTranslation */\n TextTranslation = \"TextTranslation\",\n /** ImageClassification */\n ImageClassification = \"ImageClassification\",\n /** ImageInstanceSegmentation */\n ImageInstanceSegmentation = \"ImageInstanceSegmentation\",\n /** ImageObjectDetection */\n ImageObjectDetection = \"ImageObjectDetection\",\n /** VideoMultiObjectTracking */\n VideoMultiObjectTracking = \"VideoMultiObjectTracking\",\n}\n\n/** Type of FineTuningTaskType */\nexport type FineTuningTaskType = string;\n\n/** model interface AzureOpenAiFineTuning */\nexport interface AzureOpenAiFineTuning extends FineTuningVertical {\n /** HyperParameters for fine tuning Azure Open AI model. */\n hyperParameters?: AzureOpenAiHyperParameters;\n /** [Required] Enum to determine the type of fine tuning. */\n modelProvider: \"AzureOpenAI\";\n}\n\nexport function azureOpenAiFineTuningSerializer(item: AzureOpenAiFineTuning): any {\n return {\n model: jobInputUnionSerializer(item[\"model\"]),\n modelProvider: item[\"modelProvider\"],\n taskType: item[\"taskType\"],\n trainingData: jobInputUnionSerializer(item[\"trainingData\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : jobInputUnionSerializer(item[\"validationData\"]),\n hyperParameters: !item[\"hyperParameters\"]\n ? item[\"hyperParameters\"]\n : azureOpenAiHyperParametersSerializer(item[\"hyperParameters\"]),\n };\n}\n\nexport function azureOpenAiFineTuningDeserializer(item: any): AzureOpenAiFineTuning {\n return {\n model: jobInputUnionDeserializer(item[\"model\"]),\n modelProvider: item[\"modelProvider\"],\n taskType: item[\"taskType\"],\n trainingData: jobInputUnionDeserializer(item[\"trainingData\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : jobInputUnionDeserializer(item[\"validationData\"]),\n hyperParameters: !item[\"hyperParameters\"]\n ? item[\"hyperParameters\"]\n : azureOpenAiHyperParametersDeserializer(item[\"hyperParameters\"]),\n };\n}\n\n/** Azure Open AI hyperparameters for fine tuning. */\nexport interface AzureOpenAiHyperParameters {\n /** Number of examples in each batch. A larger batch size means that model parameters are updated less frequently, but with lower variance. */\n batchSize?: number;\n /** Scaling factor for the learning rate. A smaller learning rate may be useful to avoid over fitting. */\n learningRateMultiplier?: number;\n /** The number of epochs to train the model for. An epoch refers to one full cycle through the training dataset. */\n nEpochs?: number;\n}\n\nexport function azureOpenAiHyperParametersSerializer(item: AzureOpenAiHyperParameters): any {\n return {\n batchSize: item[\"batchSize\"],\n learningRateMultiplier: item[\"learningRateMultiplier\"],\n nEpochs: item[\"nEpochs\"],\n };\n}\n\nexport function azureOpenAiHyperParametersDeserializer(item: any): AzureOpenAiHyperParameters {\n return {\n batchSize: item[\"batchSize\"],\n learningRateMultiplier: item[\"learningRateMultiplier\"],\n nEpochs: item[\"nEpochs\"],\n };\n}\n\n/** model interface CustomModelFineTuning */\nexport interface CustomModelFineTuning extends FineTuningVertical {\n /** HyperParameters for fine tuning custom model. */\n hyperParameters?: Record<string, string>;\n /** [Required] Enum to determine the type of fine tuning. */\n modelProvider: \"Custom\";\n}\n\nexport function customModelFineTuningSerializer(item: CustomModelFineTuning): any {\n return {\n model: jobInputUnionSerializer(item[\"model\"]),\n modelProvider: item[\"modelProvider\"],\n taskType: item[\"taskType\"],\n trainingData: jobInputUnionSerializer(item[\"trainingData\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : jobInputUnionSerializer(item[\"validationData\"]),\n hyperParameters: item[\"hyperParameters\"],\n };\n}\n\nexport function customModelFineTuningDeserializer(item: any): CustomModelFineTuning {\n return {\n model: jobInputUnionDeserializer(item[\"model\"]),\n modelProvider: item[\"modelProvider\"],\n taskType: item[\"taskType\"],\n trainingData: jobInputUnionDeserializer(item[\"trainingData\"]),\n validationData: !item[\"validationData\"]\n ? item[\"validationData\"]\n : jobInputUnionDeserializer(item[\"validationData\"]),\n hyperParameters: !item[\"hyperParameters\"]\n ? item[\"hyperParameters\"]\n : Object.fromEntries(\n Object.entries(item[\"hyperParameters\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n };\n}\n\n/** Pipeline Job definition: defines generic to MFE attributes. */\nexport interface PipelineJob extends JobBaseProperties {\n /** Inputs for the pipeline job. */\n inputs?: Record<string, JobInputUnion>;\n /** Jobs construct the Pipeline Job. */\n jobs?: Record<string, any>;\n /** Outputs for the pipeline job */\n outputs?: Record<string, JobOutputUnion>;\n /** Pipeline settings, for things like ContinueRunOnStepFailure etc. */\n settings?: any;\n /** ARM resource ID of source job. */\n sourceJobId?: string;\n /** [Required] Specifies the type of job. */\n jobType: \"Pipeline\";\n}\n\nexport function pipelineJobSerializer(item: PipelineJob): any {\n return {\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionSerializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingSerializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: item[\"services\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n inputs: item[\"inputs\"],\n jobs: item[\"jobs\"],\n outputs: item[\"outputs\"],\n settings: item[\"settings\"],\n sourceJobId: item[\"sourceJobId\"],\n };\n}\n\nexport function pipelineJobDeserializer(item: any): PipelineJob {\n return {\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionDeserializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingDeserializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: !item[\"services\"]\n ? item[\"services\"]\n : Object.fromEntries(\n Object.entries(item[\"services\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobServiceDeserializer(p1),\n ]),\n ),\n status: item[\"status\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n inputs: !item[\"inputs\"]\n ? item[\"inputs\"]\n : Object.fromEntries(\n Object.entries(item[\"inputs\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobInputUnionDeserializer(p1),\n ]),\n ),\n jobs: !item[\"jobs\"]\n ? item[\"jobs\"]\n : Object.fromEntries(\n Object.entries(item[\"jobs\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n outputs: !item[\"outputs\"]\n ? item[\"outputs\"]\n : Object.fromEntries(\n Object.entries(item[\"outputs\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobOutputUnionDeserializer(p1),\n ]),\n ),\n settings: item[\"settings\"],\n sourceJobId: item[\"sourceJobId\"],\n };\n}\n\n/** Spark job definition. */\nexport interface SparkJob extends JobBaseProperties {\n /** Archive files used in the job. */\n archives?: string[];\n /** Arguments for the job. */\n args?: string;\n /** [Required] arm-id of the code asset. */\n codeId: string;\n /** Spark configured properties. */\n conf?: Record<string, string>;\n /** [Required] The entry to execute on startup of the job. */\n entry: SparkJobEntryUnion;\n /** The ARM resource ID of the Environment specification for the job. */\n environmentId?: string;\n /** Environment variables included in the job. */\n environmentVariables?: Record<string, string>;\n /** Files used in the job. */\n files?: string[];\n /** Mapping of input data bindings used in the job. */\n inputs?: Record<string, JobInputUnion>;\n /** Jar files used in the job. */\n jars?: string[];\n /** Mapping of output data bindings used in the job. */\n outputs?: Record<string, JobOutputUnion>;\n /** Python files used in the job. */\n pyFiles?: string[];\n /** Queue settings for the job */\n queueSettings?: QueueSettings;\n /** Compute Resource configuration for the job. */\n resources?: SparkResourceConfiguration;\n /** [Required] Specifies the type of job. */\n jobType: \"Spark\";\n}\n\nexport function sparkJobSerializer(item: SparkJob): any {\n return {\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionSerializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingSerializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: item[\"services\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n archives: !item[\"archives\"]\n ? item[\"archives\"]\n : item[\"archives\"].map((p: any) => {\n return p;\n }),\n args: item[\"args\"],\n codeId: item[\"codeId\"],\n conf: item[\"conf\"],\n entry: sparkJobEntryUnionSerializer(item[\"entry\"]),\n environmentId: item[\"environmentId\"],\n environmentVariables: item[\"environmentVariables\"],\n files: !item[\"files\"]\n ? item[\"files\"]\n : item[\"files\"].map((p: any) => {\n return p;\n }),\n inputs: item[\"inputs\"],\n jars: !item[\"jars\"]\n ? item[\"jars\"]\n : item[\"jars\"].map((p: any) => {\n return p;\n }),\n outputs: item[\"outputs\"],\n pyFiles: !item[\"pyFiles\"]\n ? item[\"pyFiles\"]\n : item[\"pyFiles\"].map((p: any) => {\n return p;\n }),\n queueSettings: !item[\"queueSettings\"]\n ? item[\"queueSettings\"]\n : queueSettingsSerializer(item[\"queueSettings\"]),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : sparkResourceConfigurationSerializer(item[\"resources\"]),\n };\n}\n\nexport function sparkJobDeserializer(item: any): SparkJob {\n return {\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionDeserializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingDeserializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: !item[\"services\"]\n ? item[\"services\"]\n : Object.fromEntries(\n Object.entries(item[\"services\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobServiceDeserializer(p1),\n ]),\n ),\n status: item[\"status\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n archives: !item[\"archives\"]\n ? item[\"archives\"]\n : item[\"archives\"].map((p1: any) => {\n return p1;\n }),\n args: item[\"args\"],\n codeId: item[\"codeId\"],\n conf: !item[\"conf\"]\n ? item[\"conf\"]\n : Object.fromEntries(\n Object.entries(item[\"conf\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n entry: sparkJobEntryUnionDeserializer(item[\"entry\"]),\n environmentId: item[\"environmentId\"],\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : Object.fromEntries(\n Object.entries(item[\"environmentVariables\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n files: !item[\"files\"]\n ? item[\"files\"]\n : item[\"files\"].map((p1: any) => {\n return p1;\n }),\n inputs: !item[\"inputs\"]\n ? item[\"inputs\"]\n : Object.fromEntries(\n Object.entries(item[\"inputs\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobInputUnionDeserializer(p1),\n ]),\n ),\n jars: !item[\"jars\"]\n ? item[\"jars\"]\n : item[\"jars\"].map((p1: any) => {\n return p1;\n }),\n outputs: !item[\"outputs\"]\n ? item[\"outputs\"]\n : Object.fromEntries(\n Object.entries(item[\"outputs\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobOutputUnionDeserializer(p1),\n ]),\n ),\n pyFiles: !item[\"pyFiles\"]\n ? item[\"pyFiles\"]\n : item[\"pyFiles\"].map((p1: any) => {\n return p1;\n }),\n queueSettings: !item[\"queueSettings\"]\n ? item[\"queueSettings\"]\n : queueSettingsDeserializer(item[\"queueSettings\"]),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : sparkResourceConfigurationDeserializer(item[\"resources\"]),\n };\n}\n\n/** Spark job entry point definition. */\nexport interface SparkJobEntry {\n /** [Required] Type of the job's entry point. */\n /** The discriminator possible values: SparkJobPythonEntry, SparkJobScalaEntry */\n sparkJobEntryType: SparkJobEntryType;\n}\n\nexport function sparkJobEntrySerializer(item: SparkJobEntry): any {\n return { sparkJobEntryType: item[\"sparkJobEntryType\"] };\n}\n\nexport function sparkJobEntryDeserializer(item: any): SparkJobEntry {\n return {\n sparkJobEntryType: item[\"sparkJobEntryType\"],\n };\n}\n\n/** Alias for SparkJobEntryUnion */\nexport type SparkJobEntryUnion = SparkJobPythonEntry | SparkJobScalaEntry | SparkJobEntry;\n\nexport function sparkJobEntryUnionSerializer(item: SparkJobEntryUnion): any {\n switch (item.sparkJobEntryType) {\n case \"SparkJobPythonEntry\":\n return sparkJobPythonEntrySerializer(item as SparkJobPythonEntry);\n\n case \"SparkJobScalaEntry\":\n return sparkJobScalaEntrySerializer(item as SparkJobScalaEntry);\n\n default:\n return sparkJobEntrySerializer(item);\n }\n}\n\nexport function sparkJobEntryUnionDeserializer(item: any): SparkJobEntryUnion {\n switch (item[\"sparkJobEntryType\"]) {\n case \"SparkJobPythonEntry\":\n return sparkJobPythonEntryDeserializer(item as SparkJobPythonEntry);\n\n case \"SparkJobScalaEntry\":\n return sparkJobScalaEntryDeserializer(item as SparkJobScalaEntry);\n\n default:\n return sparkJobEntryDeserializer(item);\n }\n}\n\n/** Known values of {@link SparkJobEntryType} that the service accepts. */\nexport enum KnownSparkJobEntryType {\n /** SparkJobPythonEntry */\n SparkJobPythonEntry = \"SparkJobPythonEntry\",\n /** SparkJobScalaEntry */\n SparkJobScalaEntry = \"SparkJobScalaEntry\",\n}\n\n/** Type of SparkJobEntryType */\nexport type SparkJobEntryType = string;\n\n/** model interface SparkJobPythonEntry */\nexport interface SparkJobPythonEntry extends SparkJobEntry {\n /** [Required] Relative python file path for job entry point. */\n file: string;\n /** [Required] Type of the job's entry point. */\n sparkJobEntryType: \"SparkJobPythonEntry\";\n}\n\nexport function sparkJobPythonEntrySerializer(item: SparkJobPythonEntry): any {\n return { sparkJobEntryType: item[\"sparkJobEntryType\"], file: item[\"file\"] };\n}\n\nexport function sparkJobPythonEntryDeserializer(item: any): SparkJobPythonEntry {\n return {\n sparkJobEntryType: item[\"sparkJobEntryType\"],\n file: item[\"file\"],\n };\n}\n\n/** model interface SparkJobScalaEntry */\nexport interface SparkJobScalaEntry extends SparkJobEntry {\n /** [Required] Scala class name used as entry point. */\n className: string;\n /** [Required] Type of the job's entry point. */\n sparkJobEntryType: \"SparkJobScalaEntry\";\n}\n\nexport function sparkJobScalaEntrySerializer(item: SparkJobScalaEntry): any {\n return { sparkJobEntryType: item[\"sparkJobEntryType\"], className: item[\"className\"] };\n}\n\nexport function sparkJobScalaEntryDeserializer(item: any): SparkJobScalaEntry {\n return {\n sparkJobEntryType: item[\"sparkJobEntryType\"],\n className: item[\"className\"],\n };\n}\n\n/** model interface SparkResourceConfiguration */\nexport interface SparkResourceConfiguration {\n /** Optional type of VM used as supported by the compute target. */\n instanceType?: string;\n /** Version of spark runtime used for the job. */\n runtimeVersion?: string;\n}\n\nexport function sparkResourceConfigurationSerializer(item: SparkResourceConfiguration): any {\n return { instanceType: item[\"instanceType\"], runtimeVersion: item[\"runtimeVersion\"] };\n}\n\nexport function sparkResourceConfigurationDeserializer(item: any): SparkResourceConfiguration {\n return {\n instanceType: item[\"instanceType\"],\n runtimeVersion: item[\"runtimeVersion\"],\n };\n}\n\n/** Sweep job definition. */\nexport interface SweepJob extends JobBaseProperties {\n /** Early termination policies enable canceling poor-performing runs before they complete */\n earlyTermination?: EarlyTerminationPolicyUnion;\n /** Mapping of input data bindings used in the job. */\n inputs?: Record<string, JobInputUnion>;\n /** Sweep Job limit. */\n limits?: SweepJobLimits;\n /** [Required] Optimization objective. */\n objective: Objective;\n /** Mapping of output data bindings used in the job. */\n outputs?: Record<string, JobOutputUnion>;\n /** Queue settings for the job */\n queueSettings?: QueueSettings;\n /** [Required] The hyperparameter sampling algorithm */\n samplingAlgorithm: SamplingAlgorithmUnion;\n /** [Required] A dictionary containing each parameter and its distribution. The dictionary key is the name of the parameter */\n searchSpace: any;\n /** [Required] Trial component definition. */\n trial: TrialComponent;\n /** [Required] Specifies the type of job. */\n jobType: \"Sweep\";\n}\n\nexport function sweepJobSerializer(item: SweepJob): any {\n return {\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionSerializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingSerializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: item[\"services\"],\n description: item[\"description\"],\n properties: item[\"properties\"],\n tags: item[\"tags\"],\n earlyTermination: !item[\"earlyTermination\"]\n ? item[\"earlyTermination\"]\n : earlyTerminationPolicyUnionSerializer(item[\"earlyTermination\"]),\n inputs: item[\"inputs\"],\n limits: !item[\"limits\"] ? item[\"limits\"] : sweepJobLimitsSerializer(item[\"limits\"]),\n objective: objectiveSerializer(item[\"objective\"]),\n outputs: item[\"outputs\"],\n queueSettings: !item[\"queueSettings\"]\n ? item[\"queueSettings\"]\n : queueSettingsSerializer(item[\"queueSettings\"]),\n samplingAlgorithm: samplingAlgorithmUnionSerializer(item[\"samplingAlgorithm\"]),\n searchSpace: item[\"searchSpace\"],\n trial: trialComponentSerializer(item[\"trial\"]),\n };\n}\n\nexport function sweepJobDeserializer(item: any): SweepJob {\n return {\n componentId: item[\"componentId\"],\n computeId: item[\"computeId\"],\n displayName: item[\"displayName\"],\n experimentName: item[\"experimentName\"],\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : identityConfigurationUnionDeserializer(item[\"identity\"]),\n isArchived: item[\"isArchived\"],\n jobType: item[\"jobType\"],\n notificationSetting: !item[\"notificationSetting\"]\n ? item[\"notificationSetting\"]\n : notificationSettingDeserializer(item[\"notificationSetting\"]),\n parentJobName: item[\"parentJobName\"],\n services: !item[\"services\"]\n ? item[\"services\"]\n : Object.fromEntries(\n Object.entries(item[\"services\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobServiceDeserializer(p1),\n ]),\n ),\n status: item[\"status\"],\n description: item[\"description\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : Object.fromEntries(\n Object.entries(item[\"properties\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(\n Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n earlyTermination: !item[\"earlyTermination\"]\n ? item[\"earlyTermination\"]\n : earlyTerminationPolicyUnionDeserializer(item[\"earlyTermination\"]),\n inputs: !item[\"inputs\"]\n ? item[\"inputs\"]\n : Object.fromEntries(\n Object.entries(item[\"inputs\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobInputUnionDeserializer(p1),\n ]),\n ),\n limits: !item[\"limits\"] ? item[\"limits\"] : sweepJobLimitsDeserializer(item[\"limits\"]),\n objective: objectiveDeserializer(item[\"objective\"]),\n outputs: !item[\"outputs\"]\n ? item[\"outputs\"]\n : Object.fromEntries(\n Object.entries(item[\"outputs\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : jobOutputUnionDeserializer(p1),\n ]),\n ),\n queueSettings: !item[\"queueSettings\"]\n ? item[\"queueSettings\"]\n : queueSettingsDeserializer(item[\"queueSettings\"]),\n samplingAlgorithm: samplingAlgorithmUnionDeserializer(item[\"samplingAlgorithm\"]),\n searchSpace: item[\"searchSpace\"],\n trial: trialComponentDeserializer(item[\"trial\"]),\n };\n}\n\n/** Sweep Job limit class. */\nexport interface SweepJobLimits extends JobLimits {\n /** Sweep Job max concurrent trials. */\n maxConcurrentTrials?: number;\n /** Sweep Job max total trials. */\n maxTotalTrials?: number;\n /** Sweep Job Trial timeout value. */\n trialTimeout?: string;\n /** [Required] JobLimit type. */\n jobLimitsType: \"Sweep\";\n}\n\nexport function sweepJobLimitsSerializer(item: SweepJobLimits): any {\n return {\n jobLimitsType: item[\"jobLimitsType\"],\n timeout: item[\"timeout\"],\n maxConcurrentTrials: item[\"maxConcurrentTrials\"],\n maxTotalTrials: item[\"maxTotalTrials\"],\n trialTimeout: item[\"trialTimeout\"],\n };\n}\n\nexport function sweepJobLimitsDeserializer(item: any): SweepJobLimits {\n return {\n jobLimitsType: item[\"jobLimitsType\"],\n timeout: item[\"timeout\"],\n maxConcurrentTrials: item[\"maxConcurrentTrials\"],\n maxTotalTrials: item[\"maxTotalTrials\"],\n trialTimeout: item[\"trialTimeout\"],\n };\n}\n\n/** Optimization objective. */\nexport interface Objective {\n /** [Required] Defines supported metric goals for hyperparameter tuning */\n goal: Goal;\n /** [Required] Name of the metric to optimize. */\n primaryMetric: string;\n}\n\nexport function objectiveSerializer(item: Objective): any {\n return { goal: item[\"goal\"], primaryMetric: item[\"primaryMetric\"] };\n}\n\nexport function objectiveDeserializer(item: any): Objective {\n return {\n goal: item[\"goal\"],\n primaryMetric: item[\"primaryMetric\"],\n };\n}\n\n/** Defines supported metric goals for hyperparameter tuning */\nexport enum KnownGoal {\n /** Minimize */\n Minimize = \"Minimize\",\n /** Maximize */\n Maximize = \"Maximize\",\n}\n\n/**\n * Defines supported metric goals for hyperparameter tuning \\\n * {@link KnownGoal} can be used interchangeably with Goal,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Minimize** \\\n * **Maximize**\n */\nexport type Goal = string;\n\n/**\n * The Sampling Algorithm used to generate hyperparameter values, along with properties to\n * configure the algorithm\n */\nexport interface SamplingAlgorithm {\n /** [Required] The algorithm used for generating hyperparameter values, along with configuration properties */\n /** The discriminator possible values: Bayesian, Grid, Random */\n samplingAlgorithmType: SamplingAlgorithmType;\n}\n\nexport function samplingAlgorithmSerializer(item: SamplingAlgorithm): any {\n return { samplingAlgorithmType: item[\"samplingAlgorithmType\"] };\n}\n\nexport function samplingAlgorithmDeserializer(item: any): SamplingAlgorithm {\n return {\n samplingAlgorithmType: item[\"samplingAlgorithmType\"],\n };\n}\n\n/** Alias for SamplingAlgorithmUnion */\nexport type SamplingAlgorithmUnion =\n | BayesianSamplingAlgorithm\n | GridSamplingAlgorithm\n | RandomSamplingAlgorithm\n | SamplingAlgorithm;\n\nexport function samplingAlgorithmUnionSerializer(item: SamplingAlgorithmUnion): any {\n switch (item.samplingAlgorithmType) {\n case \"Bayesian\":\n return bayesianSamplingAlgorithmSerializer(item as BayesianSamplingAlgorithm);\n\n case \"Grid\":\n return gridSamplingAlgorithmSerializer(item as GridSamplingAlgorithm);\n\n case \"Random\":\n return randomSamplingAlgorithmSerializer(item as RandomSamplingAlgorithm);\n\n default:\n return samplingAlgorithmSerializer(item);\n }\n}\n\nexport function samplingAlgorithmUnionDeserializer(item: any): SamplingAlgorithmUnion {\n switch (item[\"samplingAlgorithmType\"]) {\n case \"Bayesian\":\n return bayesianSamplingAlgorithmDeserializer(item as BayesianSamplingAlgorithm);\n\n case \"Grid\":\n return gridSamplingAlgorithmDeserializer(item as GridSamplingAlgorithm);\n\n case \"Random\":\n return randomSamplingAlgorithmDeserializer(item as RandomSamplingAlgorithm);\n\n default:\n return samplingAlgorithmDeserializer(item);\n }\n}\n\n/** Defines a Sampling Algorithm that generates values based on previous values */\nexport interface BayesianSamplingAlgorithm extends SamplingAlgorithm {\n /** [Required] The algorithm used for generating hyperparameter values, along with configuration properties */\n samplingAlgorithmType: \"Bayesian\";\n}\n\nexport function bayesianSamplingAlgorithmSerializer(item: BayesianSamplingAlgorithm): any {\n return { samplingAlgorithmType: item[\"samplingAlgorithmType\"] };\n}\n\nexport function bayesianSamplingAlgorithmDeserializer(item: any): BayesianSamplingAlgorithm {\n return {\n samplingAlgorithmType: item[\"samplingAlgorithmType\"],\n };\n}\n\n/** Defines a Sampling Algorithm that exhaustively generates every value combination in the space */\nexport interface GridSamplingAlgorithm extends SamplingAlgorithm {\n /** [Required] The algorithm used for generating hyperparameter values, along with configuration properties */\n samplingAlgorithmType: \"Grid\";\n}\n\nexport function gridSamplingAlgorithmSerializer(item: GridSamplingAlgorithm): any {\n return { samplingAlgorithmType: item[\"samplingAlgorithmType\"] };\n}\n\nexport function gridSamplingAlgorithmDeserializer(item: any): GridSamplingAlgorithm {\n return {\n samplingAlgorithmType: item[\"samplingAlgorithmType\"],\n };\n}\n\n/** Defines a Sampling Algorithm that generates values randomly */\nexport interface RandomSamplingAlgorithm extends SamplingAlgorithm {\n /** The specific type of random algorithm */\n rule?: RandomSamplingAlgorithmRule;\n /** An optional integer to use as the seed for random number generation */\n seed?: number;\n /** [Required] The algorithm used for generating hyperparameter values, along with configuration properties */\n samplingAlgorithmType: \"Random\";\n}\n\nexport function randomSamplingAlgorithmSerializer(item: RandomSamplingAlgorithm): any {\n return {\n samplingAlgorithmType: item[\"samplingAlgorithmType\"],\n rule: item[\"rule\"],\n seed: item[\"seed\"],\n };\n}\n\nexport function randomSamplingAlgorithmDeserializer(item: any): RandomSamplingAlgorithm {\n return {\n samplingAlgorithmType: item[\"samplingAlgorithmType\"],\n rule: item[\"rule\"],\n seed: item[\"seed\"],\n };\n}\n\n/** The specific type of random algorithm */\nexport enum KnownRandomSamplingAlgorithmRule {\n /** Random */\n Random = \"Random\",\n /** Sobol */\n Sobol = \"Sobol\",\n}\n\n/**\n * The specific type of random algorithm \\\n * {@link KnownRandomSamplingAlgorithmRule} can be used interchangeably with RandomSamplingAlgorithmRule,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Random** \\\n * **Sobol**\n */\nexport type RandomSamplingAlgorithmRule = string;\n\n/** Trial component definition. */\nexport interface TrialComponent {\n /** ARM resource ID of the code asset. */\n codeId?: string;\n /** [Required] The command to execute on startup of the job. eg. \"python train.py\" */\n command: string;\n /** Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null. */\n distribution?: DistributionConfigurationUnion;\n /** [Required] The ARM resource ID of the Environment specification for the job. */\n environmentId: string;\n /** Environment variables included in the job. */\n environmentVariables?: Record<string, string>;\n /** Compute Resource configuration for the job. */\n resources?: JobResourceConfiguration;\n}\n\nexport function trialComponentSerializer(item: TrialComponent): any {\n return {\n codeId: item[\"codeId\"],\n command: item[\"command\"],\n distribution: !item[\"distribution\"]\n ? item[\"distribution\"]\n : distributionConfigurationUnionSerializer(item[\"distribution\"]),\n environmentId: item[\"environmentId\"],\n environmentVariables: item[\"environmentVariables\"],\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : jobResourceConfigurationSerializer(item[\"resources\"]),\n };\n}\n\nexport function trialComponentDeserializer(item: any): TrialComponent {\n return {\n codeId: item[\"codeId\"],\n command: item[\"command\"],\n distribution: !item[\"distribution\"]\n ? item[\"distribution\"]\n : distributionConfigurationUnionDeserializer(item[\"distribution\"]),\n environmentId: item[\"environmentId\"],\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : Object.fromEntries(\n Object.entries(item[\"environmentVariables\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : jobResourceConfigurationDeserializer(item[\"resources\"]),\n };\n}\n\n/** Known values of {@link ScheduleProvisioningStatus} that the service accepts. */\nexport enum KnownScheduleProvisioningStatus {\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n}\n\n/** Type of ScheduleProvisioningStatus */\nexport type ScheduleProvisioningStatus = string;\n\n/** Featurization Configuration. */\nexport interface FeaturizationSettings {\n /** Dataset language, useful for the text data. */\n datasetLanguage?: string;\n}\n\nexport function featurizationSettingsSerializer(item: FeaturizationSettings): any {\n return { datasetLanguage: item[\"datasetLanguage\"] };\n}\n\nexport function featurizationSettingsDeserializer(item: any): FeaturizationSettings {\n return {\n datasetLanguage: item[\"datasetLanguage\"],\n };\n}\n\n/** Training related configuration. */\nexport interface TrainingSettings {\n /** Enable recommendation of DNN models. */\n enableDnnTraining?: boolean;\n /** Flag to turn on explainability on best model. */\n enableModelExplainability?: boolean;\n /** Flag for enabling onnx compatible models. */\n enableOnnxCompatibleModels?: boolean;\n /** Enable stack ensemble run. */\n enableStackEnsemble?: boolean;\n /** Enable voting ensemble run. */\n enableVoteEnsemble?: boolean;\n /**\n * During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded.\n * Configure this parameter with a higher value than 300 secs, if more time is needed.\n */\n ensembleModelDownloadTimeout?: string;\n /** Stack ensemble settings for stack ensemble run. */\n stackEnsembleSettings?: StackEnsembleSettings;\n}\n\nexport function trainingSettingsSerializer(item: TrainingSettings): any {\n return {\n enableDnnTraining: item[\"enableDnnTraining\"],\n enableModelExplainability: item[\"enableModelExplainability\"],\n enableOnnxCompatibleModels: item[\"enableOnnxCompatibleModels\"],\n enableStackEnsemble: item[\"enableStackEnsemble\"],\n enableVoteEnsemble: item[\"enableVoteEnsemble\"],\n ensembleModelDownloadTimeout: item[\"ensembleModelDownloadTimeout\"],\n stackEnsembleSettings: !item[\"stackEnsembleSettings\"]\n ? item[\"stackEnsembleSettings\"]\n : stackEnsembleSettingsSerializer(item[\"stackEnsembleSettings\"]),\n };\n}\n\nexport function trainingSettingsDeserializer(item: any): TrainingSettings {\n return {\n enableDnnTraining: item[\"enableDnnTraining\"],\n enableModelExplainability: item[\"enableModelExplainability\"],\n enableOnnxCompatibleModels: item[\"enableOnnxCompatibleModels\"],\n enableStackEnsemble: item[\"enableStackEnsemble\"],\n enableVoteEnsemble: item[\"enableVoteEnsemble\"],\n ensembleModelDownloadTimeout: item[\"ensembleModelDownloadTimeout\"],\n stackEnsembleSettings: !item[\"stackEnsembleSettings\"]\n ? item[\"stackEnsembleSettings\"]\n : stackEnsembleSettingsDeserializer(item[\"stackEnsembleSettings\"]),\n };\n}\n\n/** Advances setting to customize StackEnsemble run. */\nexport interface StackEnsembleSettings {\n /** Optional parameters to pass to the initializer of the meta-learner. */\n stackMetaLearnerKWargs?: any;\n /** Specifies the proportion of the training set (when choosing train and validation type of training) to be reserved for training the meta-learner. Default value is 0.2. */\n stackMetaLearnerTrainPercentage?: number;\n /** The meta-learner is a model trained on the output of the individual heterogeneous models.\\r\\nDefault meta-learners are LogisticRegression for classification tasks (or LogisticRegressionCV if cross-validation is enabled) and ElasticNet for regression/forecasting tasks (or ElasticNetCV if cross-validation is enabled).\\r\\nThis parameter can be one of the following strings: LogisticRegression, LogisticRegressionCV, LightGBMClassifier, ElasticNet, ElasticNetCV, LightGBMRegressor, or LinearRegression */\n stackMetaLearnerType?: StackMetaLearnerType;\n}\n\nexport function stackEnsembleSettingsSerializer(item: StackEnsembleSettings): any {\n return {\n stackMetaLearnerKWargs: item[\"stackMetaLearnerKWargs\"],\n stackMetaLearnerTrainPercentage: item[\"stackMetaLearnerTrainPercentage\"],\n stackMetaLearnerType: item[\"stackMetaLearnerType\"],\n };\n}\n\nexport function stackEnsembleSettingsDeserializer(item: any): StackEnsembleSettings {\n return {\n stackMetaLearnerKWargs: item[\"stackMetaLearnerKWargs\"],\n stackMetaLearnerTrainPercentage: item[\"stackMetaLearnerTrainPercentage\"],\n stackMetaLearnerType: item[\"stackMetaLearnerType\"],\n };\n}\n\n/**\n * The meta-learner is a model trained on the output of the individual heterogeneous models.\n * Default meta-learners are LogisticRegression for classification tasks (or LogisticRegressionCV if cross-validation is enabled) and ElasticNet for regression/forecasting tasks (or ElasticNetCV if cross-validation is enabled).\n * This parameter can be one of the following strings: LogisticRegression, LogisticRegressionCV, LightGBMClassifier, ElasticNet, ElasticNetCV, LightGBMRegressor, or LinearRegression\n */\nexport enum KnownStackMetaLearnerType {\n /** None */\n None = \"None\",\n /** Default meta-learners are LogisticRegression for classification tasks. */\n LogisticRegression = \"LogisticRegression\",\n /** Default meta-learners are LogisticRegression for classification task when CV is on. */\n LogisticRegressionCV = \"LogisticRegressionCV\",\n /** LightGBMClassifier */\n LightGBMClassifier = \"LightGBMClassifier\",\n /** Default meta-learners are LogisticRegression for regression task. */\n ElasticNet = \"ElasticNet\",\n /** Default meta-learners are LogisticRegression for regression task when CV is on. */\n ElasticNetCV = \"ElasticNetCV\",\n /** LightGBMRegressor */\n LightGBMRegressor = \"LightGBMRegressor\",\n /** LinearRegression */\n LinearRegression = \"LinearRegression\",\n}\n\n/**\n * The meta-learner is a model trained on the output of the individual heterogeneous models.\n * Default meta-learners are LogisticRegression for classification tasks (or LogisticRegressionCV if cross-validation is enabled) and ElasticNet for regression/forecasting tasks (or ElasticNetCV if cross-validation is enabled).\n * This parameter can be one of the following strings: LogisticRegression, LogisticRegressionCV, LightGBMClassifier, ElasticNet, ElasticNetCV, LightGBMRegressor, or LinearRegression \\\n * {@link KnownStackMetaLearnerType} can be used interchangeably with StackMetaLearnerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **LogisticRegression**: Default meta-learners are LogisticRegression for classification tasks. \\\n * **LogisticRegressionCV**: Default meta-learners are LogisticRegression for classification task when CV is on. \\\n * **LightGBMClassifier** \\\n * **ElasticNet**: Default meta-learners are LogisticRegression for regression task. \\\n * **ElasticNetCV**: Default meta-learners are LogisticRegression for regression task when CV is on. \\\n * **LightGBMRegressor** \\\n * **LinearRegression**\n */\nexport type StackMetaLearnerType = string;\n\n/**\n * Settings used for training the model.\n * For more information on the available settings please visit the official documentation:\n * https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.\n */\nexport interface ImageModelSettings {\n /** Settings for advanced scenarios. */\n advancedSettings?: string;\n /** Enable AMSGrad when optimizer is 'adam' or 'adamw'. */\n amsGradient?: boolean;\n /** Settings for using Augmentations. */\n augmentations?: string;\n /** Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. */\n beta1?: number;\n /** Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. */\n beta2?: number;\n /** Frequency to store model checkpoints. Must be a positive integer. */\n checkpointFrequency?: number;\n /** The pretrained checkpoint model for incremental training. */\n checkpointModel?: MLFlowModelJobInput;\n /** The id of a previous run that has a pretrained checkpoint for incremental training. */\n checkpointRunId?: string;\n /** Whether to use distributed training. */\n distributed?: boolean;\n /** Enable early stopping logic during training. */\n earlyStopping?: boolean;\n /**\n * Minimum number of epochs or validation evaluations to wait before primary metric improvement\n * is tracked for early stopping. Must be a positive integer.\n */\n earlyStoppingDelay?: number;\n /**\n * Minimum number of epochs or validation evaluations with no primary metric improvement before\n * the run is stopped. Must be a positive integer.\n */\n earlyStoppingPatience?: number;\n /** Enable normalization when exporting ONNX model. */\n enableOnnxNormalization?: boolean;\n /** Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. */\n evaluationFrequency?: number;\n /**\n * Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\n * updating the model weights while accumulating the gradients of those steps, and then using\n * the accumulated gradients to compute the weight updates. Must be a positive integer.\n */\n gradientAccumulationStep?: number;\n /**\n * Number of layers to freeze for the model. Must be a positive integer.\n * For instance, passing 2 as value for 'seresnext' means\n * freezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\n * see: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.\n */\n layersToFreeze?: number;\n /** Initial learning rate. Must be a float in the range [0, 1]. */\n learningRate?: number;\n /** Learning rate scheduler enum. */\n learningRateScheduler?: LearningRateScheduler;\n /**\n * Name of the model to use for training.\n * For more information on the available models please visit the official documentation:\n * https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.\n */\n modelName?: string;\n /** Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. */\n momentum?: number;\n /** Enable nesterov when optimizer is 'sgd'. */\n nesterov?: boolean;\n /** Number of training epochs. Must be a positive integer. */\n numberOfEpochs?: number;\n /** Number of data loader workers. Must be a non-negative integer. */\n numberOfWorkers?: number;\n /** Stochastic optimizer for image models. */\n optimizer?: StochasticOptimizer;\n /** Random seed to be used when using deterministic training. */\n randomSeed?: number;\n /** Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. */\n stepLRGamma?: number;\n /** Value of step size when learning rate scheduler is 'step'. Must be a positive integer. */\n stepLRStepSize?: number;\n /** Training batch size. Must be a positive integer. */\n trainingBatchSize?: number;\n /** Validation batch size. Must be a positive integer. */\n validationBatchSize?: number;\n /** Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. */\n warmupCosineLRCycles?: number;\n /** Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. */\n warmupCosineLRWarmupEpochs?: number;\n /** Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. */\n weightDecay?: number;\n}\n\nexport function imageModelSettingsSerializer(item: ImageModelSettings): any {\n return {\n advancedSettings: item[\"advancedSettings\"],\n amsGradient: item[\"amsGradient\"],\n augmentations: item[\"augmentations\"],\n beta1: item[\"beta1\"],\n beta2: item[\"beta2\"],\n checkpointFrequency: item[\"checkpointFrequency\"],\n checkpointModel: !item[\"checkpointModel\"]\n ? item[\"checkpointModel\"]\n : mlFlowModelJobInputSerializer(item[\"checkpointModel\"]),\n checkpointRunId: item[\"checkpointRunId\"],\n distributed: item[\"distributed\"],\n earlyStopping: item[\"earlyStopping\"],\n earlyStoppingDelay: item[\"earlyStoppingDelay\"],\n earlyStoppingPatience: item[\"earlyStoppingPatience\"],\n enableOnnxNormalization: item[\"enableOnnxNormalization\"],\n evaluationFrequency: item[\"evaluationFrequency\"],\n gradientAccumulationStep: item[\"gradientAccumulationStep\"],\n layersToFreeze: item[\"layersToFreeze\"],\n learningRate: item[\"learningRate\"],\n learningRateScheduler: item[\"learningRateScheduler\"],\n modelName: item[\"modelName\"],\n momentum: item[\"momentum\"],\n nesterov: item[\"nesterov\"],\n numberOfEpochs: item[\"numberOfEpochs\"],\n numberOfWorkers: item[\"numberOfWorkers\"],\n optimizer: item[\"optimizer\"],\n randomSeed: item[\"randomSeed\"],\n stepLRGamma: item[\"stepLRGamma\"],\n stepLRStepSize: item[\"stepLRStepSize\"],\n trainingBatchSize: item[\"trainingBatchSize\"],\n validationBatchSize: item[\"validationBatchSize\"],\n warmupCosineLRCycles: item[\"warmupCosineLRCycles\"],\n warmupCosineLRWarmupEpochs: item[\"warmupCosineLRWarmupEpochs\"],\n weightDecay: item[\"weightDecay\"],\n };\n}\n\nexport function imageModelSettingsDeserializer(item: any): ImageModelSettings {\n return {\n advancedSettings: item[\"advancedSettings\"],\n amsGradient: item[\"amsGradient\"],\n augmentations: item[\"augmentations\"],\n beta1: item[\"beta1\"],\n beta2: item[\"beta2\"],\n checkpointFrequency: item[\"checkpointFrequency\"],\n checkpointModel: !item[\"checkpointModel\"]\n ? item[\"checkpointModel\"]\n : mlFlowModelJobInputDeserializer(item[\"checkpointModel\"]),\n checkpointRunId: item[\"checkpointRunId\"],\n distributed: item[\"distributed\"],\n earlyStopping: item[\"earlyStopping\"],\n earlyStoppingDelay: item[\"earlyStoppingDelay\"],\n earlyStoppingPatience: item[\"earlyStoppingPatience\"],\n enableOnnxNormalization: item[\"enableOnnxNormalization\"],\n evaluationFrequency: item[\"evaluationFrequency\"],\n gradientAccumulationStep: item[\"gradientAccumulationStep\"],\n layersToFreeze: item[\"layersToFreeze\"],\n learningRate: item[\"learningRate\"],\n learningRateScheduler: item[\"learningRateScheduler\"],\n modelName: item[\"modelName\"],\n momentum: item[\"momentum\"],\n nesterov: item[\"nesterov\"],\n numberOfEpochs: item[\"numberOfEpochs\"],\n numberOfWorkers: item[\"numberOfWorkers\"],\n optimizer: item[\"optimizer\"],\n randomSeed: item[\"randomSeed\"],\n stepLRGamma: item[\"stepLRGamma\"],\n stepLRStepSize: item[\"stepLRStepSize\"],\n trainingBatchSize: item[\"trainingBatchSize\"],\n validationBatchSize: item[\"validationBatchSize\"],\n warmupCosineLRCycles: item[\"warmupCosineLRCycles\"],\n warmupCosineLRWarmupEpochs: item[\"warmupCosineLRWarmupEpochs\"],\n weightDecay: item[\"weightDecay\"],\n };\n}\n\n/** Learning rate scheduler enum. */\nexport enum KnownLearningRateScheduler {\n /** No learning rate scheduler selected. */\n None = \"None\",\n /** Cosine Annealing With Warmup. */\n WarmupCosine = \"WarmupCosine\",\n /** Step learning rate scheduler. */\n Step = \"Step\",\n}\n\n/**\n * Learning rate scheduler enum. \\\n * {@link KnownLearningRateScheduler} can be used interchangeably with LearningRateScheduler,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No learning rate scheduler selected. \\\n * **WarmupCosine**: Cosine Annealing With Warmup. \\\n * **Step**: Step learning rate scheduler.\n */\nexport type LearningRateScheduler = string;\n\n/** Stochastic optimizer for image models. */\nexport enum KnownStochasticOptimizer {\n /** No optimizer selected. */\n None = \"None\",\n /** Stochastic Gradient Descent optimizer. */\n Sgd = \"Sgd\",\n /** Adam is algorithm the optimizes stochastic objective functions based on adaptive estimates of moments */\n Adam = \"Adam\",\n /** AdamW is a variant of the optimizer Adam that has an improved implementation of weight decay. */\n Adamw = \"Adamw\",\n}\n\n/**\n * Stochastic optimizer for image models. \\\n * {@link KnownStochasticOptimizer} can be used interchangeably with StochasticOptimizer,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No optimizer selected. \\\n * **Sgd**: Stochastic Gradient Descent optimizer. \\\n * **Adam**: Adam is algorithm the optimizes stochastic objective functions based on adaptive estimates of moments \\\n * **Adamw**: AdamW is a variant of the optimizer Adam that has an improved implementation of weight decay.\n */\nexport type StochasticOptimizer = string;\n\n/**\n * Distribution expressions to sweep over values of model settings.\n * <example>\n * Some examples are:\n * ```\n * ModelName = \"choice('seresnext', 'resnest50')\";\n * LearningRate = \"uniform(0.001, 0.01)\";\n * LayersToFreeze = \"choice(0, 2)\";\n * ```</example>\n * All distributions can be specified as distribution_name(min, max) or choice(val1, val2, ..., valn)\n * where distribution name can be: uniform, quniform, loguniform, etc\n * For more details on how to compose distribution expressions please check the documentation:\n * https://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters\n * For more information on the available settings please visit the official documentation:\n * https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.\n */\nexport interface ImageModelDistributionSettings {\n /** Enable AMSGrad when optimizer is 'adam' or 'adamw'. */\n amsGradient?: string;\n /** Settings for using Augmentations. */\n augmentations?: string;\n /** Value of 'beta1' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. */\n beta1?: string;\n /** Value of 'beta2' when optimizer is 'adam' or 'adamw'. Must be a float in the range [0, 1]. */\n beta2?: string;\n /** Whether to use distributer training. */\n distributed?: string;\n /** Enable early stopping logic during training. */\n earlyStopping?: string;\n /**\n * Minimum number of epochs or validation evaluations to wait before primary metric improvement\n * is tracked for early stopping. Must be a positive integer.\n */\n earlyStoppingDelay?: string;\n /**\n * Minimum number of epochs or validation evaluations with no primary metric improvement before\n * the run is stopped. Must be a positive integer.\n */\n earlyStoppingPatience?: string;\n /** Enable normalization when exporting ONNX model. */\n enableOnnxNormalization?: string;\n /** Frequency to evaluate validation dataset to get metric scores. Must be a positive integer. */\n evaluationFrequency?: string;\n /**\n * Gradient accumulation means running a configured number of \"GradAccumulationStep\" steps without\n * updating the model weights while accumulating the gradients of those steps, and then using\n * the accumulated gradients to compute the weight updates. Must be a positive integer.\n */\n gradientAccumulationStep?: string;\n /**\n * Number of layers to freeze for the model. Must be a positive integer.\n * For instance, passing 2 as value for 'seresnext' means\n * freezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\n * see: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.\n */\n layersToFreeze?: string;\n /** Initial learning rate. Must be a float in the range [0, 1]. */\n learningRate?: string;\n /** Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'. */\n learningRateScheduler?: string;\n /**\n * Name of the model to use for training.\n * For more information on the available models please visit the official documentation:\n * https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.\n */\n modelName?: string;\n /** Value of momentum when optimizer is 'sgd'. Must be a float in the range [0, 1]. */\n momentum?: string;\n /** Enable nesterov when optimizer is 'sgd'. */\n nesterov?: string;\n /** Number of training epochs. Must be a positive integer. */\n numberOfEpochs?: string;\n /** Number of data loader workers. Must be a non-negative integer. */\n numberOfWorkers?: string;\n /** Type of optimizer. Must be either 'sgd', 'adam', or 'adamw'. */\n optimizer?: string;\n /** Random seed to be used when using deterministic training. */\n randomSeed?: string;\n /** Value of gamma when learning rate scheduler is 'step'. Must be a float in the range [0, 1]. */\n stepLRGamma?: string;\n /** Value of step size when learning rate scheduler is 'step'. Must be a positive integer. */\n stepLRStepSize?: string;\n /** Training batch size. Must be a positive integer. */\n trainingBatchSize?: string;\n /** Validation batch size. Must be a positive integer. */\n validationBatchSize?: string;\n /** Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1]. */\n warmupCosineLRCycles?: string;\n /** Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer. */\n warmupCosineLRWarmupEpochs?: string;\n /** Value of weight decay when optimizer is 'sgd', 'adam', or 'adamw'. Must be a float in the range[0, 1]. */\n weightDecay?: string;\n}\n\nexport function imageModelDistributionSettingsSerializer(\n item: ImageModelDistributionSettings,\n): any {\n return {\n amsGradient: item[\"amsGradient\"],\n augmentations: item[\"augmentations\"],\n beta1: item[\"beta1\"],\n beta2: item[\"beta2\"],\n distributed: item[\"distributed\"],\n earlyStopping: item[\"earlyStopping\"],\n earlyStoppingDelay: item[\"earlyStoppingDelay\"],\n earlyStoppingPatience: item[\"earlyStoppingPatience\"],\n enableOnnxNormalization: item[\"enableOnnxNormalization\"],\n evaluationFrequency: item[\"evaluationFrequency\"],\n gradientAccumulationStep: item[\"gradientAccumulationStep\"],\n layersToFreeze: item[\"layersToFreeze\"],\n learningRate: item[\"learningRate\"],\n learningRateScheduler: item[\"learningRateScheduler\"],\n modelName: item[\"modelName\"],\n momentum: item[\"momentum\"],\n nesterov: item[\"nesterov\"],\n numberOfEpochs: item[\"numberOfEpochs\"],\n numberOfWorkers: item[\"numberOfWorkers\"],\n optimizer: item[\"optimizer\"],\n randomSeed: item[\"randomSeed\"],\n stepLRGamma: item[\"stepLRGamma\"],\n stepLRStepSize: item[\"stepLRStepSize\"],\n trainingBatchSize: item[\"trainingBatchSize\"],\n validationBatchSize: item[\"validationBatchSize\"],\n warmupCosineLRCycles: item[\"warmupCosineLRCycles\"],\n warmupCosineLRWarmupEpochs: item[\"warmupCosineLRWarmupEpochs\"],\n weightDecay: item[\"weightDecay\"],\n };\n}\n\nexport function imageModelDistributionSettingsDeserializer(\n item: any,\n): ImageModelDistributionSettings {\n return {\n amsGradient: item[\"amsGradient\"],\n augmentations: item[\"augmentations\"],\n beta1: item[\"beta1\"],\n beta2: item[\"beta2\"],\n distributed: item[\"distributed\"],\n earlyStopping: item[\"earlyStopping\"],\n earlyStoppingDelay: item[\"earlyStoppingDelay\"],\n earlyStoppingPatience: item[\"earlyStoppingPatience\"],\n enableOnnxNormalization: item[\"enableOnnxNormalization\"],\n evaluationFrequency: item[\"evaluationFrequency\"],\n gradientAccumulationStep: item[\"gradientAccumulationStep\"],\n layersToFreeze: item[\"layersToFreeze\"],\n learningRate: item[\"learningRate\"],\n learningRateScheduler: item[\"learningRateScheduler\"],\n modelName: item[\"modelName\"],\n momentum: item[\"momentum\"],\n nesterov: item[\"nesterov\"],\n numberOfEpochs: item[\"numberOfEpochs\"],\n numberOfWorkers: item[\"numberOfWorkers\"],\n optimizer: item[\"optimizer\"],\n randomSeed: item[\"randomSeed\"],\n stepLRGamma: item[\"stepLRGamma\"],\n stepLRStepSize: item[\"stepLRStepSize\"],\n trainingBatchSize: item[\"trainingBatchSize\"],\n validationBatchSize: item[\"validationBatchSize\"],\n warmupCosineLRCycles: item[\"warmupCosineLRCycles\"],\n warmupCosineLRWarmupEpochs: item[\"warmupCosineLRWarmupEpochs\"],\n weightDecay: item[\"weightDecay\"],\n };\n}\n\n/** model interface JobLimits */\nexport interface JobLimits {\n /** [Required] JobLimit type. */\n /** The discriminator possible values: Command, Sweep */\n jobLimitsType: JobLimitsType;\n /** The max run duration in ISO 8601 format, after which the job will be cancelled. Only supports duration with precision as low as Seconds. */\n timeout?: string;\n}\n\nexport function jobLimitsSerializer(item: JobLimits): any {\n return { jobLimitsType: item[\"jobLimitsType\"], timeout: item[\"timeout\"] };\n}\n\nexport function jobLimitsDeserializer(item: any): JobLimits {\n return {\n jobLimitsType: item[\"jobLimitsType\"],\n timeout: item[\"timeout\"],\n };\n}\n\n/** Alias for JobLimitsUnion */\nexport type JobLimitsUnion = CommandJobLimits | SweepJobLimits | JobLimits;\n\nexport function jobLimitsUnionSerializer(item: JobLimitsUnion): any {\n switch (item.jobLimitsType) {\n case \"Command\":\n return commandJobLimitsSerializer(item as CommandJobLimits);\n\n case \"Sweep\":\n return sweepJobLimitsSerializer(item as SweepJobLimits);\n\n default:\n return jobLimitsSerializer(item);\n }\n}\n\nexport function jobLimitsUnionDeserializer(item: any): JobLimitsUnion {\n switch (item[\"jobLimitsType\"]) {\n case \"Command\":\n return commandJobLimitsDeserializer(item as CommandJobLimits);\n\n case \"Sweep\":\n return sweepJobLimitsDeserializer(item as SweepJobLimits);\n\n default:\n return jobLimitsDeserializer(item);\n }\n}\n\n/** Known values of {@link JobLimitsType} that the service accepts. */\nexport enum KnownJobLimitsType {\n /** Command */\n Command = \"Command\",\n /** Sweep */\n Sweep = \"Sweep\",\n}\n\n/** Type of JobLimitsType */\nexport type JobLimitsType = string;\n\n/** A paginated list of Schedule entities. */\nexport interface _ScheduleResourceArmPaginatedResult {\n /** The Schedule items on this page */\n value: Schedule[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _scheduleResourceArmPaginatedResultDeserializer(\n item: any,\n): _ScheduleResourceArmPaginatedResult {\n return {\n value: scheduleArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function scheduleArraySerializer(result: Array<Schedule>): any[] {\n return result.map((item) => {\n return scheduleSerializer(item);\n });\n}\n\nexport function scheduleArrayDeserializer(result: Array<Schedule>): any[] {\n return result.map((item) => {\n return scheduleDeserializer(item);\n });\n}\n\n/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */\nexport interface ServerlessEndpoint extends TrackedResource {\n /** [Required] Additional attributes of the entity. */\n properties: ServerlessEndpointProperties;\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n /** Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type. */\n kind?: string;\n /** Sku details required for ARM contract for Autoscaling. */\n sku?: Sku;\n}\n\nexport function serverlessEndpointSerializer(item: ServerlessEndpoint): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: serverlessEndpointPropertiesSerializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n };\n}\n\nexport function serverlessEndpointDeserializer(item: any): ServerlessEndpoint {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: serverlessEndpointPropertiesDeserializer(item[\"properties\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n kind: item[\"kind\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n };\n}\n\n/** model interface ServerlessEndpointProperties */\nexport interface ServerlessEndpointProperties {\n /** [Required] Specifies the authentication mode for the Serverless endpoint. */\n authMode: ServerlessInferenceEndpointAuthMode;\n /** Specifies the content safety options. If omitted, the default content safety settings will be configured */\n contentSafety?: ContentSafety;\n /** The current state of the ServerlessEndpoint. */\n readonly endpointState?: ServerlessEndpointState;\n /** The inference uri to target when making requests against the serverless endpoint */\n readonly inferenceEndpoint?: ServerlessInferenceEndpoint;\n /** The MarketplaceSubscription Azure ID associated to this ServerlessEndpoint. */\n readonly marketplaceSubscriptionId?: string;\n /** The model settings (model id) for the model being serviced on the ServerlessEndpoint. */\n modelSettings?: ModelSettings;\n /** State of endpoint provisioning. */\n readonly provisioningState?: EndpointProvisioningState;\n}\n\nexport function serverlessEndpointPropertiesSerializer(item: ServerlessEndpointProperties): any {\n return {\n authMode: item[\"authMode\"],\n contentSafety: !item[\"contentSafety\"]\n ? item[\"contentSafety\"]\n : contentSafetySerializer(item[\"contentSafety\"]),\n modelSettings: !item[\"modelSettings\"]\n ? item[\"modelSettings\"]\n : modelSettingsSerializer(item[\"modelSettings\"]),\n };\n}\n\nexport function serverlessEndpointPropertiesDeserializer(item: any): ServerlessEndpointProperties {\n return {\n authMode: item[\"authMode\"],\n contentSafety: !item[\"contentSafety\"]\n ? item[\"contentSafety\"]\n : contentSafetyDeserializer(item[\"contentSafety\"]),\n endpointState: item[\"endpointState\"],\n inferenceEndpoint: !item[\"inferenceEndpoint\"]\n ? item[\"inferenceEndpoint\"]\n : serverlessInferenceEndpointDeserializer(item[\"inferenceEndpoint\"]),\n marketplaceSubscriptionId: item[\"marketplaceSubscriptionId\"],\n modelSettings: !item[\"modelSettings\"]\n ? item[\"modelSettings\"]\n : modelSettingsDeserializer(item[\"modelSettings\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Known values of {@link ServerlessInferenceEndpointAuthMode} that the service accepts. */\nexport enum KnownServerlessInferenceEndpointAuthMode {\n /** Key */\n Key = \"Key\",\n /** AAD */\n AAD = \"AAD\",\n /** KeyAndAAD */\n KeyAndAAD = \"KeyAndAAD\",\n}\n\n/** Type of ServerlessInferenceEndpointAuthMode */\nexport type ServerlessInferenceEndpointAuthMode = string;\n\n/** model interface ContentSafety */\nexport interface ContentSafety {\n /** Specifies the current safety level for content safety. */\n contentSafetyLevel?: ContentSafetyLevel;\n /** [Required] Specifies the status of content safety. */\n contentSafetyStatus: ContentSafetyStatus;\n}\n\nexport function contentSafetySerializer(item: ContentSafety): any {\n return {\n contentSafetyLevel: item[\"contentSafetyLevel\"],\n contentSafetyStatus: item[\"contentSafetyStatus\"],\n };\n}\n\nexport function contentSafetyDeserializer(item: any): ContentSafety {\n return {\n contentSafetyLevel: item[\"contentSafetyLevel\"],\n contentSafetyStatus: item[\"contentSafetyStatus\"],\n };\n}\n\n/** Specifies the current safety level for content safety. */\nexport enum KnownContentSafetyLevel {\n /** Blocking */\n Blocking = \"Blocking\",\n /** Deferred */\n Deferred = \"Deferred\",\n}\n\n/**\n * Specifies the current safety level for content safety. \\\n * {@link KnownContentSafetyLevel} can be used interchangeably with ContentSafetyLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Blocking** \\\n * **Deferred**\n */\nexport type ContentSafetyLevel = string;\n\n/** Specifies the status of content safety. */\nexport enum KnownContentSafetyStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Specifies the status of content safety. \\\n * {@link KnownContentSafetyStatus} can be used interchangeably with ContentSafetyStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ContentSafetyStatus = string;\n\n/** State of the Serverless Endpoint. */\nexport enum KnownServerlessEndpointState {\n /** Unknown */\n Unknown = \"Unknown\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Suspending */\n Suspending = \"Suspending\",\n /** Reinstating */\n Reinstating = \"Reinstating\",\n /** Online */\n Online = \"Online\",\n /** Suspended */\n Suspended = \"Suspended\",\n /** CreationFailed */\n CreationFailed = \"CreationFailed\",\n /** DeletionFailed */\n DeletionFailed = \"DeletionFailed\",\n}\n\n/**\n * State of the Serverless Endpoint. \\\n * {@link KnownServerlessEndpointState} can be used interchangeably with ServerlessEndpointState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **Creating** \\\n * **Deleting** \\\n * **Suspending** \\\n * **Reinstating** \\\n * **Online** \\\n * **Suspended** \\\n * **CreationFailed** \\\n * **DeletionFailed**\n */\nexport type ServerlessEndpointState = string;\n\n/** model interface ServerlessInferenceEndpoint */\nexport interface ServerlessInferenceEndpoint {\n /** Specifies any required headers to target this serverless endpoint. */\n readonly headers?: Record<string, string>;\n /** [Required] The inference uri to target when making requests against the Serverless Endpoint. */\n readonly uri: string;\n}\n\nexport function serverlessInferenceEndpointDeserializer(item: any): ServerlessInferenceEndpoint {\n return {\n headers: !item[\"headers\"]\n ? item[\"headers\"]\n : Object.fromEntries(\n Object.entries(item[\"headers\"]).map(([k1, p1]: [string, any]) => [k1, !p1 ? p1 : p1]),\n ),\n uri: item[\"uri\"],\n };\n}\n\n/** model interface ModelSettings */\nexport interface ModelSettings {\n /** The unique model identifier that this ServerlessEndpoint should provision. */\n modelId?: string;\n}\n\nexport function modelSettingsSerializer(item: ModelSettings): any {\n return { modelId: item[\"modelId\"] };\n}\n\nexport function modelSettingsDeserializer(item: any): ModelSettings {\n return {\n modelId: item[\"modelId\"],\n };\n}\n\n/** A paginated list of ServerlessEndpoint entities. */\nexport interface _ServerlessEndpointTrackedResourceArmPaginatedResult {\n /** The ServerlessEndpoint items on this page */\n value: ServerlessEndpoint[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _serverlessEndpointTrackedResourceArmPaginatedResultDeserializer(\n item: any,\n): _ServerlessEndpointTrackedResourceArmPaginatedResult {\n return {\n value: serverlessEndpointArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function serverlessEndpointArraySerializer(result: Array<ServerlessEndpoint>): any[] {\n return result.map((item) => {\n return serverlessEndpointSerializer(item);\n });\n}\n\nexport function serverlessEndpointArrayDeserializer(result: Array<ServerlessEndpoint>): any[] {\n return result.map((item) => {\n return serverlessEndpointDeserializer(item);\n });\n}\n\n/** Azure OpenAI Content Filters resource. */\nexport interface RaiPolicyPropertiesBasicResource extends ProxyResource {\n /** Azure OpenAI Content Filters properties. */\n properties: RaiPolicyProperties;\n}\n\nexport function raiPolicyPropertiesBasicResourceSerializer(\n item: RaiPolicyPropertiesBasicResource,\n): any {\n return { properties: raiPolicyPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function raiPolicyPropertiesBasicResourceDeserializer(\n item: any,\n): RaiPolicyPropertiesBasicResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: raiPolicyPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Azure OpenAI Content Filters properties. */\nexport interface RaiPolicyProperties {\n /** Name of the base Content Filters. */\n basePolicyName?: string;\n completionBlocklists?: RaiBlocklistConfig[];\n contentFilters?: RaiPolicyContentFilter[];\n /** Content Filters mode. */\n mode?: RaiPolicyMode;\n promptBlocklists?: RaiBlocklistConfig[];\n /** Content Filters policy type. */\n type?: RaiPolicyType;\n}\n\nexport function raiPolicyPropertiesSerializer(item: RaiPolicyProperties): any {\n return {\n basePolicyName: item[\"basePolicyName\"],\n completionBlocklists: !item[\"completionBlocklists\"]\n ? item[\"completionBlocklists\"]\n : raiBlocklistConfigArraySerializer(item[\"completionBlocklists\"]),\n contentFilters: !item[\"contentFilters\"]\n ? item[\"contentFilters\"]\n : raiPolicyContentFilterArraySerializer(item[\"contentFilters\"]),\n mode: item[\"mode\"],\n promptBlocklists: !item[\"promptBlocklists\"]\n ? item[\"promptBlocklists\"]\n : raiBlocklistConfigArraySerializer(item[\"promptBlocklists\"]),\n type: item[\"type\"],\n };\n}\n\nexport function raiPolicyPropertiesDeserializer(item: any): RaiPolicyProperties {\n return {\n basePolicyName: item[\"basePolicyName\"],\n completionBlocklists: !item[\"completionBlocklists\"]\n ? item[\"completionBlocklists\"]\n : raiBlocklistConfigArrayDeserializer(item[\"completionBlocklists\"]),\n contentFilters: !item[\"contentFilters\"]\n ? item[\"contentFilters\"]\n : raiPolicyContentFilterArrayDeserializer(item[\"contentFilters\"]),\n mode: item[\"mode\"],\n promptBlocklists: !item[\"promptBlocklists\"]\n ? item[\"promptBlocklists\"]\n : raiBlocklistConfigArrayDeserializer(item[\"promptBlocklists\"]),\n type: item[\"type\"],\n };\n}\n\nexport function raiBlocklistConfigArraySerializer(result: Array<RaiBlocklistConfig>): any[] {\n return result.map((item) => {\n return raiBlocklistConfigSerializer(item);\n });\n}\n\nexport function raiBlocklistConfigArrayDeserializer(result: Array<RaiBlocklistConfig>): any[] {\n return result.map((item) => {\n return raiBlocklistConfigDeserializer(item);\n });\n}\n\n/** Azure OpenAI blocklist config. */\nexport interface RaiBlocklistConfig {\n /** If blocking would occur. */\n blocking?: boolean;\n /** Name of ContentFilter. */\n blocklistName?: string;\n}\n\nexport function raiBlocklistConfigSerializer(item: RaiBlocklistConfig): any {\n return { blocking: item[\"blocking\"], blocklistName: item[\"blocklistName\"] };\n}\n\nexport function raiBlocklistConfigDeserializer(item: any): RaiBlocklistConfig {\n return {\n blocking: item[\"blocking\"],\n blocklistName: item[\"blocklistName\"],\n };\n}\n\nexport function raiPolicyContentFilterArraySerializer(\n result: Array<RaiPolicyContentFilter>,\n): any[] {\n return result.map((item) => {\n return raiPolicyContentFilterSerializer(item);\n });\n}\n\nexport function raiPolicyContentFilterArrayDeserializer(\n result: Array<RaiPolicyContentFilter>,\n): any[] {\n return result.map((item) => {\n return raiPolicyContentFilterDeserializer(item);\n });\n}\n\n/** Azure OpenAI Content Filter. */\nexport interface RaiPolicyContentFilter {\n /** Level at which content is filtered. */\n allowedContentLevel?: AllowedContentLevel;\n /** If blocking would occur. */\n blocking?: boolean;\n /** If the ContentFilter is enabled. */\n enabled?: boolean;\n /** Name of ContentFilter. */\n name?: string;\n /** Content source to apply the Content Filters. */\n source?: RaiPolicyContentSource;\n}\n\nexport function raiPolicyContentFilterSerializer(item: RaiPolicyContentFilter): any {\n return {\n allowedContentLevel: item[\"allowedContentLevel\"],\n blocking: item[\"blocking\"],\n enabled: item[\"enabled\"],\n name: item[\"name\"],\n source: item[\"source\"],\n };\n}\n\nexport function raiPolicyContentFilterDeserializer(item: any): RaiPolicyContentFilter {\n return {\n allowedContentLevel: item[\"allowedContentLevel\"],\n blocking: item[\"blocking\"],\n enabled: item[\"enabled\"],\n name: item[\"name\"],\n source: item[\"source\"],\n };\n}\n\n/** Level at which content is filtered. */\nexport enum KnownAllowedContentLevel {\n /** Low */\n Low = \"Low\",\n /** Medium */\n Medium = \"Medium\",\n /** High */\n High = \"High\",\n}\n\n/**\n * Level at which content is filtered. \\\n * {@link KnownAllowedContentLevel} can be used interchangeably with AllowedContentLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Low** \\\n * **Medium** \\\n * **High**\n */\nexport type AllowedContentLevel = string;\n\n/** Content source to apply the Content Filters. */\nexport enum KnownRaiPolicyContentSource {\n /** Prompt */\n Prompt = \"Prompt\",\n /** Completion */\n Completion = \"Completion\",\n}\n\n/**\n * Content source to apply the Content Filters. \\\n * {@link KnownRaiPolicyContentSource} can be used interchangeably with RaiPolicyContentSource,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Prompt** \\\n * **Completion**\n */\nexport type RaiPolicyContentSource = string;\n\n/** Content Filters mode. */\nexport enum KnownRaiPolicyMode {\n /** Default */\n Default = \"Default\",\n /** Deferred */\n Deferred = \"Deferred\",\n /** Blocking */\n Blocking = \"Blocking\",\n}\n\n/**\n * Content Filters mode. \\\n * {@link KnownRaiPolicyMode} can be used interchangeably with RaiPolicyMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **Deferred** \\\n * **Blocking**\n */\nexport type RaiPolicyMode = string;\n\n/** Content Filters policy type. */\nexport enum KnownRaiPolicyType {\n /** UserManaged */\n UserManaged = \"UserManaged\",\n /** SystemManaged */\n SystemManaged = \"SystemManaged\",\n}\n\n/**\n * Content Filters policy type. \\\n * {@link KnownRaiPolicyType} can be used interchangeably with RaiPolicyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **UserManaged** \\\n * **SystemManaged**\n */\nexport type RaiPolicyType = string;\n\n/** List of private endpoint connection associated with the specified workspace */\nexport interface _PrivateEndpointConnectionListResult {\n /** Array of private endpoint connections */\n value?: PrivateEndpointConnection[];\n nextLink?: string;\n}\n\nexport function _privateEndpointConnectionListResultDeserializer(\n item: any,\n): _PrivateEndpointConnectionListResult {\n return {\n value: !item[\"value\"]\n ? item[\"value\"]\n : privateEndpointConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\n/** Machine Learning compute object wrapped into ARM resource envelope. */\nexport interface ComputeResource extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: ComputeUnion;\n /** Specifies the location of the resource. */\n location?: string;\n /** Contains resource tags defined as key/value pairs. */\n tags?: Record<string, string>;\n /** The sku of the workspace. */\n sku?: Sku;\n /** The identity of the resource. */\n identity?: ManagedServiceIdentity;\n}\n\nexport function computeResourceSerializer(item: ComputeResource): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : computeUnionSerializer(item[\"properties\"]),\n location: item[\"location\"],\n tags: item[\"tags\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function computeResourceDeserializer(item: any): ComputeResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : computeUnionDeserializer(item[\"properties\"]),\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k1, p1]: [string, any]) => [k1, p1])),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Machine Learning compute object. */\nexport interface Compute {\n /** The type of compute */\n /** The discriminator possible values: AKS, Kubernetes, AmlCompute, ComputeInstance, VirtualMachine, HDInsight, DataFactory, Databricks, DataLakeAnalytics, SynapseSpark */\n computeType: ComputeType;\n /** Location for the underlying compute */\n computeLocation?: string;\n /** The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed. */\n readonly provisioningState?: ProvisioningState;\n /** The description of the Machine Learning compute. */\n description?: string;\n /** The time at which the compute was created. */\n readonly createdOn?: Date;\n /** The time at which the compute was last modified. */\n readonly modifiedOn?: Date;\n /** ARM resource id of the underlying compute */\n resourceId?: string;\n /** Errors during provisioning */\n readonly provisioningErrors?: ErrorResponse[];\n /** Indicating whether the compute was provisioned by user and brought from outside if true, or machine learning service provisioned it if false. */\n readonly isAttachedCompute?: boolean;\n /** Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication. */\n disableLocalAuth?: boolean;\n}\n\nexport function computeSerializer(item: Compute): any {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n description: item[\"description\"],\n resourceId: item[\"resourceId\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n };\n}\n\nexport function computeDeserializer(item: any): Compute {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n modifiedOn: !item[\"modifiedOn\"] ? item[\"modifiedOn\"] : new Date(item[\"modifiedOn\"]),\n resourceId: item[\"resourceId\"],\n provisioningErrors: !item[\"provisioningErrors\"]\n ? item[\"provisioningErrors\"]\n : errorResponseArrayDeserializer(item[\"provisioningErrors\"]),\n isAttachedCompute: item[\"isAttachedCompute\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n };\n}\n\n/** Alias for ComputeUnion */\nexport type ComputeUnion =\n | AKS\n | Kubernetes\n | AmlCompute\n | ComputeInstance\n | VirtualMachine\n | HDInsight\n | DataFactory\n | Databricks\n | DataLakeAnalytics\n | SynapseSpark\n | Compute;\n\nexport function computeUnionSerializer(item: ComputeUnion): any {\n switch (item.computeType) {\n case \"AKS\":\n return aksSerializer(item as AKS);\n\n case \"Kubernetes\":\n return kubernetesSerializer(item as Kubernetes);\n\n case \"AmlCompute\":\n return amlComputeSerializer(item as AmlCompute);\n\n case \"ComputeInstance\":\n return computeInstanceSerializer(item as ComputeInstance);\n\n case \"VirtualMachine\":\n return virtualMachineSerializer(item as VirtualMachine);\n\n case \"HDInsight\":\n return hdInsightSerializer(item as HDInsight);\n\n case \"DataFactory\":\n return dataFactorySerializer(item as DataFactory);\n\n case \"Databricks\":\n return databricksSerializer(item as Databricks);\n\n case \"DataLakeAnalytics\":\n return dataLakeAnalyticsSerializer(item as DataLakeAnalytics);\n\n case \"SynapseSpark\":\n return synapseSparkSerializer(item as SynapseSpark);\n\n default:\n return computeSerializer(item);\n }\n}\n\nexport function computeUnionDeserializer(item: any): ComputeUnion {\n switch (item[\"computeType\"]) {\n case \"AKS\":\n return aksDeserializer(item as AKS);\n\n case \"Kubernetes\":\n return kubernetesDeserializer(item as Kubernetes);\n\n case \"AmlCompute\":\n return amlComputeDeserializer(item as AmlCompute);\n\n case \"ComputeInstance\":\n return computeInstanceDeserializer(item as ComputeInstance);\n\n case \"VirtualMachine\":\n return virtualMachineDeserializer(item as VirtualMachine);\n\n case \"HDInsight\":\n return hdInsightDeserializer(item as HDInsight);\n\n case \"DataFactory\":\n return dataFactoryDeserializer(item as DataFactory);\n\n case \"Databricks\":\n return databricksDeserializer(item as Databricks);\n\n case \"DataLakeAnalytics\":\n return dataLakeAnalyticsDeserializer(item as DataLakeAnalytics);\n\n case \"SynapseSpark\":\n return synapseSparkDeserializer(item as SynapseSpark);\n\n default:\n return computeDeserializer(item);\n }\n}\n\n/** The type of compute */\nexport enum KnownComputeType {\n /** AKS */\n AKS = \"AKS\",\n /** Kubernetes */\n Kubernetes = \"Kubernetes\",\n /** AmlCompute */\n AmlCompute = \"AmlCompute\",\n /** ComputeInstance */\n ComputeInstance = \"ComputeInstance\",\n /** DataFactory */\n DataFactory = \"DataFactory\",\n /** VirtualMachine */\n VirtualMachine = \"VirtualMachine\",\n /** HDInsight */\n HDInsight = \"HDInsight\",\n /** Databricks */\n Databricks = \"Databricks\",\n /** DataLakeAnalytics */\n DataLakeAnalytics = \"DataLakeAnalytics\",\n /** SynapseSpark */\n SynapseSpark = \"SynapseSpark\",\n}\n\n/**\n * The type of compute \\\n * {@link KnownComputeType} can be used interchangeably with ComputeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AKS** \\\n * **Kubernetes** \\\n * **AmlCompute** \\\n * **ComputeInstance** \\\n * **DataFactory** \\\n * **VirtualMachine** \\\n * **HDInsight** \\\n * **Databricks** \\\n * **DataLakeAnalytics** \\\n * **SynapseSpark**\n */\nexport type ComputeType = string;\n\nexport function errorResponseArrayDeserializer(result: Array<ErrorResponse>): any[] {\n return result.map((item) => {\n return errorResponseDeserializer(item);\n });\n}\n\n/** A Machine Learning compute based on AKS. */\nexport interface AKS extends Compute {\n /** AKS properties */\n properties?: AKSSchemaProperties;\n /** The type of compute */\n computeType: \"AKS\";\n}\n\nexport function aksSerializer(item: AKS): any {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n description: item[\"description\"],\n resourceId: item[\"resourceId\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : aksSchemaPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function aksDeserializer(item: any): AKS {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n modifiedOn: !item[\"modifiedOn\"] ? item[\"modifiedOn\"] : new Date(item[\"modifiedOn\"]),\n resourceId: item[\"resourceId\"],\n provisioningErrors: !item[\"provisioningErrors\"]\n ? item[\"provisioningErrors\"]\n : errorResponseArrayDeserializer(item[\"provisioningErrors\"]),\n isAttachedCompute: item[\"isAttachedCompute\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : aksSchemaPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** AKS properties */\nexport interface AKSSchemaProperties {\n /** Cluster full qualified domain name */\n clusterFqdn?: string;\n /** System services */\n readonly systemServices?: SystemService[];\n /** Number of agents */\n agentCount?: number;\n /** Agent virtual machine size */\n agentVmSize?: string;\n /** Intended usage of the cluster */\n clusterPurpose?: ClusterPurpose;\n /** SSL configuration */\n sslConfiguration?: SslConfiguration;\n /** AKS networking configuration for vnet */\n aksNetworkingConfiguration?: AksNetworkingConfiguration;\n /** Load Balancer Type */\n loadBalancerType?: LoadBalancerType;\n /** Load Balancer Subnet */\n loadBalancerSubnet?: string;\n}\n\nexport function aksSchemaPropertiesSerializer(item: AKSSchemaProperties): any {\n return {\n clusterFqdn: item[\"clusterFqdn\"],\n agentCount: item[\"agentCount\"],\n agentVmSize: item[\"agentVmSize\"],\n clusterPurpose: item[\"clusterPurpose\"],\n sslConfiguration: !item[\"sslConfiguration\"]\n ? item[\"sslConfiguration\"]\n : sslConfigurationSerializer(item[\"sslConfiguration\"]),\n aksNetworkingConfiguration: !item[\"aksNetworkingConfiguration\"]\n ? item[\"aksNetworkingConfiguration\"]\n : aksNetworkingConfigurationSerializer(item[\"aksNetworkingConfiguration\"]),\n loadBalancerType: item[\"loadBalancerType\"],\n loadBalancerSubnet: item[\"loadBalancerSubnet\"],\n };\n}\n\nexport function aksSchemaPropertiesDeserializer(item: any): AKSSchemaProperties {\n return {\n clusterFqdn: item[\"clusterFqdn\"],\n systemServices: !item[\"systemServices\"]\n ? item[\"systemServices\"]\n : systemServiceArrayDeserializer(item[\"systemServices\"]),\n agentCount: item[\"agentCount\"],\n agentVmSize: item[\"agentVmSize\"],\n clusterPurpose: item[\"clusterPurpose\"],\n sslConfiguration: !item[\"sslConfiguration\"]\n ? item[\"sslConfiguration\"]\n : sslConfigurationDeserializer(item[\"sslConfiguration\"]),\n aksNetworkingConfiguration: !item[\"aksNetworkingConfiguration\"]\n ? item[\"aksNetworkingConfiguration\"]\n : aksNetworkingConfigurationDeserializer(item[\"aksNetworkingConfiguration\"]),\n loadBalancerType: item[\"loadBalancerType\"],\n loadBalancerSubnet: item[\"loadBalancerSubnet\"],\n };\n}\n\nexport function systemServiceArrayDeserializer(result: Array<SystemService>): any[] {\n return result.map((item) => {\n return systemServiceDeserializer(item);\n });\n}\n\n/** A system service running on a compute. */\nexport interface SystemService {\n /** The type of this system service. */\n readonly systemServiceType?: string;\n /** Public IP address */\n readonly publicIpAddress?: string;\n /** The version for this type. */\n readonly version?: string;\n}\n\nexport function systemServiceDeserializer(item: any): SystemService {\n return {\n systemServiceType: item[\"systemServiceType\"],\n publicIpAddress: item[\"publicIpAddress\"],\n version: item[\"version\"],\n };\n}\n\n/** Intended usage of the cluster */\nexport enum KnownClusterPurpose {\n /** FastProd */\n FastProd = \"FastProd\",\n /** DenseProd */\n DenseProd = \"DenseProd\",\n /** DevTest */\n DevTest = \"DevTest\",\n}\n\n/**\n * Intended usage of the cluster \\\n * {@link KnownClusterPurpose} can be used interchangeably with ClusterPurpose,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **FastProd** \\\n * **DenseProd** \\\n * **DevTest**\n */\nexport type ClusterPurpose = string;\n\n/** The ssl configuration for scoring */\nexport interface SslConfiguration {\n /** Enable or disable ssl for scoring */\n status?: SslConfigStatus;\n /** Cert data */\n cert?: string;\n /** Key data */\n key?: string;\n /** CNAME of the cert */\n cname?: string;\n /** Leaf domain label of public endpoint */\n leafDomainLabel?: string;\n /** Indicates whether to overwrite existing domain label. */\n overwriteExistingDomain?: boolean;\n}\n\nexport function sslConfigurationSerializer(item: SslConfiguration): any {\n return {\n status: item[\"status\"],\n cert: item[\"cert\"],\n key: item[\"key\"],\n cname: item[\"cname\"],\n leafDomainLabel: item[\"leafDomainLabel\"],\n overwriteExistingDomain: item[\"overwriteExistingDomain\"],\n };\n}\n\nexport function sslConfigurationDeserializer(item: any): SslConfiguration {\n return {\n status: item[\"status\"],\n cert: item[\"cert\"],\n key: item[\"key\"],\n cname: item[\"cname\"],\n leafDomainLabel: item[\"leafDomainLabel\"],\n overwriteExistingDomain: item[\"overwriteExistingDomain\"],\n };\n}\n\n/** Enable or disable ssl for scoring */\nexport enum KnownSslConfigStatus {\n /** Disabled */\n Disabled = \"Disabled\",\n /** Enabled */\n Enabled = \"Enabled\",\n /** Auto */\n Auto = \"Auto\",\n}\n\n/**\n * Enable or disable ssl for scoring \\\n * {@link KnownSslConfigStatus} can be used interchangeably with SslConfigStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **Enabled** \\\n * **Auto**\n */\nexport type SslConfigStatus = string;\n\n/** Advance configuration for AKS networking */\nexport interface AksNetworkingConfiguration {\n /** Virtual network subnet resource ID the compute nodes belong to */\n subnetId?: string;\n /** A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges. */\n serviceCidr?: string;\n /** An IP address assigned to the Kubernetes DNS service. It must be within the Kubernetes service address range specified in serviceCidr. */\n dnsServiceIP?: string;\n /** A CIDR notation IP range assigned to the Docker bridge network. It must not overlap with any Subnet IP ranges or the Kubernetes service address range. */\n dockerBridgeCidr?: string;\n}\n\nexport function aksNetworkingConfigurationSerializer(item: AksNetworkingConfiguration): any {\n return {\n subnetId: item[\"subnetId\"],\n serviceCidr: item[\"serviceCidr\"],\n dnsServiceIP: item[\"dnsServiceIP\"],\n dockerBridgeCidr: item[\"dockerBridgeCidr\"],\n };\n}\n\nexport function aksNetworkingConfigurationDeserializer(item: any): AksNetworkingConfiguration {\n return {\n subnetId: item[\"subnetId\"],\n serviceCidr: item[\"serviceCidr\"],\n dnsServiceIP: item[\"dnsServiceIP\"],\n dockerBridgeCidr: item[\"dockerBridgeCidr\"],\n };\n}\n\n/** Load Balancer Type */\nexport enum KnownLoadBalancerType {\n /** PublicIp */\n PublicIp = \"PublicIp\",\n /** InternalLoadBalancer */\n InternalLoadBalancer = \"InternalLoadBalancer\",\n}\n\n/**\n * Load Balancer Type \\\n * {@link KnownLoadBalancerType} can be used interchangeably with LoadBalancerType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PublicIp** \\\n * **InternalLoadBalancer**\n */\nexport type LoadBalancerType = string;\n\n/** A Machine Learning compute based on Kubernetes Compute. */\nexport interface Kubernetes extends Compute {\n /** Properties of Kubernetes */\n properties?: KubernetesProperties;\n /** The type of compute */\n computeType: \"Kubernetes\";\n}\n\nexport function kubernetesSerializer(item: Kubernetes): any {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n description: item[\"description\"],\n resourceId: item[\"resourceId\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : kubernetesPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function kubernetesDeserializer(item: any): Kubernetes {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n modifiedOn: !item[\"modifiedOn\"] ? item[\"modifiedOn\"] : new Date(item[\"modifiedOn\"]),\n resourceId: item[\"resourceId\"],\n provisioningErrors: !item[\"provisioningErrors\"]\n ? item[\"provisioningErrors\"]\n : errorResponseArrayDeserializer(item[\"provisioningErrors\"]),\n isAttachedCompute: item[\"isAttachedCompute\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : kubernetesPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Kubernetes properties */\nexport interface KubernetesProperties {\n /** Relay connection string. */\n relayConnectionString?: string;\n /** ServiceBus connection string. */\n serviceBusConnectionString?: string;\n /** Extension principal-id. */\n extensionPrincipalId?: string;\n /** Extension instance release train. */\n extensionInstanceReleaseTrain?: string;\n /** VC name. */\n vcName?: string;\n /** Compute namespace */\n namespace?: string;\n /** Default instance type */\n defaultInstanceType?: string;\n /** Instance Type Schema */\n instanceTypes?: Record<string, InstanceTypeSchema>;\n}\n\nexport function kubernetesPropertiesSerializer(item: KubernetesProperties): any {\n return {\n relayConnectionString: item[\"relayConnectionString\"],\n serviceBusConnectionString: item[\"serviceBusConnectionString\"],\n extensionPrincipalId: item[\"extensionPrincipalId\"],\n extensionInstanceReleaseTrain: item[\"extensionInstanceReleaseTrain\"],\n vcName: item[\"vcName\"],\n namespace: item[\"namespace\"],\n defaultInstanceType: item[\"defaultInstanceType\"],\n instanceTypes: !item[\"instanceTypes\"]\n ? item[\"instanceTypes\"]\n : instanceTypeSchemaRecordSerializer(item[\"instanceTypes\"]),\n };\n}\n\nexport function kubernetesPropertiesDeserializer(item: any): KubernetesProperties {\n return {\n relayConnectionString: item[\"relayConnectionString\"],\n serviceBusConnectionString: item[\"serviceBusConnectionString\"],\n extensionPrincipalId: item[\"extensionPrincipalId\"],\n extensionInstanceReleaseTrain: item[\"extensionInstanceReleaseTrain\"],\n vcName: item[\"vcName\"],\n namespace: item[\"namespace\"],\n defaultInstanceType: item[\"defaultInstanceType\"],\n instanceTypes: !item[\"instanceTypes\"]\n ? item[\"instanceTypes\"]\n : instanceTypeSchemaRecordDeserializer(item[\"instanceTypes\"]),\n };\n}\n\nexport function instanceTypeSchemaRecordSerializer(\n item: Record<string, InstanceTypeSchema>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : instanceTypeSchemaSerializer(item[key]);\n });\n return result;\n}\n\nexport function instanceTypeSchemaRecordDeserializer(\n item: Record<string, any>,\n): Record<string, InstanceTypeSchema> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : instanceTypeSchemaDeserializer(item[key]);\n });\n return result;\n}\n\n/** Instance type schema. */\nexport interface InstanceTypeSchema {\n /** Node Selector */\n nodeSelector?: Record<string, string>;\n /** Resource requests/limits for this instance type */\n resources?: InstanceTypeSchemaResources;\n}\n\nexport function instanceTypeSchemaSerializer(item: InstanceTypeSchema): any {\n return {\n nodeSelector: item[\"nodeSelector\"],\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : instanceTypeSchemaResourcesSerializer(item[\"resources\"]),\n };\n}\n\nexport function instanceTypeSchemaDeserializer(item: any): InstanceTypeSchema {\n return {\n nodeSelector: !item[\"nodeSelector\"]\n ? item[\"nodeSelector\"]\n : Object.fromEntries(\n Object.entries(item[\"nodeSelector\"]).map(([k1, p1]: [string, any]) => [\n k1,\n !p1 ? p1 : p1,\n ]),\n ),\n resources: !item[\"resources\"]\n ? item[\"resources\"]\n : instanceTypeSchemaResourcesDeserializer(item[\"resources\"]),\n };\n}\n\n/** Resource requests/limits for this instance type */\nexport interface InstanceTypeSchemaResources {\n /** Resource requests for this instance type */\n requests?: Record<string, string>;\n /** Resource limits for this instance type */\n limits?: Record<string, string>;\n}\n\nexport function instanceTypeSchemaResourcesSerializer(item: InstanceTypeSchemaResources): any {\n return { requests: item[\"requests\"], limits: item[\"limits\"] };\n}\n\nexport function instanceTypeSchemaResourcesDeserializer(item: any): InstanceTypeSchemaResources {\n return {\n requests: !item[\"requests\"]\n ? item[\"requests\"]\n : Object.fromEntries(Object.entries(item[\"requests\"]).map(([k, p]: [string, any]) => [k, p])),\n limits: !item[\"limits\"]\n ? item[\"limits\"]\n : Object.fromEntries(Object.entries(item[\"limits\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** An Azure Machine Learning compute. */\nexport interface AmlCompute extends Compute {\n /** Properties of AmlCompute */\n properties?: AmlComputeProperties;\n /** The type of compute */\n computeType: \"AmlCompute\";\n}\n\nexport function amlComputeSerializer(item: AmlCompute): any {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n description: item[\"description\"],\n resourceId: item[\"resourceId\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : amlComputePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function amlComputeDeserializer(item: any): AmlCompute {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n modifiedOn: !item[\"modifiedOn\"] ? item[\"modifiedOn\"] : new Date(item[\"modifiedOn\"]),\n resourceId: item[\"resourceId\"],\n provisioningErrors: !item[\"provisioningErrors\"]\n ? item[\"provisioningErrors\"]\n : errorResponseArrayDeserializer(item[\"provisioningErrors\"]),\n isAttachedCompute: item[\"isAttachedCompute\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : amlComputePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** AML Compute properties */\nexport interface AmlComputeProperties {\n /** Compute OS Type */\n osType?: OsType;\n /** Virtual Machine Size */\n vmSize?: string;\n /** Virtual Machine priority */\n vmPriority?: VmPriority;\n /** Virtual Machine image for AML Compute - windows only */\n virtualMachineImage?: VirtualMachineImage;\n /** Network is isolated or not */\n isolatedNetwork?: boolean;\n /** Scale settings for AML Compute */\n scaleSettings?: ScaleSettings;\n /** Credentials for an administrator user account that will be created on each compute node. */\n userAccountCredentials?: UserAccountCredentials;\n /** Virtual network subnet resource ID the compute nodes belong to. */\n subnet?: ResourceId;\n /** State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled. */\n remoteLoginPortPublicAccess?: RemoteLoginPortPublicAccess;\n /** Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute. */\n readonly allocationState?: AllocationState;\n /** The time at which the compute entered its current allocation state. */\n readonly allocationStateTransitionTime?: Date;\n /** Collection of errors encountered by various compute nodes during node setup. */\n readonly errors?: ErrorResponse[];\n /** The number of compute nodes currently assigned to the compute. */\n readonly currentNodeCount?: number;\n /** The target number of compute nodes for the compute. If the allocationState is resizing, this property denotes the target node count for the ongoing resize operation. If the allocationState is steady, this property denotes the target node count for the previous resize operation. */\n readonly targetNodeCount?: number;\n /** Counts of various node states on the compute. */\n readonly nodeStateCounts?: NodeStateCounts;\n /** Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs. */\n enableNodePublicIp?: boolean;\n /** A property bag containing additional properties. */\n propertyBag?: any;\n}\n\nexport function amlComputePropertiesSerializer(item: AmlComputeProperties): any {\n return {\n osType: item[\"osType\"],\n vmSize: item[\"vmSize\"],\n vmPriority: item[\"vmPriority\"],\n virtualMachineImage: !item[\"virtualMachineImage\"]\n ? item[\"virtualMachineImage\"]\n : virtualMachineImageSerializer(item[\"virtualMachineImage\"]),\n isolatedNetwork: item[\"isolatedNetwork\"],\n scaleSettings: !item[\"scaleSettings\"]\n ? item[\"scaleSettings\"]\n : scaleSettingsSerializer(item[\"scaleSettings\"]),\n userAccountCredentials: !item[\"userAccountCredentials\"]\n ? item[\"userAccountCredentials\"]\n : userAccountCredentialsSerializer(item[\"userAccountCredentials\"]),\n subnet: !item[\"subnet\"] ? item[\"subnet\"] : resourceIdSerializer(item[\"subnet\"]),\n remoteLoginPortPublicAccess: item[\"remoteLoginPortPublicAccess\"],\n enableNodePublicIp: item[\"enableNodePublicIp\"],\n propertyBag: item[\"propertyBag\"],\n };\n}\n\nexport function amlComputePropertiesDeserializer(item: any): AmlComputeProperties {\n return {\n osType: item[\"osType\"],\n vmSize: item[\"vmSize\"],\n vmPriority: item[\"vmPriority\"],\n virtualMachineImage: !item[\"virtualMachineImage\"]\n ? item[\"virtualMachineImage\"]\n : virtualMachineImageDeserializer(item[\"virtualMachineImage\"]),\n isolatedNetwork: item[\"isolatedNetwork\"],\n scaleSettings: !item[\"scaleSettings\"]\n ? item[\"scaleSettings\"]\n : scaleSettingsDeserializer(item[\"scaleSettings\"]),\n userAccountCredentials: !item[\"userAccountCredentials\"]\n ? item[\"userAccountCredentials\"]\n : userAccountCredentialsDeserializer(item[\"userAccountCredentials\"]),\n subnet: !item[\"subnet\"] ? item[\"subnet\"] : resourceIdDeserializer(item[\"subnet\"]),\n remoteLoginPortPublicAccess: item[\"remoteLoginPortPublicAccess\"],\n allocationState: item[\"allocationState\"],\n allocationStateTransitionTime: !item[\"allocationStateTransitionTime\"]\n ? item[\"allocationStateTransitionTime\"]\n : new Date(item[\"allocationStateTransitionTime\"]),\n errors: !item[\"errors\"] ? item[\"errors\"] : errorResponseArrayDeserializer(item[\"errors\"]),\n currentNodeCount: item[\"currentNodeCount\"],\n targetNodeCount: item[\"targetNodeCount\"],\n nodeStateCounts: !item[\"nodeStateCounts\"]\n ? item[\"nodeStateCounts\"]\n : nodeStateCountsDeserializer(item[\"nodeStateCounts\"]),\n enableNodePublicIp: item[\"enableNodePublicIp\"],\n propertyBag: item[\"propertyBag\"],\n };\n}\n\n/** Compute OS Type */\nexport enum KnownOsType {\n /** Linux */\n Linux = \"Linux\",\n /** Windows */\n Windows = \"Windows\",\n}\n\n/**\n * Compute OS Type \\\n * {@link KnownOsType} can be used interchangeably with OsType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Linux** \\\n * **Windows**\n */\nexport type OsType = string;\n\n/** Virtual Machine priority */\nexport enum KnownVmPriority {\n /** Dedicated */\n Dedicated = \"Dedicated\",\n /** LowPriority */\n LowPriority = \"LowPriority\",\n}\n\n/**\n * Virtual Machine priority \\\n * {@link KnownVmPriority} can be used interchangeably with VmPriority,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Dedicated** \\\n * **LowPriority**\n */\nexport type VmPriority = string;\n\n/** Virtual Machine image for Windows AML Compute */\nexport interface VirtualMachineImage {\n /** Virtual Machine image path */\n id: string;\n}\n\nexport function virtualMachineImageSerializer(item: VirtualMachineImage): any {\n return { id: item[\"id\"] };\n}\n\nexport function virtualMachineImageDeserializer(item: any): VirtualMachineImage {\n return {\n id: item[\"id\"],\n };\n}\n\n/** scale settings for AML Compute */\nexport interface ScaleSettings {\n /** Max number of nodes to use */\n maxNodeCount: number;\n /** Min number of nodes to use */\n minNodeCount?: number;\n /** Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format. */\n nodeIdleTimeBeforeScaleDown?: string;\n}\n\nexport function scaleSettingsSerializer(item: ScaleSettings): any {\n return {\n maxNodeCount: item[\"maxNodeCount\"],\n minNodeCount: item[\"minNodeCount\"],\n nodeIdleTimeBeforeScaleDown: item[\"nodeIdleTimeBeforeScaleDown\"],\n };\n}\n\nexport function scaleSettingsDeserializer(item: any): ScaleSettings {\n return {\n maxNodeCount: item[\"maxNodeCount\"],\n minNodeCount: item[\"minNodeCount\"],\n nodeIdleTimeBeforeScaleDown: item[\"nodeIdleTimeBeforeScaleDown\"],\n };\n}\n\n/** Settings for user account that gets created on each on the nodes of a compute. */\nexport interface UserAccountCredentials {\n /** Name of the administrator user account which can be used to SSH to nodes. */\n adminUserName: string;\n /** SSH public key of the administrator user account. */\n adminUserSshPublicKey?: string;\n /** Password of the administrator user account. */\n adminUserPassword?: string;\n}\n\nexport function userAccountCredentialsSerializer(item: UserAccountCredentials): any {\n return {\n adminUserName: item[\"adminUserName\"],\n adminUserSshPublicKey: item[\"adminUserSshPublicKey\"],\n adminUserPassword: item[\"adminUserPassword\"],\n };\n}\n\nexport function userAccountCredentialsDeserializer(item: any): UserAccountCredentials {\n return {\n adminUserName: item[\"adminUserName\"],\n adminUserSshPublicKey: item[\"adminUserSshPublicKey\"],\n adminUserPassword: item[\"adminUserPassword\"],\n };\n}\n\n/** Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet. */\nexport interface ResourceId {\n /** The ID of the resource */\n id: string;\n}\n\nexport function resourceIdSerializer(item: ResourceId): any {\n return { id: item[\"id\"] };\n}\n\nexport function resourceIdDeserializer(item: any): ResourceId {\n return {\n id: item[\"id\"],\n };\n}\n\n/** State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled. */\nexport enum KnownRemoteLoginPortPublicAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n}\n\n/**\n * State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on all nodes of the cluster. Enabled - Indicates that the public ssh port is open on all nodes of the cluster. NotSpecified - Indicates that the public ssh port is closed on all nodes of the cluster if VNet is defined, else is open all public nodes. It can be default only during cluster creation time, after creation it will be either enabled or disabled. \\\n * {@link KnownRemoteLoginPortPublicAccess} can be used interchangeably with RemoteLoginPortPublicAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled** \\\n * **NotSpecified**\n */\nexport type RemoteLoginPortPublicAccess = string;\n\n/** Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute. */\nexport enum KnownAllocationState {\n /** Steady */\n Steady = \"Steady\",\n /** Resizing */\n Resizing = \"Resizing\",\n}\n\n/**\n * Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute. \\\n * {@link KnownAllocationState} can be used interchangeably with AllocationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Steady** \\\n * **Resizing**\n */\nexport type AllocationState = string;\n\n/** Counts of various compute node states on the amlCompute. */\nexport interface NodeStateCounts {\n /** Number of compute nodes in idle state. */\n readonly idleNodeCount?: number;\n /** Number of compute nodes which are running jobs. */\n readonly runningNodeCount?: number;\n /** Number of compute nodes which are being prepared. */\n readonly preparingNodeCount?: number;\n /** Number of compute nodes which are in unusable state. */\n readonly unusableNodeCount?: number;\n /** Number of compute nodes which are leaving the amlCompute. */\n readonly leavingNodeCount?: number;\n /** Number of compute nodes which are in preempted state. */\n readonly preemptedNodeCount?: number;\n}\n\nexport function nodeStateCountsDeserializer(item: any): NodeStateCounts {\n return {\n idleNodeCount: item[\"idleNodeCount\"],\n runningNodeCount: item[\"runningNodeCount\"],\n preparingNodeCount: item[\"preparingNodeCount\"],\n unusableNodeCount: item[\"unusableNodeCount\"],\n leavingNodeCount: item[\"leavingNodeCount\"],\n preemptedNodeCount: item[\"preemptedNodeCount\"],\n };\n}\n\n/** An Azure Machine Learning compute instance. */\nexport interface ComputeInstance extends Compute {\n /** Properties of ComputeInstance */\n properties?: ComputeInstanceProperties;\n /** The type of compute */\n computeType: \"ComputeInstance\";\n}\n\nexport function computeInstanceSerializer(item: ComputeInstance): any {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n description: item[\"description\"],\n resourceId: item[\"resourceId\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : computeInstancePropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function computeInstanceDeserializer(item: any): ComputeInstance {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n modifiedOn: !item[\"modifiedOn\"] ? item[\"modifiedOn\"] : new Date(item[\"modifiedOn\"]),\n resourceId: item[\"resourceId\"],\n provisioningErrors: !item[\"provisioningErrors\"]\n ? item[\"provisioningErrors\"]\n : errorResponseArrayDeserializer(item[\"provisioningErrors\"]),\n isAttachedCompute: item[\"isAttachedCompute\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : computeInstancePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Compute Instance properties */\nexport interface ComputeInstanceProperties {\n /** Virtual Machine Size */\n vmSize?: string;\n /** Virtual network subnet resource ID the compute nodes belong to. */\n subnet?: ResourceId;\n /** Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role. */\n applicationSharingPolicy?: ApplicationSharingPolicy;\n /** Specifies settings for autologger. */\n autologgerSettings?: ComputeInstanceAutologgerSettings;\n /** Specifies policy and settings for SSH access. */\n sshSettings?: ComputeInstanceSshSettings;\n /** List of Custom Services added to the compute. */\n customServices?: CustomService[];\n /** Returns metadata about the operating system image for this compute instance. */\n readonly osImageMetadata?: ImageMetadata;\n /** Describes all connectivity endpoints available for this ComputeInstance. */\n readonly connectivityEndpoints?: ComputeInstanceConnectivityEndpoints;\n /** Describes available applications and their endpoints on this ComputeInstance. */\n readonly applications?: ComputeInstanceApplication[];\n /** Describes information on user who created this ComputeInstance. */\n readonly createdBy?: ComputeInstanceCreatedBy;\n /** Collection of errors encountered on this ComputeInstance. */\n readonly errors?: ErrorResponse[];\n /** The current state of this ComputeInstance. */\n readonly state?: ComputeInstanceState;\n /** The Compute Instance Authorization type. Available values are personal (default). */\n computeInstanceAuthorizationType?: ComputeInstanceAuthorizationType;\n /** Enable Auto OS Patching. Possible values are: true, false. */\n enableOSPatching?: boolean;\n /** Enable root access. Possible values are: true, false. */\n enableRootAccess?: boolean;\n /** Enable SSO (single sign on). Possible values are: true, false. */\n enableSSO?: boolean;\n /** Release quota if compute instance stopped. Possible values are: true - release quota if compute instance stopped. false - don't release quota when compute instance stopped. */\n releaseQuotaOnStop?: boolean;\n /** Settings for a personal compute instance. */\n personalComputeInstanceSettings?: PersonalComputeInstanceSettings;\n /** Details of customized scripts to execute for setting up the cluster. */\n setupScripts?: SetupScripts;\n /** The last operation on ComputeInstance. */\n readonly lastOperation?: ComputeInstanceLastOperation;\n /** The list of schedules to be applied on the computes. */\n schedules?: ComputeSchedules;\n /** Stops compute instance after user defined period of inactivity. Time is defined in ISO8601 format. Minimum is 15 min, maximum is 3 days. */\n idleTimeBeforeShutdown?: string;\n /** Enable or disable node public IP address provisioning. Possible values are: Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs. */\n enableNodePublicIp?: boolean;\n /** Describes informations of containers on this ComputeInstance. */\n readonly containers?: ComputeInstanceContainer[];\n /** Describes informations of dataDisks on this ComputeInstance. */\n readonly dataDisks?: ComputeInstanceDataDisk[];\n /** Describes informations of dataMounts on this ComputeInstance. */\n readonly dataMounts?: ComputeInstanceDataMount[];\n /** ComputeInstance version. */\n readonly versions?: ComputeInstanceVersion;\n}\n\nexport function computeInstancePropertiesSerializer(item: ComputeInstanceProperties): any {\n return {\n vmSize: item[\"vmSize\"],\n subnet: !item[\"subnet\"] ? item[\"subnet\"] : resourceIdSerializer(item[\"subnet\"]),\n applicationSharingPolicy: item[\"applicationSharingPolicy\"],\n autologgerSettings: !item[\"autologgerSettings\"]\n ? item[\"autologgerSettings\"]\n : computeInstanceAutologgerSettingsSerializer(item[\"autologgerSettings\"]),\n sshSettings: !item[\"sshSettings\"]\n ? item[\"sshSettings\"]\n : computeInstanceSshSettingsSerializer(item[\"sshSettings\"]),\n customServices: !item[\"customServices\"]\n ? item[\"customServices\"]\n : customServiceArraySerializer(item[\"customServices\"]),\n computeInstanceAuthorizationType: item[\"computeInstanceAuthorizationType\"],\n enableOSPatching: item[\"enableOSPatching\"],\n enableRootAccess: item[\"enableRootAccess\"],\n enableSSO: item[\"enableSSO\"],\n releaseQuotaOnStop: item[\"releaseQuotaOnStop\"],\n personalComputeInstanceSettings: !item[\"personalComputeInstanceSettings\"]\n ? item[\"personalComputeInstanceSettings\"]\n : personalComputeInstanceSettingsSerializer(item[\"personalComputeInstanceSettings\"]),\n setupScripts: !item[\"setupScripts\"]\n ? item[\"setupScripts\"]\n : setupScriptsSerializer(item[\"setupScripts\"]),\n schedules: !item[\"schedules\"]\n ? item[\"schedules\"]\n : computeSchedulesSerializer(item[\"schedules\"]),\n idleTimeBeforeShutdown: item[\"idleTimeBeforeShutdown\"],\n enableNodePublicIp: item[\"enableNodePublicIp\"],\n };\n}\n\nexport function computeInstancePropertiesDeserializer(item: any): ComputeInstanceProperties {\n return {\n vmSize: item[\"vmSize\"],\n subnet: !item[\"subnet\"] ? item[\"subnet\"] : resourceIdDeserializer(item[\"subnet\"]),\n applicationSharingPolicy: item[\"applicationSharingPolicy\"],\n autologgerSettings: !item[\"autologgerSettings\"]\n ? item[\"autologgerSettings\"]\n : computeInstanceAutologgerSettingsDeserializer(item[\"autologgerSettings\"]),\n sshSettings: !item[\"sshSettings\"]\n ? item[\"sshSettings\"]\n : computeInstanceSshSettingsDeserializer(item[\"sshSettings\"]),\n customServices: !item[\"customServices\"]\n ? item[\"customServices\"]\n : customServiceArrayDeserializer(item[\"customServices\"]),\n osImageMetadata: !item[\"osImageMetadata\"]\n ? item[\"osImageMetadata\"]\n : imageMetadataDeserializer(item[\"osImageMetadata\"]),\n connectivityEndpoints: !item[\"connectivityEndpoints\"]\n ? item[\"connectivityEndpoints\"]\n : computeInstanceConnectivityEndpointsDeserializer(item[\"connectivityEndpoints\"]),\n applications: !item[\"applications\"]\n ? item[\"applications\"]\n : computeInstanceApplicationArrayDeserializer(item[\"applications\"]),\n createdBy: !item[\"createdBy\"]\n ? item[\"createdBy\"]\n : computeInstanceCreatedByDeserializer(item[\"createdBy\"]),\n errors: !item[\"errors\"] ? item[\"errors\"] : errorResponseArrayDeserializer(item[\"errors\"]),\n state: item[\"state\"],\n computeInstanceAuthorizationType: item[\"computeInstanceAuthorizationType\"],\n enableOSPatching: item[\"enableOSPatching\"],\n enableRootAccess: item[\"enableRootAccess\"],\n enableSSO: item[\"enableSSO\"],\n releaseQuotaOnStop: item[\"releaseQuotaOnStop\"],\n personalComputeInstanceSettings: !item[\"personalComputeInstanceSettings\"]\n ? item[\"personalComputeInstanceSettings\"]\n : personalComputeInstanceSettingsDeserializer(item[\"personalComputeInstanceSettings\"]),\n setupScripts: !item[\"setupScripts\"]\n ? item[\"setupScripts\"]\n : setupScriptsDeserializer(item[\"setupScripts\"]),\n lastOperation: !item[\"lastOperation\"]\n ? item[\"lastOperation\"]\n : computeInstanceLastOperationDeserializer(item[\"lastOperation\"]),\n schedules: !item[\"schedules\"]\n ? item[\"schedules\"]\n : computeSchedulesDeserializer(item[\"schedules\"]),\n idleTimeBeforeShutdown: item[\"idleTimeBeforeShutdown\"],\n enableNodePublicIp: item[\"enableNodePublicIp\"],\n containers: !item[\"containers\"]\n ? item[\"containers\"]\n : computeInstanceContainerArrayDeserializer(item[\"containers\"]),\n dataDisks: !item[\"dataDisks\"]\n ? item[\"dataDisks\"]\n : computeInstanceDataDiskArrayDeserializer(item[\"dataDisks\"]),\n dataMounts: !item[\"dataMounts\"]\n ? item[\"dataMounts\"]\n : computeInstanceDataMountArrayDeserializer(item[\"dataMounts\"]),\n versions: !item[\"versions\"]\n ? item[\"versions\"]\n : computeInstanceVersionDeserializer(item[\"versions\"]),\n };\n}\n\n/** Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role. */\nexport enum KnownApplicationSharingPolicy {\n /** Personal */\n Personal = \"Personal\",\n /** Shared */\n Shared = \"Shared\",\n}\n\n/**\n * Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role. \\\n * {@link KnownApplicationSharingPolicy} can be used interchangeably with ApplicationSharingPolicy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Personal** \\\n * **Shared**\n */\nexport type ApplicationSharingPolicy = string;\n\n/** Specifies settings for autologger. */\nexport interface ComputeInstanceAutologgerSettings {\n /** Indicates whether mlflow autologger is enabled for notebooks. */\n mlflowAutologger?: MlflowAutologger;\n}\n\nexport function computeInstanceAutologgerSettingsSerializer(\n item: ComputeInstanceAutologgerSettings,\n): any {\n return { mlflowAutologger: item[\"mlflowAutologger\"] };\n}\n\nexport function computeInstanceAutologgerSettingsDeserializer(\n item: any,\n): ComputeInstanceAutologgerSettings {\n return {\n mlflowAutologger: item[\"mlflowAutologger\"],\n };\n}\n\n/** Indicates whether mlflow autologger is enabled for notebooks. */\nexport enum KnownMlflowAutologger {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Indicates whether mlflow autologger is enabled for notebooks. \\\n * {@link KnownMlflowAutologger} can be used interchangeably with MlflowAutologger,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type MlflowAutologger = string;\n\n/** Specifies policy and settings for SSH access. */\nexport interface ComputeInstanceSshSettings {\n /** State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable. */\n sshPublicAccess?: SshPublicAccess;\n /** Describes the admin user name. */\n readonly adminUserName?: string;\n /** Describes the port for connecting through SSH. */\n readonly sshPort?: number;\n /** Specifies the SSH rsa public key file as a string. Use \"ssh-keygen -t rsa -b 2048\" to generate your SSH key pairs. */\n adminPublicKey?: string;\n}\n\nexport function computeInstanceSshSettingsSerializer(item: ComputeInstanceSshSettings): any {\n return { sshPublicAccess: item[\"sshPublicAccess\"], adminPublicKey: item[\"adminPublicKey\"] };\n}\n\nexport function computeInstanceSshSettingsDeserializer(item: any): ComputeInstanceSshSettings {\n return {\n sshPublicAccess: item[\"sshPublicAccess\"],\n adminUserName: item[\"adminUserName\"],\n sshPort: item[\"sshPort\"],\n adminPublicKey: item[\"adminPublicKey\"],\n };\n}\n\n/** State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable. */\nexport enum KnownSshPublicAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * State of the public SSH port. Possible values are: Disabled - Indicates that the public ssh port is closed on this instance. Enabled - Indicates that the public ssh port is open and accessible according to the VNet/subnet policy if applicable. \\\n * {@link KnownSshPublicAccess} can be used interchangeably with SshPublicAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SshPublicAccess = string;\n\nexport function customServiceArraySerializer(result: Array<CustomService>): any[] {\n return result.map((item) => {\n return customServiceSerializer(item);\n });\n}\n\nexport function customServiceArrayDeserializer(result: Array<CustomService>): any[] {\n return result.map((item) => {\n return customServiceDeserializer(item);\n });\n}\n\n/** Specifies the custom service configuration */\nexport interface CustomService {\n /** Name of the Custom Service */\n name?: string;\n /** Describes the Image Specifications */\n image?: Image;\n /** Environment Variable for the container */\n environmentVariables?: Record<string, EnvironmentVariable>;\n /** Describes the docker settings for the image */\n docker?: Docker;\n /** Configuring the endpoints for the container */\n endpoints?: Endpoint[];\n /** Configuring the volumes for the container */\n volumes?: VolumeDefinition[];\n /** Describes the jupyter kernel settings for the image if its a custom environment */\n kernel?: JupyterKernelConfig;\n /** Additional properties */\n additionalProperties?: Record<string, any>;\n}\n\nexport function customServiceSerializer(item: CustomService): any {\n return {\n ...serializeRecord(item.additionalProperties ?? {}),\n name: item[\"name\"],\n image: !item[\"image\"] ? item[\"image\"] : imageSerializer(item[\"image\"]),\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : environmentVariableRecordSerializer(item[\"environmentVariables\"]),\n docker: !item[\"docker\"] ? item[\"docker\"] : dockerSerializer(item[\"docker\"]),\n endpoints: !item[\"endpoints\"] ? item[\"endpoints\"] : endpointArraySerializer(item[\"endpoints\"]),\n volumes: !item[\"volumes\"] ? item[\"volumes\"] : volumeDefinitionArraySerializer(item[\"volumes\"]),\n kernel: !item[\"kernel\"] ? item[\"kernel\"] : jupyterKernelConfigSerializer(item[\"kernel\"]),\n };\n}\n\nexport function customServiceDeserializer(item: any): CustomService {\n return {\n additionalProperties: serializeRecord(item, [\n \"name\",\n \"image\",\n \"environmentVariables\",\n \"docker\",\n \"endpoints\",\n \"volumes\",\n \"kernel\",\n ]),\n name: item[\"name\"],\n image: !item[\"image\"] ? item[\"image\"] : imageDeserializer(item[\"image\"]),\n environmentVariables: !item[\"environmentVariables\"]\n ? item[\"environmentVariables\"]\n : environmentVariableRecordDeserializer(item[\"environmentVariables\"]),\n docker: !item[\"docker\"] ? item[\"docker\"] : dockerDeserializer(item[\"docker\"]),\n endpoints: !item[\"endpoints\"]\n ? item[\"endpoints\"]\n : endpointArrayDeserializer(item[\"endpoints\"]),\n volumes: !item[\"volumes\"]\n ? item[\"volumes\"]\n : volumeDefinitionArrayDeserializer(item[\"volumes\"]),\n kernel: !item[\"kernel\"] ? item[\"kernel\"] : jupyterKernelConfigDeserializer(item[\"kernel\"]),\n };\n}\n\n/** model interface Image */\nexport interface Image {\n /** Type of the image. Possible values are: docker - For docker images. azureml - For AzureML Environment images (custom and curated) */\n type?: ImageType;\n /** Image reference URL if type is docker. Environment name if type is azureml */\n reference?: string;\n /** Version of image being used. If latest then skip this field */\n version?: string;\n /** Additional properties */\n additionalProperties?: Record<string, any>;\n}\n\nexport function imageSerializer(item: Image): any {\n return {\n ...serializeRecord(item.additionalProperties ?? {}),\n type: item[\"type\"],\n reference: item[\"reference\"],\n version: item[\"version\"],\n };\n}\n\nexport function imageDeserializer(item: any): Image {\n return {\n additionalProperties: serializeRecord(item, [\"type\", \"reference\", \"version\"]),\n type: item[\"type\"],\n reference: item[\"reference\"],\n version: item[\"version\"],\n };\n}\n\n/** Type of the image. Possible values are: docker - For docker images. azureml - For AzureML Environment images (custom and curated) */\nexport enum KnownImageType {\n /** docker */\n Docker = \"docker\",\n /** azureml */\n Azureml = \"azureml\",\n}\n\n/**\n * Type of the image. Possible values are: docker - For docker images. azureml - For AzureML Environment images (custom and curated) \\\n * {@link KnownImageType} can be used interchangeably with ImageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **docker** \\\n * **azureml**\n */\nexport type ImageType = string;\n\nexport function environmentVariableRecordSerializer(\n item: Record<string, EnvironmentVariable>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : environmentVariableSerializer(item[key]);\n });\n return result;\n}\n\nexport function environmentVariableRecordDeserializer(\n item: Record<string, any>,\n): Record<string, EnvironmentVariable> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : environmentVariableDeserializer(item[key]);\n });\n return result;\n}\n\n/** model interface EnvironmentVariable */\nexport interface EnvironmentVariable {\n /** Type of the Environment Variable. Possible values are: local - For local variable */\n type?: EnvironmentVariableType;\n /** Value of the Environment variable */\n value?: string;\n /** Additional properties */\n additionalProperties?: Record<string, any>;\n}\n\nexport function environmentVariableSerializer(item: EnvironmentVariable): any {\n return {\n ...serializeRecord(item.additionalProperties ?? {}),\n type: item[\"type\"],\n value: item[\"value\"],\n };\n}\n\nexport function environmentVariableDeserializer(item: any): EnvironmentVariable {\n return {\n additionalProperties: serializeRecord(item, [\"type\", \"value\"]),\n type: item[\"type\"],\n value: item[\"value\"],\n };\n}\n\n/** Type of the Environment Variable. Possible values are: local - For local variable */\nexport enum KnownEnvironmentVariableType {\n /** local */\n Local = \"local\",\n}\n\n/**\n * Type of the Environment Variable. Possible values are: local - For local variable \\\n * {@link KnownEnvironmentVariableType} can be used interchangeably with EnvironmentVariableType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **local**\n */\nexport type EnvironmentVariableType = string;\n\n/** model interface Docker */\nexport interface Docker {\n /** Indicate whether container shall run in privileged or non-privileged mode. */\n privileged?: boolean;\n /** Additional properties */\n additionalProperties?: Record<string, any>;\n}\n\nexport function dockerSerializer(item: Docker): any {\n return { ...serializeRecord(item.additionalProperties ?? {}), privileged: item[\"privileged\"] };\n}\n\nexport function dockerDeserializer(item: any): Docker {\n return {\n additionalProperties: serializeRecord(item, [\"privileged\"]),\n privileged: item[\"privileged\"],\n };\n}\n\nexport function endpointArraySerializer(result: Array<Endpoint>): any[] {\n return result.map((item) => {\n return endpointSerializer(item);\n });\n}\n\nexport function endpointArrayDeserializer(result: Array<Endpoint>): any[] {\n return result.map((item) => {\n return endpointDeserializer(item);\n });\n}\n\n/** model interface Endpoint */\nexport interface Endpoint {\n /** Protocol over which communication will happen over this endpoint */\n protocol?: Protocol;\n /** Name of the Endpoint */\n name?: string;\n /** Application port inside the container. */\n target?: number;\n /** Port over which the application is exposed from container. */\n published?: number;\n /** Host IP over which the application is exposed from the container */\n hostIp?: string;\n}\n\nexport function endpointSerializer(item: Endpoint): any {\n return {\n protocol: item[\"protocol\"],\n name: item[\"name\"],\n target: item[\"target\"],\n published: item[\"published\"],\n hostIp: item[\"hostIp\"],\n };\n}\n\nexport function endpointDeserializer(item: any): Endpoint {\n return {\n protocol: item[\"protocol\"],\n name: item[\"name\"],\n target: item[\"target\"],\n published: item[\"published\"],\n hostIp: item[\"hostIp\"],\n };\n}\n\n/** Protocol over which communication will happen over this endpoint */\nexport enum KnownProtocol {\n /** tcp */\n Tcp = \"tcp\",\n /** udp */\n Udp = \"udp\",\n /** http */\n Http = \"http\",\n}\n\n/**\n * Protocol over which communication will happen over this endpoint \\\n * {@link KnownProtocol} can be used interchangeably with Protocol,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **tcp** \\\n * **udp** \\\n * **http**\n */\nexport type Protocol = string;\n\nexport function volumeDefinitionArraySerializer(result: Array<VolumeDefinition>): any[] {\n return result.map((item) => {\n return volumeDefinitionSerializer(item);\n });\n}\n\nexport function volumeDefinitionArrayDeserializer(result: Array<VolumeDefinition>): any[] {\n return result.map((item) => {\n return volumeDefinitionDeserializer(item);\n });\n}\n\n/** model interface VolumeDefinition */\nexport interface VolumeDefinition {\n /** Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe */\n type?: VolumeDefinitionType;\n /** Indicate whether to mount volume as readOnly. Default value for this is false. */\n readOnly?: boolean;\n /** Source of the mount. For bind mounts this is the host path. */\n source?: string;\n /** Target of the mount. For bind mounts this is the path in the container. */\n target?: string;\n /** Consistency of the volume */\n consistency?: string;\n /** Bind Options of the mount */\n bind?: BindOptions;\n /** Volume Options of the mount */\n volume?: VolumeOptions;\n /** tmpfs option of the mount */\n tmpfs?: TmpfsOptions;\n}\n\nexport function volumeDefinitionSerializer(item: VolumeDefinition): any {\n return {\n type: item[\"type\"],\n readOnly: item[\"readOnly\"],\n source: item[\"source\"],\n target: item[\"target\"],\n consistency: item[\"consistency\"],\n bind: !item[\"bind\"] ? item[\"bind\"] : bindOptionsSerializer(item[\"bind\"]),\n volume: !item[\"volume\"] ? item[\"volume\"] : volumeOptionsSerializer(item[\"volume\"]),\n tmpfs: !item[\"tmpfs\"] ? item[\"tmpfs\"] : tmpfsOptionsSerializer(item[\"tmpfs\"]),\n };\n}\n\nexport function volumeDefinitionDeserializer(item: any): VolumeDefinition {\n return {\n type: item[\"type\"],\n readOnly: item[\"readOnly\"],\n source: item[\"source\"],\n target: item[\"target\"],\n consistency: item[\"consistency\"],\n bind: !item[\"bind\"] ? item[\"bind\"] : bindOptionsDeserializer(item[\"bind\"]),\n volume: !item[\"volume\"] ? item[\"volume\"] : volumeOptionsDeserializer(item[\"volume\"]),\n tmpfs: !item[\"tmpfs\"] ? item[\"tmpfs\"] : tmpfsOptionsDeserializer(item[\"tmpfs\"]),\n };\n}\n\n/** Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe */\nexport enum KnownVolumeDefinitionType {\n /** bind */\n Bind = \"bind\",\n /** volume */\n Volume = \"volume\",\n /** tmpfs */\n Tmpfs = \"tmpfs\",\n /** npipe */\n Npipe = \"npipe\",\n}\n\n/**\n * Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe \\\n * {@link KnownVolumeDefinitionType} can be used interchangeably with VolumeDefinitionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **bind** \\\n * **volume** \\\n * **tmpfs** \\\n * **npipe**\n */\nexport type VolumeDefinitionType = string;\n\n/** model interface BindOptions */\nexport interface BindOptions {\n /** Type of Bind Option */\n propagation?: string;\n /** Indicate whether to create host path. */\n createHostPath?: boolean;\n /** Mention the selinux options. */\n selinux?: string;\n}\n\nexport function bindOptionsSerializer(item: BindOptions): any {\n return {\n propagation: item[\"propagation\"],\n createHostPath: item[\"createHostPath\"],\n selinux: item[\"selinux\"],\n };\n}\n\nexport function bindOptionsDeserializer(item: any): BindOptions {\n return {\n propagation: item[\"propagation\"],\n createHostPath: item[\"createHostPath\"],\n selinux: item[\"selinux\"],\n };\n}\n\n/** model interface VolumeOptions */\nexport interface VolumeOptions {\n /** Indicate whether volume is nocopy */\n nocopy?: boolean;\n}\n\nexport function volumeOptionsSerializer(item: VolumeOptions): any {\n return { nocopy: item[\"nocopy\"] };\n}\n\nexport function volumeOptionsDeserializer(item: any): VolumeOptions {\n return {\n nocopy: item[\"nocopy\"],\n };\n}\n\n/** model interface TmpfsOptions */\nexport interface TmpfsOptions {\n /** Mention the Tmpfs size */\n size?: number;\n}\n\nexport function tmpfsOptionsSerializer(item: TmpfsOptions): any {\n return { size: item[\"size\"] };\n}\n\nexport function tmpfsOptionsDeserializer(item: any): TmpfsOptions {\n return {\n size: item[\"size\"],\n };\n}\n\n/** Jupyter kernel configuration. */\nexport interface JupyterKernelConfig {\n /** Argument to the the runtime */\n argv?: string[];\n /** Display name of the kernel */\n displayName?: string;\n /** Language of the kernel [Example value: python] */\n language?: string;\n}\n\nexport function jupyterKernelConfigSerializer(item: JupyterKernelConfig): any {\n return {\n argv: !item[\"argv\"]\n ? item[\"argv\"]\n : item[\"argv\"].map((p: any) => {\n return p;\n }),\n displayName: item[\"displayName\"],\n language: item[\"language\"],\n };\n}\n\nexport function jupyterKernelConfigDeserializer(item: any): JupyterKernelConfig {\n return {\n argv: !item[\"argv\"]\n ? item[\"argv\"]\n : item[\"argv\"].map((p: any) => {\n return p;\n }),\n displayName: item[\"displayName\"],\n language: item[\"language\"],\n };\n}\n\n/** Returns metadata about the operating system image for this compute instance. */\nexport interface ImageMetadata {\n /** Specifies the current operating system image version this compute instance is running on. */\n currentImageVersion?: string;\n /** Specifies the latest available operating system image version. */\n latestImageVersion?: string;\n /** Specifies whether this compute instance is running on the latest operating system image. */\n isLatestOsImageVersion?: boolean;\n /** Metadata about the os patching. */\n readonly osPatchingStatus?: OsPatchingStatus;\n}\n\nexport function imageMetadataDeserializer(item: any): ImageMetadata {\n return {\n currentImageVersion: item[\"currentImageVersion\"],\n latestImageVersion: item[\"latestImageVersion\"],\n isLatestOsImageVersion: item[\"isLatestOsImageVersion\"],\n osPatchingStatus: !item[\"osPatchingStatus\"]\n ? item[\"osPatchingStatus\"]\n : osPatchingStatusDeserializer(item[\"osPatchingStatus\"]),\n };\n}\n\n/** Returns metadata about the os patching. */\nexport interface OsPatchingStatus {\n /** The os patching status. */\n patchStatus?: PatchStatus;\n /** Time of the latest os patching. */\n latestPatchTime?: string;\n /** Specifies whether this compute instance is pending for reboot to finish os patching. */\n rebootPending?: boolean;\n /** Time of scheduled reboot. */\n scheduledRebootTime?: string;\n /** Collection of errors encountered when doing os patching. */\n osPatchingErrors?: ErrorResponse[];\n}\n\nexport function osPatchingStatusDeserializer(item: any): OsPatchingStatus {\n return {\n patchStatus: item[\"patchStatus\"],\n latestPatchTime: item[\"latestPatchTime\"],\n rebootPending: item[\"rebootPending\"],\n scheduledRebootTime: item[\"scheduledRebootTime\"],\n osPatchingErrors: !item[\"osPatchingErrors\"]\n ? item[\"osPatchingErrors\"]\n : errorResponseArrayDeserializer(item[\"osPatchingErrors\"]),\n };\n}\n\n/** The os patching status. */\nexport enum KnownPatchStatus {\n /** CompletedWithWarnings */\n CompletedWithWarnings = \"CompletedWithWarnings\",\n /** Failed */\n Failed = \"Failed\",\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Unknown */\n Unknown = \"Unknown\",\n}\n\n/**\n * The os patching status. \\\n * {@link KnownPatchStatus} can be used interchangeably with PatchStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CompletedWithWarnings** \\\n * **Failed** \\\n * **InProgress** \\\n * **Succeeded** \\\n * **Unknown**\n */\nexport type PatchStatus = string;\n\n/** Defines all connectivity endpoints and properties for an ComputeInstance. */\nexport interface ComputeInstanceConnectivityEndpoints {\n /** Public IP Address of this ComputeInstance. */\n readonly publicIpAddress?: string;\n /** Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). */\n readonly privateIpAddress?: string;\n}\n\nexport function computeInstanceConnectivityEndpointsDeserializer(\n item: any,\n): ComputeInstanceConnectivityEndpoints {\n return {\n publicIpAddress: item[\"publicIpAddress\"],\n privateIpAddress: item[\"privateIpAddress\"],\n };\n}\n\nexport function computeInstanceApplicationArrayDeserializer(\n result: Array<ComputeInstanceApplication>,\n): any[] {\n return result.map((item) => {\n return computeInstanceApplicationDeserializer(item);\n });\n}\n\n/** Defines an Aml Instance application and its connectivity endpoint URI. */\nexport interface ComputeInstanceApplication {\n /** Name of the ComputeInstance application. */\n displayName?: string;\n /** Application' endpoint URI. */\n endpointUri?: string;\n}\n\nexport function computeInstanceApplicationDeserializer(item: any): ComputeInstanceApplication {\n return {\n displayName: item[\"displayName\"],\n endpointUri: item[\"endpointUri\"],\n };\n}\n\n/** Describes information on user who created this ComputeInstance. */\nexport interface ComputeInstanceCreatedBy {\n /** Name of the user. */\n readonly userName?: string;\n /** Uniquely identifies user' Azure Active Directory organization. */\n readonly userOrgId?: string;\n /** Uniquely identifies the user within his/her organization. */\n readonly userId?: string;\n}\n\nexport function computeInstanceCreatedByDeserializer(item: any): ComputeInstanceCreatedBy {\n return {\n userName: item[\"userName\"],\n userOrgId: item[\"userOrgId\"],\n userId: item[\"userId\"],\n };\n}\n\n/** Current state of an ComputeInstance. */\nexport enum KnownComputeInstanceState {\n /** Creating */\n Creating = \"Creating\",\n /** CreateFailed */\n CreateFailed = \"CreateFailed\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Running */\n Running = \"Running\",\n /** Restarting */\n Restarting = \"Restarting\",\n /** Resizing */\n Resizing = \"Resizing\",\n /** JobRunning */\n JobRunning = \"JobRunning\",\n /** SettingUp */\n SettingUp = \"SettingUp\",\n /** SetupFailed */\n SetupFailed = \"SetupFailed\",\n /** Starting */\n Starting = \"Starting\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Stopping */\n Stopping = \"Stopping\",\n /** UserSettingUp */\n UserSettingUp = \"UserSettingUp\",\n /** UserSetupFailed */\n UserSetupFailed = \"UserSetupFailed\",\n /** Unknown */\n Unknown = \"Unknown\",\n /** Unusable */\n Unusable = \"Unusable\",\n}\n\n/**\n * Current state of an ComputeInstance. \\\n * {@link KnownComputeInstanceState} can be used interchangeably with ComputeInstanceState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating** \\\n * **CreateFailed** \\\n * **Deleting** \\\n * **Running** \\\n * **Restarting** \\\n * **Resizing** \\\n * **JobRunning** \\\n * **SettingUp** \\\n * **SetupFailed** \\\n * **Starting** \\\n * **Stopped** \\\n * **Stopping** \\\n * **UserSettingUp** \\\n * **UserSetupFailed** \\\n * **Unknown** \\\n * **Unusable**\n */\nexport type ComputeInstanceState = string;\n\n/** The Compute Instance Authorization type. Available values are personal (default). */\nexport enum KnownComputeInstanceAuthorizationType {\n /** personal */\n Personal = \"personal\",\n}\n\n/**\n * The Compute Instance Authorization type. Available values are personal (default). \\\n * {@link KnownComputeInstanceAuthorizationType} can be used interchangeably with ComputeInstanceAuthorizationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **personal**\n */\nexport type ComputeInstanceAuthorizationType = string;\n\n/** Settings for a personal compute instance. */\nexport interface PersonalComputeInstanceSettings {\n /** A user explicitly assigned to a personal compute instance. */\n assignedUser?: AssignedUser;\n}\n\nexport function personalComputeInstanceSettingsSerializer(\n item: PersonalComputeInstanceSettings,\n): any {\n return {\n assignedUser: !item[\"assignedUser\"]\n ? item[\"assignedUser\"]\n : assignedUserSerializer(item[\"assignedUser\"]),\n };\n}\n\nexport function personalComputeInstanceSettingsDeserializer(\n item: any,\n): PersonalComputeInstanceSettings {\n return {\n assignedUser: !item[\"assignedUser\"]\n ? item[\"assignedUser\"]\n : assignedUserDeserializer(item[\"assignedUser\"]),\n };\n}\n\n/** A user that can be assigned to a compute instance. */\nexport interface AssignedUser {\n /** User’s AAD Object Id. */\n objectId: string;\n /** User’s AAD Tenant Id. */\n tenantId: string;\n}\n\nexport function assignedUserSerializer(item: AssignedUser): any {\n return { objectId: item[\"objectId\"], tenantId: item[\"tenantId\"] };\n}\n\nexport function assignedUserDeserializer(item: any): AssignedUser {\n return {\n objectId: item[\"objectId\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** Details of customized scripts to execute for setting up the cluster. */\nexport interface SetupScripts {\n /** Customized setup scripts */\n scripts?: ScriptsToExecute;\n}\n\nexport function setupScriptsSerializer(item: SetupScripts): any {\n return {\n scripts: !item[\"scripts\"] ? item[\"scripts\"] : scriptsToExecuteSerializer(item[\"scripts\"]),\n };\n}\n\nexport function setupScriptsDeserializer(item: any): SetupScripts {\n return {\n scripts: !item[\"scripts\"] ? item[\"scripts\"] : scriptsToExecuteDeserializer(item[\"scripts\"]),\n };\n}\n\n/** Customized setup scripts */\nexport interface ScriptsToExecute {\n /** Script that's run every time the machine starts. */\n startupScript?: ScriptReference;\n /** Script that's run only once during provision of the compute. */\n creationScript?: ScriptReference;\n}\n\nexport function scriptsToExecuteSerializer(item: ScriptsToExecute): any {\n return {\n startupScript: !item[\"startupScript\"]\n ? item[\"startupScript\"]\n : scriptReferenceSerializer(item[\"startupScript\"]),\n creationScript: !item[\"creationScript\"]\n ? item[\"creationScript\"]\n : scriptReferenceSerializer(item[\"creationScript\"]),\n };\n}\n\nexport function scriptsToExecuteDeserializer(item: any): ScriptsToExecute {\n return {\n startupScript: !item[\"startupScript\"]\n ? item[\"startupScript\"]\n : scriptReferenceDeserializer(item[\"startupScript\"]),\n creationScript: !item[\"creationScript\"]\n ? item[\"creationScript\"]\n : scriptReferenceDeserializer(item[\"creationScript\"]),\n };\n}\n\n/** Script reference */\nexport interface ScriptReference {\n /** The storage source of the script: inline, workspace. */\n scriptSource?: string;\n /** The location of scripts in the mounted volume. */\n scriptData?: string;\n /** Optional command line arguments passed to the script to run. */\n scriptArguments?: string;\n /** Optional time period passed to timeout command. */\n timeout?: string;\n}\n\nexport function scriptReferenceSerializer(item: ScriptReference): any {\n return {\n scriptSource: item[\"scriptSource\"],\n scriptData: item[\"scriptData\"],\n scriptArguments: item[\"scriptArguments\"],\n timeout: item[\"timeout\"],\n };\n}\n\nexport function scriptReferenceDeserializer(item: any): ScriptReference {\n return {\n scriptSource: item[\"scriptSource\"],\n scriptData: item[\"scriptData\"],\n scriptArguments: item[\"scriptArguments\"],\n timeout: item[\"timeout\"],\n };\n}\n\n/** The last operation on ComputeInstance. */\nexport interface ComputeInstanceLastOperation {\n /** Name of the last operation. */\n operationName?: OperationName;\n /** Time of the last operation. */\n operationTime?: Date;\n /** Operation status. */\n operationStatus?: OperationStatus;\n /** Trigger of operation. */\n operationTrigger?: OperationTrigger;\n}\n\nexport function computeInstanceLastOperationDeserializer(item: any): ComputeInstanceLastOperation {\n return {\n operationName: item[\"operationName\"],\n operationTime: !item[\"operationTime\"] ? item[\"operationTime\"] : new Date(item[\"operationTime\"]),\n operationStatus: item[\"operationStatus\"],\n operationTrigger: item[\"operationTrigger\"],\n };\n}\n\n/** Name of the last operation. */\nexport enum KnownOperationName {\n /** Create */\n Create = \"Create\",\n /** Start */\n Start = \"Start\",\n /** Stop */\n Stop = \"Stop\",\n /** Restart */\n Restart = \"Restart\",\n /** Resize */\n Resize = \"Resize\",\n /** Reimage */\n Reimage = \"Reimage\",\n /** Delete */\n Delete = \"Delete\",\n}\n\n/**\n * Name of the last operation. \\\n * {@link KnownOperationName} can be used interchangeably with OperationName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Create** \\\n * **Start** \\\n * **Stop** \\\n * **Restart** \\\n * **Resize** \\\n * **Reimage** \\\n * **Delete**\n */\nexport type OperationName = string;\n\n/** Operation status. */\nexport enum KnownOperationStatus {\n /** InProgress */\n InProgress = \"InProgress\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** CreateFailed */\n CreateFailed = \"CreateFailed\",\n /** StartFailed */\n StartFailed = \"StartFailed\",\n /** StopFailed */\n StopFailed = \"StopFailed\",\n /** RestartFailed */\n RestartFailed = \"RestartFailed\",\n /** ResizeFailed */\n ResizeFailed = \"ResizeFailed\",\n /** ReimageFailed */\n ReimageFailed = \"ReimageFailed\",\n /** DeleteFailed */\n DeleteFailed = \"DeleteFailed\",\n}\n\n/**\n * Operation status. \\\n * {@link KnownOperationStatus} can be used interchangeably with OperationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **Succeeded** \\\n * **CreateFailed** \\\n * **StartFailed** \\\n * **StopFailed** \\\n * **RestartFailed** \\\n * **ResizeFailed** \\\n * **ReimageFailed** \\\n * **DeleteFailed**\n */\nexport type OperationStatus = string;\n\n/** Trigger of operation. */\nexport enum KnownOperationTrigger {\n /** User */\n User = \"User\",\n /** Schedule */\n Schedule = \"Schedule\",\n /** IdleShutdown */\n IdleShutdown = \"IdleShutdown\",\n}\n\n/**\n * Trigger of operation. \\\n * {@link KnownOperationTrigger} can be used interchangeably with OperationTrigger,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Schedule** \\\n * **IdleShutdown**\n */\nexport type OperationTrigger = string;\n\n/** The list of schedules to be applied on the computes */\nexport interface ComputeSchedules {\n /** The list of compute start stop schedules to be applied. */\n computeStartStop?: ComputeStartStopSchedule[];\n}\n\nexport function computeSchedulesSerializer(item: ComputeSchedules): any {\n return {\n computeStartStop: !item[\"computeStartStop\"]\n ? item[\"computeStartStop\"]\n : computeStartStopScheduleArraySerializer(item[\"computeStartStop\"]),\n };\n}\n\nexport function computeSchedulesDeserializer(item: any): ComputeSchedules {\n return {\n computeStartStop: !item[\"computeStartStop\"]\n ? item[\"computeStartStop\"]\n : computeStartStopScheduleArrayDeserializer(item[\"computeStartStop\"]),\n };\n}\n\nexport function computeStartStopScheduleArraySerializer(\n result: Array<ComputeStartStopSchedule>,\n): any[] {\n return result.map((item) => {\n return computeStartStopScheduleSerializer(item);\n });\n}\n\nexport function computeStartStopScheduleArrayDeserializer(\n result: Array<ComputeStartStopSchedule>,\n): any[] {\n return result.map((item) => {\n return computeStartStopScheduleDeserializer(item);\n });\n}\n\n/** Compute start stop schedule properties */\nexport interface ComputeStartStopSchedule {\n /** A system assigned id for the schedule. */\n readonly id?: string;\n /** The current deployment state of schedule. */\n readonly provisioningStatus?: ProvisioningStatus;\n /** Is the schedule enabled or disabled? */\n status?: ScheduleStatus;\n /** [Required] The compute power action. */\n action?: ComputePowerAction;\n /** [Required] The schedule trigger type. */\n triggerType?: ComputeTriggerType;\n /** Required if triggerType is Recurrence. */\n recurrence?: Recurrence;\n /** Required if triggerType is Cron. */\n cron?: Cron;\n /** [Deprecated] Not used any more. */\n schedule?: ScheduleBase;\n}\n\nexport function computeStartStopScheduleSerializer(item: ComputeStartStopSchedule): any {\n return {\n status: item[\"status\"],\n action: item[\"action\"],\n triggerType: item[\"triggerType\"],\n recurrence: !item[\"recurrence\"] ? item[\"recurrence\"] : recurrenceSerializer(item[\"recurrence\"]),\n cron: !item[\"cron\"] ? item[\"cron\"] : cronSerializer(item[\"cron\"]),\n schedule: !item[\"schedule\"] ? item[\"schedule\"] : scheduleBaseSerializer(item[\"schedule\"]),\n };\n}\n\nexport function computeStartStopScheduleDeserializer(item: any): ComputeStartStopSchedule {\n return {\n id: item[\"id\"],\n provisioningStatus: item[\"provisioningStatus\"],\n status: item[\"status\"],\n action: item[\"action\"],\n triggerType: item[\"triggerType\"],\n recurrence: !item[\"recurrence\"]\n ? item[\"recurrence\"]\n : recurrenceDeserializer(item[\"recurrence\"]),\n cron: !item[\"cron\"] ? item[\"cron\"] : cronDeserializer(item[\"cron\"]),\n schedule: !item[\"schedule\"] ? item[\"schedule\"] : scheduleBaseDeserializer(item[\"schedule\"]),\n };\n}\n\n/** The current deployment state of schedule. */\nexport enum KnownProvisioningStatus {\n /** Completed */\n Completed = \"Completed\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * The current deployment state of schedule. \\\n * {@link KnownProvisioningStatus} can be used interchangeably with ProvisioningStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Completed** \\\n * **Provisioning** \\\n * **Failed**\n */\nexport type ProvisioningStatus = string;\n\n/** Is the schedule enabled or disabled? */\nexport enum KnownScheduleStatus {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Is the schedule enabled or disabled? \\\n * {@link KnownScheduleStatus} can be used interchangeably with ScheduleStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ScheduleStatus = string;\n\n/** [Required] The compute power action. */\nexport enum KnownComputePowerAction {\n /** Start */\n Start = \"Start\",\n /** Stop */\n Stop = \"Stop\",\n}\n\n/**\n * [Required] The compute power action. \\\n * {@link KnownComputePowerAction} can be used interchangeably with ComputePowerAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Start** \\\n * **Stop**\n */\nexport type ComputePowerAction = string;\n\n/** Known values of {@link ComputeTriggerType} that the service accepts. */\nexport enum KnownComputeTriggerType {\n /** Recurrence */\n Recurrence = \"Recurrence\",\n /** Cron */\n Cron = \"Cron\",\n}\n\n/** Type of ComputeTriggerType */\nexport type ComputeTriggerType = string;\n\n/** The workflow trigger recurrence for ComputeStartStop schedule type. */\nexport interface Recurrence {\n /** [Required] The frequency to trigger schedule. */\n frequency?: ComputeRecurrenceFrequency;\n /** [Required] Specifies schedule interval in conjunction with frequency */\n interval?: number;\n /** The start time in yyyy-MM-ddTHH:mm:ss format. */\n startTime?: string;\n /**\n * Specifies time zone in which the schedule runs.\n * TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11\n */\n timeZone?: string;\n /** [Required] The recurrence schedule. */\n schedule?: ComputeRecurrenceSchedule;\n}\n\nexport function recurrenceSerializer(item: Recurrence): any {\n return {\n frequency: item[\"frequency\"],\n interval: item[\"interval\"],\n startTime: item[\"startTime\"],\n timeZone: item[\"timeZone\"],\n schedule: !item[\"schedule\"]\n ? item[\"schedule\"]\n : computeRecurrenceScheduleSerializer(item[\"schedule\"]),\n };\n}\n\nexport function recurrenceDeserializer(item: any): Recurrence {\n return {\n frequency: item[\"frequency\"],\n interval: item[\"interval\"],\n startTime: item[\"startTime\"],\n timeZone: item[\"timeZone\"],\n schedule: !item[\"schedule\"]\n ? item[\"schedule\"]\n : computeRecurrenceScheduleDeserializer(item[\"schedule\"]),\n };\n}\n\n/** Enum to describe the frequency of a compute recurrence schedule */\nexport enum KnownComputeRecurrenceFrequency {\n /** Minute frequency */\n Minute = \"Minute\",\n /** Hour frequency */\n Hour = \"Hour\",\n /** Day frequency */\n Day = \"Day\",\n /** Week frequency */\n Week = \"Week\",\n /** Month frequency */\n Month = \"Month\",\n}\n\n/**\n * Enum to describe the frequency of a compute recurrence schedule \\\n * {@link KnownComputeRecurrenceFrequency} can be used interchangeably with ComputeRecurrenceFrequency,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Minute**: Minute frequency \\\n * **Hour**: Hour frequency \\\n * **Day**: Day frequency \\\n * **Week**: Week frequency \\\n * **Month**: Month frequency\n */\nexport type ComputeRecurrenceFrequency = string;\n\n/** model interface ComputeRecurrenceSchedule */\nexport interface ComputeRecurrenceSchedule {\n /** [Required] List of hours for the schedule. */\n hours: number[];\n /** [Required] List of minutes for the schedule. */\n minutes: number[];\n /** List of month days for the schedule */\n monthDays?: number[];\n /** List of days for the schedule. */\n weekDays?: ComputeWeekDay[];\n}\n\nexport function computeRecurrenceScheduleSerializer(item: ComputeRecurrenceSchedule): any {\n return {\n hours: item[\"hours\"].map((p: any) => {\n return p;\n }),\n minutes: item[\"minutes\"].map((p: any) => {\n return p;\n }),\n monthDays: !item[\"monthDays\"]\n ? item[\"monthDays\"]\n : item[\"monthDays\"].map((p: any) => {\n return p;\n }),\n weekDays: !item[\"weekDays\"]\n ? item[\"weekDays\"]\n : item[\"weekDays\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function computeRecurrenceScheduleDeserializer(item: any): ComputeRecurrenceSchedule {\n return {\n hours: item[\"hours\"].map((p: any) => {\n return p;\n }),\n minutes: item[\"minutes\"].map((p: any) => {\n return p;\n }),\n monthDays: !item[\"monthDays\"]\n ? item[\"monthDays\"]\n : item[\"monthDays\"].map((p1: any) => {\n return p1;\n }),\n weekDays: !item[\"weekDays\"]\n ? item[\"weekDays\"]\n : item[\"weekDays\"].map((p1: any) => {\n return p1;\n }),\n };\n}\n\n/** Enum of weekday */\nexport enum KnownComputeWeekDay {\n /** Monday weekday */\n Monday = \"Monday\",\n /** Tuesday weekday */\n Tuesday = \"Tuesday\",\n /** Wednesday weekday */\n Wednesday = \"Wednesday\",\n /** Thursday weekday */\n Thursday = \"Thursday\",\n /** Friday weekday */\n Friday = \"Friday\",\n /** Saturday weekday */\n Saturday = \"Saturday\",\n /** Sunday weekday */\n Sunday = \"Sunday\",\n}\n\n/**\n * Enum of weekday \\\n * {@link KnownComputeWeekDay} can be used interchangeably with ComputeWeekDay,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Monday**: Monday weekday \\\n * **Tuesday**: Tuesday weekday \\\n * **Wednesday**: Wednesday weekday \\\n * **Thursday**: Thursday weekday \\\n * **Friday**: Friday weekday \\\n * **Saturday**: Saturday weekday \\\n * **Sunday**: Sunday weekday\n */\nexport type ComputeWeekDay = string;\n\n/** The workflow trigger cron for ComputeStartStop schedule type. */\nexport interface Cron {\n /** The start time in yyyy-MM-ddTHH:mm:ss format. */\n startTime?: string;\n /**\n * Specifies time zone in which the schedule runs.\n * TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11\n */\n timeZone?: string;\n /**\n * [Required] Specifies cron expression of schedule.\n * The expression should follow NCronTab format.\n */\n expression?: string;\n}\n\nexport function cronSerializer(item: Cron): any {\n return {\n startTime: item[\"startTime\"],\n timeZone: item[\"timeZone\"],\n expression: item[\"expression\"],\n };\n}\n\nexport function cronDeserializer(item: any): Cron {\n return {\n startTime: item[\"startTime\"],\n timeZone: item[\"timeZone\"],\n expression: item[\"expression\"],\n };\n}\n\n/** model interface ScheduleBase */\nexport interface ScheduleBase {\n /** A system assigned id for the schedule. */\n id?: string;\n /** The current deployment state of schedule. */\n provisioningStatus?: ScheduleProvisioningState;\n /** Is the schedule enabled or disabled? */\n status?: ScheduleStatus;\n}\n\nexport function scheduleBaseSerializer(item: ScheduleBase): any {\n return { id: item[\"id\"], provisioningStatus: item[\"provisioningStatus\"], status: item[\"status\"] };\n}\n\nexport function scheduleBaseDeserializer(item: any): ScheduleBase {\n return {\n id: item[\"id\"],\n provisioningStatus: item[\"provisioningStatus\"],\n status: item[\"status\"],\n };\n}\n\n/** The current deployment state of schedule. */\nexport enum KnownScheduleProvisioningState {\n /** Completed */\n Completed = \"Completed\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * The current deployment state of schedule. \\\n * {@link KnownScheduleProvisioningState} can be used interchangeably with ScheduleProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Completed** \\\n * **Provisioning** \\\n * **Failed**\n */\nexport type ScheduleProvisioningState = string;\n\nexport function computeInstanceContainerArrayDeserializer(\n result: Array<ComputeInstanceContainer>,\n): any[] {\n return result.map((item) => {\n return computeInstanceContainerDeserializer(item);\n });\n}\n\n/** Defines an Aml Instance container. */\nexport interface ComputeInstanceContainer {\n /** Name of the ComputeInstance container. */\n name?: string;\n /** Auto save settings. */\n autosave?: Autosave;\n /** Information of GPU. */\n gpu?: string;\n /** network of this container. */\n network?: Network;\n /** Environment information of this container. */\n environment?: ComputeInstanceEnvironmentInfo;\n /** services of this containers. */\n readonly services?: any[];\n}\n\nexport function computeInstanceContainerDeserializer(item: any): ComputeInstanceContainer {\n return {\n name: item[\"name\"],\n autosave: item[\"autosave\"],\n gpu: item[\"gpu\"],\n network: item[\"network\"],\n environment: !item[\"environment\"]\n ? item[\"environment\"]\n : computeInstanceEnvironmentInfoDeserializer(item[\"environment\"]),\n services: !item[\"services\"]\n ? item[\"services\"]\n : item[\"services\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Auto save settings. */\nexport enum KnownAutosave {\n /** None */\n None = \"None\",\n /** Local */\n Local = \"Local\",\n /** Remote */\n Remote = \"Remote\",\n}\n\n/**\n * Auto save settings. \\\n * {@link KnownAutosave} can be used interchangeably with Autosave,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Local** \\\n * **Remote**\n */\nexport type Autosave = string;\n\n/** network of this container. */\nexport enum KnownNetwork {\n /** Bridge */\n Bridge = \"Bridge\",\n /** Host */\n Host = \"Host\",\n}\n\n/**\n * network of this container. \\\n * {@link KnownNetwork} can be used interchangeably with Network,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Bridge** \\\n * **Host**\n */\nexport type Network = string;\n\n/** Environment information */\nexport interface ComputeInstanceEnvironmentInfo {\n /** name of environment. */\n name?: string;\n /** version of environment. */\n version?: string;\n}\n\nexport function computeInstanceEnvironmentInfoDeserializer(\n item: any,\n): ComputeInstanceEnvironmentInfo {\n return {\n name: item[\"name\"],\n version: item[\"version\"],\n };\n}\n\nexport function computeInstanceDataDiskArrayDeserializer(\n result: Array<ComputeInstanceDataDisk>,\n): any[] {\n return result.map((item) => {\n return computeInstanceDataDiskDeserializer(item);\n });\n}\n\n/** Defines an Aml Instance DataDisk. */\nexport interface ComputeInstanceDataDisk {\n /** Caching type of Data Disk. */\n caching?: Caching;\n /** The initial disk size in gigabytes. */\n diskSizeGB?: number;\n /** The lun is used to uniquely identify each data disk. If attaching multiple disks, each should have a distinct lun. */\n lun?: number;\n /** type of this storage account. */\n storageAccountType?: StorageAccountType;\n}\n\nexport function computeInstanceDataDiskDeserializer(item: any): ComputeInstanceDataDisk {\n return {\n caching: item[\"caching\"],\n diskSizeGB: item[\"diskSizeGB\"],\n lun: item[\"lun\"],\n storageAccountType: item[\"storageAccountType\"],\n };\n}\n\n/** Caching type of Data Disk. */\nexport enum KnownCaching {\n /** None */\n None = \"None\",\n /** ReadOnly */\n ReadOnly = \"ReadOnly\",\n /** ReadWrite */\n ReadWrite = \"ReadWrite\",\n}\n\n/**\n * Caching type of Data Disk. \\\n * {@link KnownCaching} can be used interchangeably with Caching,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **ReadOnly** \\\n * **ReadWrite**\n */\nexport type Caching = string;\n\n/** type of this storage account. */\nexport enum KnownStorageAccountType {\n /** Standard_LRS */\n StandardLRS = \"Standard_LRS\",\n /** Premium_LRS */\n PremiumLRS = \"Premium_LRS\",\n}\n\n/**\n * type of this storage account. \\\n * {@link KnownStorageAccountType} can be used interchangeably with StorageAccountType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard_LRS** \\\n * **Premium_LRS**\n */\nexport type StorageAccountType = string;\n\nexport function computeInstanceDataMountArraySerializer(\n result: Array<ComputeInstanceDataMount>,\n): any[] {\n return result.map((item) => {\n return computeInstanceDataMountSerializer(item);\n });\n}\n\nexport function computeInstanceDataMountArrayDeserializer(\n result: Array<ComputeInstanceDataMount>,\n): any[] {\n return result.map((item) => {\n return computeInstanceDataMountDeserializer(item);\n });\n}\n\n/** Defines an Aml Instance DataMount. */\nexport interface ComputeInstanceDataMount {\n /** Source of the ComputeInstance data mount. */\n source?: string;\n /** Data source type. */\n sourceType?: SourceType;\n /** name of the ComputeInstance data mount. */\n mountName?: string;\n /** Mount Action. */\n mountAction?: MountAction;\n /** Mount Mode. */\n mountMode?: MountMode;\n /** who this data mount created by. */\n createdBy?: string;\n /** Path of this data mount. */\n mountPath?: string;\n /** Mount state. */\n mountState?: MountState;\n /** The time when the disk mounted. */\n mountedOn?: Date;\n /** Error of this data mount. */\n error?: string;\n}\n\nexport function computeInstanceDataMountSerializer(item: ComputeInstanceDataMount): any {\n return {\n source: item[\"source\"],\n sourceType: item[\"sourceType\"],\n mountName: item[\"mountName\"],\n mountAction: item[\"mountAction\"],\n mountMode: item[\"mountMode\"],\n createdBy: item[\"createdBy\"],\n mountPath: item[\"mountPath\"],\n mountState: item[\"mountState\"],\n mountedOn: !item[\"mountedOn\"] ? item[\"mountedOn\"] : item[\"mountedOn\"].toISOString(),\n error: item[\"error\"],\n };\n}\n\nexport function computeInstanceDataMountDeserializer(item: any): ComputeInstanceDataMount {\n return {\n source: item[\"source\"],\n sourceType: item[\"sourceType\"],\n mountName: item[\"mountName\"],\n mountAction: item[\"mountAction\"],\n mountMode: item[\"mountMode\"],\n createdBy: item[\"createdBy\"],\n mountPath: item[\"mountPath\"],\n mountState: item[\"mountState\"],\n mountedOn: !item[\"mountedOn\"] ? item[\"mountedOn\"] : new Date(item[\"mountedOn\"]),\n error: item[\"error\"],\n };\n}\n\n/** Data source type. */\nexport enum KnownSourceType {\n /** Dataset */\n Dataset = \"Dataset\",\n /** Datastore */\n Datastore = \"Datastore\",\n /** URI */\n URI = \"URI\",\n}\n\n/**\n * Data source type. \\\n * {@link KnownSourceType} can be used interchangeably with SourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Dataset** \\\n * **Datastore** \\\n * **URI**\n */\nexport type SourceType = string;\n\n/** Mount Action. */\nexport enum KnownMountAction {\n /** Mount */\n Mount = \"Mount\",\n /** Unmount */\n Unmount = \"Unmount\",\n}\n\n/**\n * Mount Action. \\\n * {@link KnownMountAction} can be used interchangeably with MountAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Mount** \\\n * **Unmount**\n */\nexport type MountAction = string;\n\n/** Mount Mode. */\nexport enum KnownMountMode {\n /** ReadOnly */\n ReadOnly = \"ReadOnly\",\n /** ReadWrite */\n ReadWrite = \"ReadWrite\",\n}\n\n/**\n * Mount Mode. \\\n * {@link KnownMountMode} can be used interchangeably with MountMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ReadOnly** \\\n * **ReadWrite**\n */\nexport type MountMode = string;\n\n/** Mount state. */\nexport enum KnownMountState {\n /** MountRequested */\n MountRequested = \"MountRequested\",\n /** Mounted */\n Mounted = \"Mounted\",\n /** MountFailed */\n MountFailed = \"MountFailed\",\n /** UnmountRequested */\n UnmountRequested = \"UnmountRequested\",\n /** UnmountFailed */\n UnmountFailed = \"UnmountFailed\",\n /** Unmounted */\n Unmounted = \"Unmounted\",\n}\n\n/**\n * Mount state. \\\n * {@link KnownMountState} can be used interchangeably with MountState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **MountRequested** \\\n * **Mounted** \\\n * **MountFailed** \\\n * **UnmountRequested** \\\n * **UnmountFailed** \\\n * **Unmounted**\n */\nexport type MountState = string;\n\n/** Version of computeInstance. */\nexport interface ComputeInstanceVersion {\n /** Runtime of compute instance. */\n runtime?: string;\n}\n\nexport function computeInstanceVersionDeserializer(item: any): ComputeInstanceVersion {\n return {\n runtime: item[\"runtime\"],\n };\n}\n\n/** A Machine Learning compute based on Azure Virtual Machines. */\nexport interface VirtualMachine extends Compute {\n properties?: VirtualMachineSchemaProperties;\n /** The type of compute */\n computeType: \"VirtualMachine\";\n}\n\nexport function virtualMachineSerializer(item: VirtualMachine): any {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n description: item[\"description\"],\n resourceId: item[\"resourceId\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : virtualMachineSchemaPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function virtualMachineDeserializer(item: any): VirtualMachine {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n modifiedOn: !item[\"modifiedOn\"] ? item[\"modifiedOn\"] : new Date(item[\"modifiedOn\"]),\n resourceId: item[\"resourceId\"],\n provisioningErrors: !item[\"provisioningErrors\"]\n ? item[\"provisioningErrors\"]\n : errorResponseArrayDeserializer(item[\"provisioningErrors\"]),\n isAttachedCompute: item[\"isAttachedCompute\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : virtualMachineSchemaPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface VirtualMachineSchemaProperties */\nexport interface VirtualMachineSchemaProperties {\n /** Virtual Machine size */\n virtualMachineSize?: string;\n /** Port open for ssh connections. */\n sshPort?: number;\n /** Notebook server port open for ssh connections. */\n notebookServerPort?: number;\n /** Public IP address of the virtual machine. */\n address?: string;\n /** Admin credentials for virtual machine */\n administratorAccount?: VirtualMachineSshCredentials;\n /** Indicates whether this compute will be used for running notebooks. */\n isNotebookInstanceCompute?: boolean;\n}\n\nexport function virtualMachineSchemaPropertiesSerializer(\n item: VirtualMachineSchemaProperties,\n): any {\n return {\n virtualMachineSize: item[\"virtualMachineSize\"],\n sshPort: item[\"sshPort\"],\n notebookServerPort: item[\"notebookServerPort\"],\n address: item[\"address\"],\n administratorAccount: !item[\"administratorAccount\"]\n ? item[\"administratorAccount\"]\n : virtualMachineSshCredentialsSerializer(item[\"administratorAccount\"]),\n isNotebookInstanceCompute: item[\"isNotebookInstanceCompute\"],\n };\n}\n\nexport function virtualMachineSchemaPropertiesDeserializer(\n item: any,\n): VirtualMachineSchemaProperties {\n return {\n virtualMachineSize: item[\"virtualMachineSize\"],\n sshPort: item[\"sshPort\"],\n notebookServerPort: item[\"notebookServerPort\"],\n address: item[\"address\"],\n administratorAccount: !item[\"administratorAccount\"]\n ? item[\"administratorAccount\"]\n : virtualMachineSshCredentialsDeserializer(item[\"administratorAccount\"]),\n isNotebookInstanceCompute: item[\"isNotebookInstanceCompute\"],\n };\n}\n\n/** Admin credentials for virtual machine */\nexport interface VirtualMachineSshCredentials {\n /** Username of admin account */\n username?: string;\n /** Password of admin account */\n password?: string;\n /** Public key data */\n publicKeyData?: string;\n /** Private key data */\n privateKeyData?: string;\n}\n\nexport function virtualMachineSshCredentialsSerializer(item: VirtualMachineSshCredentials): any {\n return {\n username: item[\"username\"],\n password: item[\"password\"],\n publicKeyData: item[\"publicKeyData\"],\n privateKeyData: item[\"privateKeyData\"],\n };\n}\n\nexport function virtualMachineSshCredentialsDeserializer(item: any): VirtualMachineSshCredentials {\n return {\n username: item[\"username\"],\n password: item[\"password\"],\n publicKeyData: item[\"publicKeyData\"],\n privateKeyData: item[\"privateKeyData\"],\n };\n}\n\n/** A HDInsight compute. */\nexport interface HDInsight extends Compute {\n properties?: HDInsightProperties;\n /** The type of compute */\n computeType: \"HDInsight\";\n}\n\nexport function hdInsightSerializer(item: HDInsight): any {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n description: item[\"description\"],\n resourceId: item[\"resourceId\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : hdInsightPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function hdInsightDeserializer(item: any): HDInsight {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n modifiedOn: !item[\"modifiedOn\"] ? item[\"modifiedOn\"] : new Date(item[\"modifiedOn\"]),\n resourceId: item[\"resourceId\"],\n provisioningErrors: !item[\"provisioningErrors\"]\n ? item[\"provisioningErrors\"]\n : errorResponseArrayDeserializer(item[\"provisioningErrors\"]),\n isAttachedCompute: item[\"isAttachedCompute\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : hdInsightPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** HDInsight compute properties */\nexport interface HDInsightProperties {\n /** Port open for ssh connections on the master node of the cluster. */\n sshPort?: number;\n /** Public IP address of the master node of the cluster. */\n address?: string;\n /** Admin credentials for master node of the cluster */\n administratorAccount?: VirtualMachineSshCredentials;\n}\n\nexport function hdInsightPropertiesSerializer(item: HDInsightProperties): any {\n return {\n sshPort: item[\"sshPort\"],\n address: item[\"address\"],\n administratorAccount: !item[\"administratorAccount\"]\n ? item[\"administratorAccount\"]\n : virtualMachineSshCredentialsSerializer(item[\"administratorAccount\"]),\n };\n}\n\nexport function hdInsightPropertiesDeserializer(item: any): HDInsightProperties {\n return {\n sshPort: item[\"sshPort\"],\n address: item[\"address\"],\n administratorAccount: !item[\"administratorAccount\"]\n ? item[\"administratorAccount\"]\n : virtualMachineSshCredentialsDeserializer(item[\"administratorAccount\"]),\n };\n}\n\n/** A DataFactory compute. */\nexport interface DataFactory extends Compute {\n /** The type of compute */\n computeType: \"DataFactory\";\n}\n\nexport function dataFactorySerializer(item: DataFactory): any {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n description: item[\"description\"],\n resourceId: item[\"resourceId\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n };\n}\n\nexport function dataFactoryDeserializer(item: any): DataFactory {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n modifiedOn: !item[\"modifiedOn\"] ? item[\"modifiedOn\"] : new Date(item[\"modifiedOn\"]),\n resourceId: item[\"resourceId\"],\n provisioningErrors: !item[\"provisioningErrors\"]\n ? item[\"provisioningErrors\"]\n : errorResponseArrayDeserializer(item[\"provisioningErrors\"]),\n isAttachedCompute: item[\"isAttachedCompute\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n };\n}\n\n/** A DataFactory compute. */\nexport interface Databricks extends Compute {\n properties?: DatabricksProperties;\n /** The type of compute */\n computeType: \"Databricks\";\n}\n\nexport function databricksSerializer(item: Databricks): any {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n description: item[\"description\"],\n resourceId: item[\"resourceId\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : databricksPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function databricksDeserializer(item: any): Databricks {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n modifiedOn: !item[\"modifiedOn\"] ? item[\"modifiedOn\"] : new Date(item[\"modifiedOn\"]),\n resourceId: item[\"resourceId\"],\n provisioningErrors: !item[\"provisioningErrors\"]\n ? item[\"provisioningErrors\"]\n : errorResponseArrayDeserializer(item[\"provisioningErrors\"]),\n isAttachedCompute: item[\"isAttachedCompute\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : databricksPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of Databricks */\nexport interface DatabricksProperties {\n /** Databricks access token */\n databricksAccessToken?: string;\n /** Workspace Url */\n workspaceUrl?: string;\n}\n\nexport function databricksPropertiesSerializer(item: DatabricksProperties): any {\n return {\n databricksAccessToken: item[\"databricksAccessToken\"],\n workspaceUrl: item[\"workspaceUrl\"],\n };\n}\n\nexport function databricksPropertiesDeserializer(item: any): DatabricksProperties {\n return {\n databricksAccessToken: item[\"databricksAccessToken\"],\n workspaceUrl: item[\"workspaceUrl\"],\n };\n}\n\n/** A DataLakeAnalytics compute. */\nexport interface DataLakeAnalytics extends Compute {\n properties?: DataLakeAnalyticsSchemaProperties;\n /** The type of compute */\n computeType: \"DataLakeAnalytics\";\n}\n\nexport function dataLakeAnalyticsSerializer(item: DataLakeAnalytics): any {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n description: item[\"description\"],\n resourceId: item[\"resourceId\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataLakeAnalyticsSchemaPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function dataLakeAnalyticsDeserializer(item: any): DataLakeAnalytics {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n modifiedOn: !item[\"modifiedOn\"] ? item[\"modifiedOn\"] : new Date(item[\"modifiedOn\"]),\n resourceId: item[\"resourceId\"],\n provisioningErrors: !item[\"provisioningErrors\"]\n ? item[\"provisioningErrors\"]\n : errorResponseArrayDeserializer(item[\"provisioningErrors\"]),\n isAttachedCompute: item[\"isAttachedCompute\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : dataLakeAnalyticsSchemaPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface DataLakeAnalyticsSchemaProperties */\nexport interface DataLakeAnalyticsSchemaProperties {\n /** DataLake Store Account Name */\n dataLakeStoreAccountName?: string;\n}\n\nexport function dataLakeAnalyticsSchemaPropertiesSerializer(\n item: DataLakeAnalyticsSchemaProperties,\n): any {\n return { dataLakeStoreAccountName: item[\"dataLakeStoreAccountName\"] };\n}\n\nexport function dataLakeAnalyticsSchemaPropertiesDeserializer(\n item: any,\n): DataLakeAnalyticsSchemaProperties {\n return {\n dataLakeStoreAccountName: item[\"dataLakeStoreAccountName\"],\n };\n}\n\n/** A SynapseSpark compute. */\nexport interface SynapseSpark extends Compute {\n properties?: SynapseSparkProperties;\n /** The type of compute */\n computeType: \"SynapseSpark\";\n}\n\nexport function synapseSparkSerializer(item: SynapseSpark): any {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n description: item[\"description\"],\n resourceId: item[\"resourceId\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : synapseSparkPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function synapseSparkDeserializer(item: any): SynapseSpark {\n return {\n computeType: item[\"computeType\"],\n computeLocation: item[\"computeLocation\"],\n provisioningState: item[\"provisioningState\"],\n description: item[\"description\"],\n createdOn: !item[\"createdOn\"] ? item[\"createdOn\"] : new Date(item[\"createdOn\"]),\n modifiedOn: !item[\"modifiedOn\"] ? item[\"modifiedOn\"] : new Date(item[\"modifiedOn\"]),\n resourceId: item[\"resourceId\"],\n provisioningErrors: !item[\"provisioningErrors\"]\n ? item[\"provisioningErrors\"]\n : errorResponseArrayDeserializer(item[\"provisioningErrors\"]),\n isAttachedCompute: item[\"isAttachedCompute\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : synapseSparkPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface SynapseSparkProperties */\nexport interface SynapseSparkProperties {\n /** Auto scale properties. */\n autoScaleProperties?: AutoScaleProperties;\n /** Auto pause properties. */\n autoPauseProperties?: AutoPauseProperties;\n /** Spark version. */\n sparkVersion?: string;\n /** The number of compute nodes currently assigned to the compute. */\n nodeCount?: number;\n /** Node size. */\n nodeSize?: string;\n /** Node size family. */\n nodeSizeFamily?: string;\n /** Azure subscription identifier. */\n subscriptionId?: string;\n /** Name of the resource group in which workspace is located. */\n resourceGroup?: string;\n /** Name of Azure Machine Learning workspace. */\n workspaceName?: string;\n /** Pool name. */\n poolName?: string;\n}\n\nexport function synapseSparkPropertiesSerializer(item: SynapseSparkProperties): any {\n return {\n autoScaleProperties: !item[\"autoScaleProperties\"]\n ? item[\"autoScaleProperties\"]\n : autoScalePropertiesSerializer(item[\"autoScaleProperties\"]),\n autoPauseProperties: !item[\"autoPauseProperties\"]\n ? item[\"autoPauseProperties\"]\n : autoPausePropertiesSerializer(item[\"autoPauseProperties\"]),\n sparkVersion: item[\"sparkVersion\"],\n nodeCount: item[\"nodeCount\"],\n nodeSize: item[\"nodeSize\"],\n nodeSizeFamily: item[\"nodeSizeFamily\"],\n subscriptionId: item[\"subscriptionId\"],\n resourceGroup: item[\"resourceGroup\"],\n workspaceName: item[\"workspaceName\"],\n poolName: item[\"poolName\"],\n };\n}\n\nexport function synapseSparkPropertiesDeserializer(item: any): SynapseSparkProperties {\n return {\n autoScaleProperties: !item[\"autoScaleProperties\"]\n ? item[\"autoScaleProperties\"]\n : autoScalePropertiesDeserializer(item[\"autoScaleProperties\"]),\n autoPauseProperties: !item[\"autoPauseProperties\"]\n ? item[\"autoPauseProperties\"]\n : autoPausePropertiesDeserializer(item[\"autoPauseProperties\"]),\n sparkVersion: item[\"sparkVersion\"],\n nodeCount: item[\"nodeCount\"],\n nodeSize: item[\"nodeSize\"],\n nodeSizeFamily: item[\"nodeSizeFamily\"],\n subscriptionId: item[\"subscriptionId\"],\n resourceGroup: item[\"resourceGroup\"],\n workspaceName: item[\"workspaceName\"],\n poolName: item[\"poolName\"],\n };\n}\n\n/** Auto scale properties */\nexport interface AutoScaleProperties {\n minNodeCount?: number;\n enabled?: boolean;\n maxNodeCount?: number;\n}\n\nexport function autoScalePropertiesSerializer(item: AutoScaleProperties): any {\n return {\n minNodeCount: item[\"minNodeCount\"],\n enabled: item[\"enabled\"],\n maxNodeCount: item[\"maxNodeCount\"],\n };\n}\n\nexport function autoScalePropertiesDeserializer(item: any): AutoScaleProperties {\n return {\n minNodeCount: item[\"minNodeCount\"],\n enabled: item[\"enabled\"],\n maxNodeCount: item[\"maxNodeCount\"],\n };\n}\n\n/** Auto pause properties */\nexport interface AutoPauseProperties {\n delayInMinutes?: number;\n enabled?: boolean;\n}\n\nexport function autoPausePropertiesSerializer(item: AutoPauseProperties): any {\n return { delayInMinutes: item[\"delayInMinutes\"], enabled: item[\"enabled\"] };\n}\n\nexport function autoPausePropertiesDeserializer(item: any): AutoPauseProperties {\n return {\n delayInMinutes: item[\"delayInMinutes\"],\n enabled: item[\"enabled\"],\n };\n}\n\n/** AmlCompute update parameters. */\nexport interface ClusterUpdateParameters {\n /** Properties of ClusterUpdate */\n properties?: ScaleSettingsInformation;\n}\n\nexport function clusterUpdateParametersSerializer(item: ClusterUpdateParameters): any {\n return {\n properties: areAllPropsUndefined(item, [\"properties\"])\n ? undefined\n : _clusterUpdateParametersPropertiesSerializer(item),\n };\n}\n\n/** The properties of a amlCompute that need to be updated. */\nexport interface ClusterUpdateProperties {\n /** Properties of ClusterUpdate */\n properties?: ScaleSettingsInformation;\n}\n\nexport function clusterUpdatePropertiesSerializer(item: ClusterUpdateProperties): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : scaleSettingsInformationSerializer(item[\"properties\"]),\n };\n}\n\n/** Desired scale settings for the amlCompute. */\nexport interface ScaleSettingsInformation {\n scaleSettings?: ScaleSettings;\n}\n\nexport function scaleSettingsInformationSerializer(item: ScaleSettingsInformation): any {\n return {\n scaleSettings: !item[\"scaleSettings\"]\n ? item[\"scaleSettings\"]\n : scaleSettingsSerializer(item[\"scaleSettings\"]),\n };\n}\n\n/** Paginated list of Machine Learning compute objects wrapped in ARM resource envelope. */\nexport interface _PaginatedComputeResourcesList {\n /** The ComputeResource items on this page */\n value: ComputeResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _paginatedComputeResourcesListDeserializer(\n item: any,\n): _PaginatedComputeResourcesList {\n return {\n value: computeResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function computeResourceArraySerializer(result: Array<ComputeResource>): any[] {\n return result.map((item) => {\n return computeResourceSerializer(item);\n });\n}\n\nexport function computeResourceArrayDeserializer(result: Array<ComputeResource>): any[] {\n return result.map((item) => {\n return computeResourceDeserializer(item);\n });\n}\n\n/** Result of AmlCompute Nodes */\nexport interface _AmlComputeNodesInformation {\n /** The collection of returned AmlCompute nodes details. */\n readonly nodes?: AmlComputeNodeInformation[];\n /** The continuation token. */\n readonly nextLink?: string;\n}\n\nexport function _amlComputeNodesInformationDeserializer(item: any): _AmlComputeNodesInformation {\n return {\n nodes: !item[\"nodes\"]\n ? item[\"nodes\"]\n : amlComputeNodeInformationArrayDeserializer(item[\"nodes\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function amlComputeNodeInformationArrayDeserializer(\n result: Array<AmlComputeNodeInformation>,\n): any[] {\n return result.map((item) => {\n return amlComputeNodeInformationDeserializer(item);\n });\n}\n\n/** Compute node information related to a AmlCompute. */\nexport interface AmlComputeNodeInformation {\n /** ID of the compute node. */\n readonly nodeId?: string;\n /** Private IP address of the compute node. */\n readonly privateIpAddress?: string;\n /** Public IP address of the compute node. */\n readonly publicIpAddress?: string;\n /** SSH port number of the node. */\n readonly port?: number;\n /** State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. */\n readonly nodeState?: NodeState;\n /** ID of the Experiment running on the node, if any else null. */\n readonly runId?: string;\n}\n\nexport function amlComputeNodeInformationDeserializer(item: any): AmlComputeNodeInformation {\n return {\n nodeId: item[\"nodeId\"],\n privateIpAddress: item[\"privateIpAddress\"],\n publicIpAddress: item[\"publicIpAddress\"],\n port: item[\"port\"],\n nodeState: item[\"nodeState\"],\n runId: item[\"runId\"],\n };\n}\n\n/** State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. */\nexport enum KnownNodeState {\n /** idle */\n Idle = \"idle\",\n /** running */\n Running = \"running\",\n /** preparing */\n Preparing = \"preparing\",\n /** unusable */\n Unusable = \"unusable\",\n /** leaving */\n Leaving = \"leaving\",\n /** preempted */\n Preempted = \"preempted\",\n}\n\n/**\n * State of the compute node. Values are idle, running, preparing, unusable, leaving and preempted. \\\n * {@link KnownNodeState} can be used interchangeably with NodeState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **idle** \\\n * **running** \\\n * **preparing** \\\n * **unusable** \\\n * **leaving** \\\n * **preempted**\n */\nexport type NodeState = string;\n\n/** Secrets related to a Machine Learning compute. Might differ for every type of compute. */\nexport interface ComputeSecrets {\n /** The type of compute */\n /** The discriminator possible values: AKS, VirtualMachine, Databricks */\n computeType: ComputeType;\n}\n\nexport function computeSecretsDeserializer(item: any): ComputeSecrets {\n return {\n computeType: item[\"computeType\"],\n };\n}\n\n/** Alias for ComputeSecretsUnion */\nexport type ComputeSecretsUnion =\n | AksComputeSecrets\n | VirtualMachineSecrets\n | DatabricksComputeSecrets\n | ComputeSecrets;\n\nexport function computeSecretsUnionDeserializer(item: any): ComputeSecretsUnion {\n switch (item[\"computeType\"]) {\n case \"AKS\":\n return aksComputeSecretsDeserializer(item as AksComputeSecrets);\n\n case \"VirtualMachine\":\n return virtualMachineSecretsDeserializer(item as VirtualMachineSecrets);\n\n case \"Databricks\":\n return databricksComputeSecretsDeserializer(item as DatabricksComputeSecrets);\n\n default:\n return computeSecretsDeserializer(item);\n }\n}\n\n/** Secrets related to a Machine Learning compute based on AKS. */\nexport interface AksComputeSecrets extends ComputeSecrets {\n /** Content of kubeconfig file that can be used to connect to the Kubernetes cluster. */\n userKubeConfig?: string;\n /** Content of kubeconfig file that can be used to connect to the Kubernetes cluster. */\n adminKubeConfig?: string;\n /** Image registry pull secret. */\n imagePullSecretName?: string;\n /** The type of compute */\n computeType: \"AKS\";\n}\n\nexport function aksComputeSecretsDeserializer(item: any): AksComputeSecrets {\n return {\n computeType: item[\"computeType\"],\n userKubeConfig: item[\"userKubeConfig\"],\n adminKubeConfig: item[\"adminKubeConfig\"],\n imagePullSecretName: item[\"imagePullSecretName\"],\n };\n}\n\n/** Secrets related to a Machine Learning compute based on AKS. */\nexport interface VirtualMachineSecrets extends ComputeSecrets {\n /** Admin credentials for virtual machine. */\n administratorAccount?: VirtualMachineSshCredentials;\n /** The type of compute */\n computeType: \"VirtualMachine\";\n}\n\nexport function virtualMachineSecretsDeserializer(item: any): VirtualMachineSecrets {\n return {\n computeType: item[\"computeType\"],\n administratorAccount: !item[\"administratorAccount\"]\n ? item[\"administratorAccount\"]\n : virtualMachineSshCredentialsDeserializer(item[\"administratorAccount\"]),\n };\n}\n\n/** Secrets related to a Machine Learning compute based on Databricks. */\nexport interface DatabricksComputeSecrets extends ComputeSecrets {\n /** access token for databricks account. */\n databricksAccessToken?: string;\n /** The type of compute */\n computeType: \"Databricks\";\n}\n\nexport function databricksComputeSecretsDeserializer(item: any): DatabricksComputeSecrets {\n return {\n computeType: item[\"computeType\"],\n databricksAccessToken: item[\"databricksAccessToken\"],\n };\n}\n\n/** Stops compute instance after user defined period of inactivity. */\nexport interface IdleShutdownSetting {\n /** Time is defined in ISO8601 format. Minimum is 15 min, maximum is 3 days. */\n idleTimeBeforeShutdown?: string;\n}\n\nexport function idleShutdownSettingSerializer(item: IdleShutdownSetting): any {\n return { idleTimeBeforeShutdown: item[\"idleTimeBeforeShutdown\"] };\n}\n\n/** The List Virtual Machine size operation response. */\nexport interface VirtualMachineSizeListResult {\n /** The list of virtual machine sizes supported by AmlCompute. */\n value?: VirtualMachineSize[];\n}\n\nexport function virtualMachineSizeListResultDeserializer(item: any): VirtualMachineSizeListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : virtualMachineSizeArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function virtualMachineSizeArrayDeserializer(result: Array<VirtualMachineSize>): any[] {\n return result.map((item) => {\n return virtualMachineSizeDeserializer(item);\n });\n}\n\n/** Describes the properties of a VM size. */\nexport interface VirtualMachineSize {\n /** The name of the virtual machine size. */\n readonly name?: string;\n /** The family name of the virtual machine size. */\n readonly family?: string;\n /** The number of vCPUs supported by the virtual machine size. */\n readonly vCPUs?: number;\n /** The number of gPUs supported by the virtual machine size. */\n readonly gpus?: number;\n /** The OS VHD disk size, in MB, allowed by the virtual machine size. */\n readonly osVhdSizeMB?: number;\n /** The resource volume size, in MB, allowed by the virtual machine size. */\n readonly maxResourceVolumeMB?: number;\n /** The amount of memory, in GB, supported by the virtual machine size. */\n readonly memoryGB?: number;\n /** Specifies if the virtual machine size supports low priority VMs. */\n readonly lowPriorityCapable?: boolean;\n /** Specifies if the virtual machine size supports premium IO. */\n readonly premiumIO?: boolean;\n /** The estimated price information for using a VM. */\n estimatedVMPrices?: EstimatedVMPrices;\n /** Specifies the compute types supported by the virtual machine size. */\n supportedComputeTypes?: string[];\n}\n\nexport function virtualMachineSizeDeserializer(item: any): VirtualMachineSize {\n return {\n name: item[\"name\"],\n family: item[\"family\"],\n vCPUs: item[\"vCPUs\"],\n gpus: item[\"gpus\"],\n osVhdSizeMB: item[\"osVhdSizeMB\"],\n maxResourceVolumeMB: item[\"maxResourceVolumeMB\"],\n memoryGB: item[\"memoryGB\"],\n lowPriorityCapable: item[\"lowPriorityCapable\"],\n premiumIO: item[\"premiumIO\"],\n estimatedVMPrices: !item[\"estimatedVMPrices\"]\n ? item[\"estimatedVMPrices\"]\n : estimatedVMPricesDeserializer(item[\"estimatedVMPrices\"]),\n supportedComputeTypes: !item[\"supportedComputeTypes\"]\n ? item[\"supportedComputeTypes\"]\n : item[\"supportedComputeTypes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The estimated price info for using a VM. */\nexport interface EstimatedVMPrices {\n /** Three lettered code specifying the currency of the VM price. Example: USD */\n billingCurrency: BillingCurrency;\n /** The unit of time measurement for the specified VM price. Example: OneHour */\n unitOfMeasure: UnitOfMeasure;\n /** The list of estimated prices for using a VM of a particular OS type, tier, etc. */\n values: EstimatedVMPrice[];\n}\n\nexport function estimatedVMPricesDeserializer(item: any): EstimatedVMPrices {\n return {\n billingCurrency: item[\"billingCurrency\"],\n unitOfMeasure: item[\"unitOfMeasure\"],\n values: estimatedVMPriceArrayDeserializer(item[\"values\"]),\n };\n}\n\n/** Three lettered code specifying the currency of the VM price. Example: USD */\nexport enum KnownBillingCurrency {\n /** USD */\n USD = \"USD\",\n}\n\n/**\n * Three lettered code specifying the currency of the VM price. Example: USD \\\n * {@link KnownBillingCurrency} can be used interchangeably with BillingCurrency,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **USD**\n */\nexport type BillingCurrency = string;\n\n/** The unit of time measurement for the specified VM price. Example: OneHour */\nexport enum KnownUnitOfMeasure {\n /** OneHour */\n OneHour = \"OneHour\",\n}\n\n/**\n * The unit of time measurement for the specified VM price. Example: OneHour \\\n * {@link KnownUnitOfMeasure} can be used interchangeably with UnitOfMeasure,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OneHour**\n */\nexport type UnitOfMeasure = string;\n\nexport function estimatedVMPriceArrayDeserializer(result: Array<EstimatedVMPrice>): any[] {\n return result.map((item) => {\n return estimatedVMPriceDeserializer(item);\n });\n}\n\n/** The estimated price info for using a VM of a particular OS type, tier, etc. */\nexport interface EstimatedVMPrice {\n /** The price charged for using the VM. */\n retailPrice: number;\n /** Operating system type used by the VM. */\n osType: VMPriceOSType;\n /** The type of the VM. */\n vmTier: VMTier;\n}\n\nexport function estimatedVMPriceDeserializer(item: any): EstimatedVMPrice {\n return {\n retailPrice: item[\"retailPrice\"],\n osType: item[\"osType\"],\n vmTier: item[\"vmTier\"],\n };\n}\n\n/** Operating system type used by the VM. */\nexport enum KnownVMPriceOSType {\n /** Linux */\n Linux = \"Linux\",\n /** Windows */\n Windows = \"Windows\",\n}\n\n/**\n * Operating system type used by the VM. \\\n * {@link KnownVMPriceOSType} can be used interchangeably with VMPriceOSType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Linux** \\\n * **Windows**\n */\nexport type VMPriceOSType = string;\n\n/** The type of the VM. */\nexport enum KnownVMTier {\n /** Standard */\n Standard = \"Standard\",\n /** LowPriority */\n LowPriority = \"LowPriority\",\n /** Spot */\n Spot = \"Spot\",\n}\n\n/**\n * The type of the VM. \\\n * {@link KnownVMTier} can be used interchangeably with VMTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standard** \\\n * **LowPriority** \\\n * **Spot**\n */\nexport type VMTier = string;\n\n/** Schema for Compute Instance resize. */\nexport interface ResizeSchema {\n /** The name of the virtual machine size. */\n targetVMSize?: string;\n}\n\nexport function resizeSchemaSerializer(item: ResizeSchema): any {\n return { targetVMSize: item[\"targetVMSize\"] };\n}\n\n/** The List Aml user feature operation response. */\nexport interface _ListAmlUserFeatureResult {\n /** The AmlUserFeature items on this page */\n readonly value: AmlUserFeature[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _listAmlUserFeatureResultDeserializer(item: any): _ListAmlUserFeatureResult {\n return {\n value: amlUserFeatureArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function amlUserFeatureArrayDeserializer(result: Array<AmlUserFeature>): any[] {\n return result.map((item) => {\n return amlUserFeatureDeserializer(item);\n });\n}\n\n/** Features enabled for a workspace */\nexport interface AmlUserFeature {\n /** Specifies the feature ID */\n id?: string;\n /** Specifies the feature name */\n displayName?: string;\n /** Describes the feature for user experience */\n description?: string;\n}\n\nexport function amlUserFeatureDeserializer(item: any): AmlUserFeature {\n return {\n id: item[\"id\"],\n displayName: item[\"displayName\"],\n description: item[\"description\"],\n };\n}\n\n/** Paged collection of EndpointModelProperties items */\nexport interface EndpointModels {\n /** The EndpointModelProperties items on this page */\n value: EndpointModelProperties[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function endpointModelsDeserializer(item: any): EndpointModels {\n return {\n value: endpointModelPropertiesArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function endpointModelPropertiesArrayDeserializer(\n result: Array<EndpointModelProperties>,\n): any[] {\n return result.map((item) => {\n return endpointModelPropertiesDeserializer(item);\n });\n}\n\n/** Endpoint Model properties. */\nexport interface EndpointModelProperties {\n /** The capabilities. */\n capabilities?: Record<string, string>;\n deprecation?: EndpointModelDeprecationProperties;\n /** The capabilities for finetune models. */\n finetuneCapabilities?: Record<string, string>;\n /** Deployment model format. */\n format?: string;\n /** If the model is default version. */\n isDefaultVersion?: boolean;\n /** Model lifecycle status. */\n lifecycleStatus?: ModelLifecycleStatus;\n /** The max capacity. */\n maxCapacity?: number;\n /** Deployment model name. */\n name?: string;\n /** The list of Model Sku. */\n skus?: EndpointModelSkuProperties[];\n systemData?: SystemData;\n /** Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API. */\n version?: string;\n}\n\nexport function endpointModelPropertiesDeserializer(item: any): EndpointModelProperties {\n return {\n capabilities: !item[\"capabilities\"]\n ? item[\"capabilities\"]\n : Object.fromEntries(\n Object.entries(item[\"capabilities\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n deprecation: !item[\"deprecation\"]\n ? item[\"deprecation\"]\n : endpointModelDeprecationPropertiesDeserializer(item[\"deprecation\"]),\n finetuneCapabilities: !item[\"finetuneCapabilities\"]\n ? item[\"finetuneCapabilities\"]\n : Object.fromEntries(\n Object.entries(item[\"finetuneCapabilities\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n format: item[\"format\"],\n isDefaultVersion: item[\"isDefaultVersion\"],\n lifecycleStatus: item[\"lifecycleStatus\"],\n maxCapacity: item[\"maxCapacity\"],\n name: item[\"name\"],\n skus: !item[\"skus\"] ? item[\"skus\"] : endpointModelSkuPropertiesArrayDeserializer(item[\"skus\"]),\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n version: item[\"version\"],\n };\n}\n\n/** model interface EndpointModelDeprecationProperties */\nexport interface EndpointModelDeprecationProperties {\n /** The datetime of deprecation of the fineTune Model. */\n fineTune?: Date;\n /** The datetime of deprecation of the inference Model. */\n inference?: Date;\n}\n\nexport function endpointModelDeprecationPropertiesDeserializer(\n item: any,\n): EndpointModelDeprecationProperties {\n return {\n fineTune: !item[\"fineTune\"] ? item[\"fineTune\"] : new Date(item[\"fineTune\"]),\n inference: !item[\"inference\"] ? item[\"inference\"] : new Date(item[\"inference\"]),\n };\n}\n\n/** Model lifecycle status. */\nexport enum KnownModelLifecycleStatus {\n /** GenerallyAvailable */\n GenerallyAvailable = \"GenerallyAvailable\",\n /** Preview */\n Preview = \"Preview\",\n}\n\n/**\n * Model lifecycle status. \\\n * {@link KnownModelLifecycleStatus} can be used interchangeably with ModelLifecycleStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **GenerallyAvailable** \\\n * **Preview**\n */\nexport type ModelLifecycleStatus = string;\n\nexport function endpointModelSkuPropertiesArrayDeserializer(\n result: Array<EndpointModelSkuProperties>,\n): any[] {\n return result.map((item) => {\n return endpointModelSkuPropertiesDeserializer(item);\n });\n}\n\n/** model interface EndpointModelSkuProperties */\nexport interface EndpointModelSkuProperties {\n capacity?: EndpointModelSkuCapacityProperties;\n /** The list of ARM id for the connection support this SKU. */\n connectionIds?: string[];\n /** The datetime of deprecation of the model SKU. */\n deprecationDate?: Date;\n /** The name of the model SKU. */\n name?: string;\n rateLimits?: EndpointModelSkuRateLimitProperties[];\n /** The usage name of the model SKU. */\n usageName?: string;\n}\n\nexport function endpointModelSkuPropertiesDeserializer(item: any): EndpointModelSkuProperties {\n return {\n capacity: !item[\"capacity\"]\n ? item[\"capacity\"]\n : endpointModelSkuCapacityPropertiesDeserializer(item[\"capacity\"]),\n connectionIds: !item[\"connectionIds\"]\n ? item[\"connectionIds\"]\n : item[\"connectionIds\"].map((p: any) => {\n return p;\n }),\n deprecationDate: !item[\"deprecationDate\"]\n ? item[\"deprecationDate\"]\n : new Date(item[\"deprecationDate\"]),\n name: item[\"name\"],\n rateLimits: !item[\"rateLimits\"]\n ? item[\"rateLimits\"]\n : endpointModelSkuRateLimitPropertiesArrayDeserializer(item[\"rateLimits\"]),\n usageName: item[\"usageName\"],\n };\n}\n\n/** model interface EndpointModelSkuCapacityProperties */\nexport interface EndpointModelSkuCapacityProperties {\n /** The default capacity. */\n default?: number;\n /** The maximum capacity. */\n maximum?: number;\n}\n\nexport function endpointModelSkuCapacityPropertiesDeserializer(\n item: any,\n): EndpointModelSkuCapacityProperties {\n return {\n default: item[\"default\"],\n maximum: item[\"maximum\"],\n };\n}\n\nexport function endpointModelSkuRateLimitPropertiesArrayDeserializer(\n result: Array<EndpointModelSkuRateLimitProperties>,\n): any[] {\n return result.map((item) => {\n return endpointModelSkuRateLimitPropertiesDeserializer(item);\n });\n}\n\n/** model interface EndpointModelSkuRateLimitProperties */\nexport interface EndpointModelSkuRateLimitProperties {\n /** The count value of Call Rate Limit. */\n count?: number;\n /** The renewal period in seconds of Call Rate Limit. */\n renewalPeriod?: number;\n /** The call rate limit for the model. */\n rules?: EndpointModelSkuRateLimitRuleProperties[];\n}\n\nexport function endpointModelSkuRateLimitPropertiesDeserializer(\n item: any,\n): EndpointModelSkuRateLimitProperties {\n return {\n count: item[\"count\"],\n renewalPeriod: item[\"renewalPeriod\"],\n rules: !item[\"rules\"]\n ? item[\"rules\"]\n : endpointModelSkuRateLimitRulePropertiesArrayDeserializer(item[\"rules\"]),\n };\n}\n\nexport function endpointModelSkuRateLimitRulePropertiesArrayDeserializer(\n result: Array<EndpointModelSkuRateLimitRuleProperties>,\n): any[] {\n return result.map((item) => {\n return endpointModelSkuRateLimitRulePropertiesDeserializer(item);\n });\n}\n\n/** model interface EndpointModelSkuRateLimitRuleProperties */\nexport interface EndpointModelSkuRateLimitRuleProperties {\n count?: number;\n /** If the dynamic throttling is enabled. */\n dynamicThrottlingEnabled?: boolean;\n key?: string;\n matchPatterns?: EndpointModelSkuRateLimitRulePatternProperties[];\n minCount?: number;\n renewalPeriod?: number;\n}\n\nexport function endpointModelSkuRateLimitRulePropertiesDeserializer(\n item: any,\n): EndpointModelSkuRateLimitRuleProperties {\n return {\n count: item[\"count\"],\n dynamicThrottlingEnabled: item[\"dynamicThrottlingEnabled\"],\n key: item[\"key\"],\n matchPatterns: !item[\"matchPatterns\"]\n ? item[\"matchPatterns\"]\n : endpointModelSkuRateLimitRulePatternPropertiesArrayDeserializer(item[\"matchPatterns\"]),\n minCount: item[\"minCount\"],\n renewalPeriod: item[\"renewalPeriod\"],\n };\n}\n\nexport function endpointModelSkuRateLimitRulePatternPropertiesArrayDeserializer(\n result: Array<EndpointModelSkuRateLimitRulePatternProperties>,\n): any[] {\n return result.map((item) => {\n return endpointModelSkuRateLimitRulePatternPropertiesDeserializer(item);\n });\n}\n\n/** model interface EndpointModelSkuRateLimitRulePatternProperties */\nexport interface EndpointModelSkuRateLimitRulePatternProperties {\n method?: string;\n path?: string;\n}\n\nexport function endpointModelSkuRateLimitRulePatternPropertiesDeserializer(\n item: any,\n): EndpointModelSkuRateLimitRulePatternProperties {\n return {\n method: item[\"method\"],\n path: item[\"path\"],\n };\n}\n\n/** A list of private link resources */\nexport interface _PrivateLinkResourceListResult {\n /** A list of private link resources */\n value?: PrivateLinkResource[];\n nextLink?: string;\n}\n\nexport function _privateLinkResourceListResultDeserializer(\n item: any,\n): _PrivateLinkResourceListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : privateLinkResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[] {\n return result.map((item) => {\n return privateLinkResourceDeserializer(item);\n });\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends Resource {\n identity?: ManagedServiceIdentity;\n /** Same as workspace location. */\n location?: string;\n /** Optional. This field is required to be implemented by the RP because AML is supporting more than one tier */\n sku?: Sku;\n tags?: Record<string, string>;\n /** The private link resource group id. */\n groupId?: string;\n /** The private link resource required member names. */\n requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourceDeserializer(item: any): PrivateLinkResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n location: item[\"location\"],\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateLinkResourcePropertiesDeserializer(item[\"properties\"])),\n sku: !item[\"sku\"] ? item[\"sku\"] : skuDeserializer(item[\"sku\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** The private link resource group id. */\n groupId?: string;\n /** The private link resource required member names. */\n requiredMembers?: string[];\n /** The private link resource Private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourcePropertiesDeserializer(\n item: any,\n): PrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Managed Network Provisioning options for managed network of a machine learning workspace. */\nexport interface ManagedNetworkProvisionOptions {\n includeSpark?: boolean;\n}\n\nexport function managedNetworkProvisionOptionsSerializer(\n item: ManagedNetworkProvisionOptions,\n): any {\n return { includeSpark: item[\"includeSpark\"] };\n}\n\n/** BlobReferenceSASRequest for getBlobReferenceSAS API */\nexport interface GetBlobReferenceSASRequestDto {\n /** Id of the asset to be accessed */\n assetId?: string;\n /** Blob uri of the asset to be accessed */\n blobUri?: string;\n}\n\nexport function getBlobReferenceSASRequestDtoSerializer(item: GetBlobReferenceSASRequestDto): any {\n return { assetId: item[\"assetId\"], blobUri: item[\"blobUri\"] };\n}\n\n/** BlobReferenceSASResponse for getBlobReferenceSAS API */\nexport interface GetBlobReferenceSASResponseDto {\n /** Blob reference for consumption details */\n blobReferenceForConsumption?: GetBlobReferenceForConsumptionDto;\n}\n\nexport function getBlobReferenceSASResponseDtoDeserializer(\n item: any,\n): GetBlobReferenceSASResponseDto {\n return {\n blobReferenceForConsumption: !item[\"blobReferenceForConsumption\"]\n ? item[\"blobReferenceForConsumption\"]\n : getBlobReferenceForConsumptionDtoDeserializer(item[\"blobReferenceForConsumption\"]),\n };\n}\n\n/** model interface GetBlobReferenceForConsumptionDto */\nexport interface GetBlobReferenceForConsumptionDto {\n /** Blob uri, example: https://blob.windows.core.net/Container/Path */\n blobUri?: string;\n /** Credential info to access storage account */\n credential?: DataReferenceCredentialUnion;\n /** The ARM id of the storage account */\n storageAccountArmId?: string;\n}\n\nexport function getBlobReferenceForConsumptionDtoDeserializer(\n item: any,\n): GetBlobReferenceForConsumptionDto {\n return {\n blobUri: item[\"blobUri\"],\n credential: !item[\"credential\"]\n ? item[\"credential\"]\n : dataReferenceCredentialUnionDeserializer(item[\"credential\"]),\n storageAccountArmId: item[\"storageAccountArmId\"],\n };\n}\n\n/** DataReferenceCredential base class */\nexport interface DataReferenceCredential {\n /** [Required] Credential type used to authentication with storage. */\n /** The discriminator possible values: NoCredentials, DockerCredentials, ManagedIdentity, SAS */\n credentialType: DataReferenceCredentialType;\n}\n\nexport function dataReferenceCredentialDeserializer(item: any): DataReferenceCredential {\n return {\n credentialType: item[\"credentialType\"],\n };\n}\n\n/** Alias for DataReferenceCredentialUnion */\nexport type DataReferenceCredentialUnion =\n | AnonymousAccessCredential\n | DockerCredential\n | ManagedIdentityCredential\n | SASCredential\n | DataReferenceCredential;\n\nexport function dataReferenceCredentialUnionDeserializer(item: any): DataReferenceCredentialUnion {\n switch (item[\"credentialType\"]) {\n case \"NoCredentials\":\n return anonymousAccessCredentialDeserializer(item as AnonymousAccessCredential);\n\n case \"DockerCredentials\":\n return dockerCredentialDeserializer(item as DockerCredential);\n\n case \"ManagedIdentity\":\n return managedIdentityCredentialDeserializer(item as ManagedIdentityCredential);\n\n case \"SAS\":\n return sasCredentialDeserializer(item as SASCredential);\n\n default:\n return dataReferenceCredentialDeserializer(item);\n }\n}\n\n/** Enum to determine the DataReference credentials type. */\nexport enum KnownDataReferenceCredentialType {\n /** SAS */\n SAS = \"SAS\",\n /** DockerCredentials */\n DockerCredentials = \"DockerCredentials\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** NoCredentials */\n NoCredentials = \"NoCredentials\",\n}\n\n/**\n * Enum to determine the DataReference credentials type. \\\n * {@link KnownDataReferenceCredentialType} can be used interchangeably with DataReferenceCredentialType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SAS** \\\n * **DockerCredentials** \\\n * **ManagedIdentity** \\\n * **NoCredentials**\n */\nexport type DataReferenceCredentialType = string;\n\n/** Access credential with no credentials */\nexport interface AnonymousAccessCredential extends DataReferenceCredential {\n /** [Required] Credential type used to authentication with storage. */\n credentialType: \"NoCredentials\";\n}\n\nexport function anonymousAccessCredentialDeserializer(item: any): AnonymousAccessCredential {\n return {\n credentialType: item[\"credentialType\"],\n };\n}\n\n/** Credential for docker with username and password */\nexport interface DockerCredential extends DataReferenceCredential {\n /** DockerCredential user password */\n password?: string;\n /** DockerCredential user name */\n userName?: string;\n /** [Required] Credential type used to authentication with storage. */\n credentialType: \"DockerCredentials\";\n}\n\nexport function dockerCredentialDeserializer(item: any): DockerCredential {\n return {\n credentialType: item[\"credentialType\"],\n password: item[\"password\"],\n userName: item[\"userName\"],\n };\n}\n\n/** Credential for user managed identity */\nexport interface ManagedIdentityCredential extends DataReferenceCredential {\n /** ManagedIdentityCredential identity type */\n managedIdentityType?: string;\n /** ClientId for the UAMI. For ManagedIdentityType = SystemManaged, this field is null. */\n userManagedIdentityClientId?: string;\n /** PrincipalId for the UAMI. For ManagedIdentityType = SystemManaged, this field is null. */\n userManagedIdentityPrincipalId?: string;\n /** Full arm scope for the Id. For ManagedIdentityType = SystemManaged, this field is null. */\n userManagedIdentityResourceId?: string;\n /** TenantId for the UAMI. For ManagedIdentityType = SystemManaged, this field is null. */\n userManagedIdentityTenantId?: string;\n /** [Required] Credential type used to authentication with storage. */\n credentialType: \"ManagedIdentity\";\n}\n\nexport function managedIdentityCredentialDeserializer(item: any): ManagedIdentityCredential {\n return {\n credentialType: item[\"credentialType\"],\n managedIdentityType: item[\"managedIdentityType\"],\n userManagedIdentityClientId: item[\"userManagedIdentityClientId\"],\n userManagedIdentityPrincipalId: item[\"userManagedIdentityPrincipalId\"],\n userManagedIdentityResourceId: item[\"userManagedIdentityResourceId\"],\n userManagedIdentityTenantId: item[\"userManagedIdentityTenantId\"],\n };\n}\n\n/** Access with full SAS uri */\nexport interface SASCredential extends DataReferenceCredential {\n /** Full SAS Uri, including the storage, container/blob path and SAS token */\n sasUri?: string;\n /** [Required] Credential type used to authentication with storage. */\n credentialType: \"SAS\";\n}\n\nexport function sasCredentialDeserializer(item: any): SASCredential {\n return {\n credentialType: item[\"credentialType\"],\n sasUri: item[\"sasUri\"],\n };\n}\n\n/** Azure Resource Manager resource envelope. */\nexport interface JobBase extends ProxyResource {\n /** [Required] Additional attributes of the entity. */\n properties: JobBasePropertiesUnion;\n}\n\nexport function jobBaseSerializer(item: JobBase): any {\n return { properties: jobBasePropertiesUnionSerializer(item[\"properties\"]) };\n}\n\nexport function jobBaseDeserializer(item: any): JobBase {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: jobBasePropertiesUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** A paginated list of JobBase entities. */\nexport interface _JobBaseResourceArmPaginatedResult {\n /** The JobBase items on this page */\n value: JobBase[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _jobBaseResourceArmPaginatedResultDeserializer(\n item: any,\n): _JobBaseResourceArmPaginatedResult {\n return {\n value: jobBaseArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function jobBaseArraySerializer(result: Array<JobBase>): any[] {\n return result.map((item) => {\n return jobBaseSerializer(item);\n });\n}\n\nexport function jobBaseArrayDeserializer(result: Array<JobBase>): any[] {\n return result.map((item) => {\n return jobBaseDeserializer(item);\n });\n}\n\n/** Concrete proxy resource types can be created by aliasing this type using a specific property type. */\nexport interface WorkspaceConnectionPropertiesV2BasicResource extends ProxyResource {\n properties: WorkspaceConnectionPropertiesV2Union;\n}\n\nexport function workspaceConnectionPropertiesV2BasicResourceSerializer(\n item: WorkspaceConnectionPropertiesV2BasicResource,\n): any {\n return { properties: workspaceConnectionPropertiesV2UnionSerializer(item[\"properties\"]) };\n}\n\nexport function workspaceConnectionPropertiesV2BasicResourceDeserializer(\n item: any,\n): WorkspaceConnectionPropertiesV2BasicResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: workspaceConnectionPropertiesV2UnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface WorkspaceConnectionPropertiesV2 */\nexport interface WorkspaceConnectionPropertiesV2 {\n /** Authentication type of the connection target */\n /** The discriminator possible values: AAD, AccessKey, AccountKey, ApiKey, CustomKeys, ManagedIdentity, None, OAuth2, PAT, SAS, ServicePrincipal, UsernamePassword */\n authType: ConnectionAuthType;\n /** Category of the connection */\n category?: ConnectionCategory;\n readonly createdByWorkspaceArmId?: string;\n error?: string;\n expiryTime?: Date;\n /** Group based on connection category */\n readonly group?: ConnectionGroup;\n isSharedToAll?: boolean;\n /** Store user metadata for this connection */\n metadata?: Record<string, string>;\n peRequirement?: ManagedPERequirement;\n peStatus?: ManagedPEStatus;\n sharedUserList?: string[];\n target?: string;\n useWorkspaceManagedIdentity?: boolean;\n}\n\nexport function workspaceConnectionPropertiesV2Serializer(\n item: WorkspaceConnectionPropertiesV2,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n };\n}\n\nexport function workspaceConnectionPropertiesV2Deserializer(\n item: any,\n): WorkspaceConnectionPropertiesV2 {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n };\n}\n\n/** Alias for WorkspaceConnectionPropertiesV2Union */\nexport type WorkspaceConnectionPropertiesV2Union =\n | AADAuthTypeWorkspaceConnectionProperties\n | AccessKeyAuthTypeWorkspaceConnectionProperties\n | AccountKeyAuthTypeWorkspaceConnectionProperties\n | ApiKeyAuthWorkspaceConnectionProperties\n | CustomKeysWorkspaceConnectionProperties\n | ManagedIdentityAuthTypeWorkspaceConnectionProperties\n | NoneAuthTypeWorkspaceConnectionProperties\n | OAuth2AuthTypeWorkspaceConnectionProperties\n | PATAuthTypeWorkspaceConnectionProperties\n | SASAuthTypeWorkspaceConnectionProperties\n | ServicePrincipalAuthTypeWorkspaceConnectionProperties\n | UsernamePasswordAuthTypeWorkspaceConnectionProperties\n | WorkspaceConnectionPropertiesV2;\n\nexport function workspaceConnectionPropertiesV2UnionSerializer(\n item: WorkspaceConnectionPropertiesV2Union,\n): any {\n switch (item.authType) {\n case \"AAD\":\n return aadAuthTypeWorkspaceConnectionPropertiesSerializer(\n item as AADAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"AccessKey\":\n return accessKeyAuthTypeWorkspaceConnectionPropertiesSerializer(\n item as AccessKeyAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"AccountKey\":\n return accountKeyAuthTypeWorkspaceConnectionPropertiesSerializer(\n item as AccountKeyAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"ApiKey\":\n return apiKeyAuthWorkspaceConnectionPropertiesSerializer(\n item as ApiKeyAuthWorkspaceConnectionProperties,\n );\n\n case \"CustomKeys\":\n return customKeysWorkspaceConnectionPropertiesSerializer(\n item as CustomKeysWorkspaceConnectionProperties,\n );\n\n case \"ManagedIdentity\":\n return managedIdentityAuthTypeWorkspaceConnectionPropertiesSerializer(\n item as ManagedIdentityAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"None\":\n return noneAuthTypeWorkspaceConnectionPropertiesSerializer(\n item as NoneAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"OAuth2\":\n return oAuth2AuthTypeWorkspaceConnectionPropertiesSerializer(\n item as OAuth2AuthTypeWorkspaceConnectionProperties,\n );\n\n case \"PAT\":\n return patAuthTypeWorkspaceConnectionPropertiesSerializer(\n item as PATAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"SAS\":\n return sasAuthTypeWorkspaceConnectionPropertiesSerializer(\n item as SASAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"ServicePrincipal\":\n return servicePrincipalAuthTypeWorkspaceConnectionPropertiesSerializer(\n item as ServicePrincipalAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"UsernamePassword\":\n return usernamePasswordAuthTypeWorkspaceConnectionPropertiesSerializer(\n item as UsernamePasswordAuthTypeWorkspaceConnectionProperties,\n );\n\n default:\n return workspaceConnectionPropertiesV2Serializer(item);\n }\n}\n\nexport function workspaceConnectionPropertiesV2UnionDeserializer(\n item: any,\n): WorkspaceConnectionPropertiesV2Union {\n switch (item[\"authType\"]) {\n case \"AAD\":\n return aadAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item as AADAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"AccessKey\":\n return accessKeyAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item as AccessKeyAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"AccountKey\":\n return accountKeyAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item as AccountKeyAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"ApiKey\":\n return apiKeyAuthWorkspaceConnectionPropertiesDeserializer(\n item as ApiKeyAuthWorkspaceConnectionProperties,\n );\n\n case \"CustomKeys\":\n return customKeysWorkspaceConnectionPropertiesDeserializer(\n item as CustomKeysWorkspaceConnectionProperties,\n );\n\n case \"ManagedIdentity\":\n return managedIdentityAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item as ManagedIdentityAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"None\":\n return noneAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item as NoneAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"OAuth2\":\n return oAuth2AuthTypeWorkspaceConnectionPropertiesDeserializer(\n item as OAuth2AuthTypeWorkspaceConnectionProperties,\n );\n\n case \"PAT\":\n return patAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item as PATAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"SAS\":\n return sasAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item as SASAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"ServicePrincipal\":\n return servicePrincipalAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item as ServicePrincipalAuthTypeWorkspaceConnectionProperties,\n );\n\n case \"UsernamePassword\":\n return usernamePasswordAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item as UsernamePasswordAuthTypeWorkspaceConnectionProperties,\n );\n\n default:\n return workspaceConnectionPropertiesV2Deserializer(item);\n }\n}\n\n/** Authentication type of the connection target */\nexport enum KnownConnectionAuthType {\n /** PAT */\n PAT = \"PAT\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** UsernamePassword */\n UsernamePassword = \"UsernamePassword\",\n /** None */\n None = \"None\",\n /** SAS */\n SAS = \"SAS\",\n /** AccountKey */\n AccountKey = \"AccountKey\",\n /** ServicePrincipal */\n ServicePrincipal = \"ServicePrincipal\",\n /** AccessKey */\n AccessKey = \"AccessKey\",\n /** ApiKey */\n ApiKey = \"ApiKey\",\n /** CustomKeys */\n CustomKeys = \"CustomKeys\",\n /** OAuth2 */\n OAuth2 = \"OAuth2\",\n /** AAD */\n AAD = \"AAD\",\n /** DelegatedSAS */\n DelegatedSAS = \"DelegatedSAS\",\n /** ProjectManagedIdentity */\n ProjectManagedIdentity = \"ProjectManagedIdentity\",\n /** AccountManagedIdentity */\n AccountManagedIdentity = \"AccountManagedIdentity\",\n /** UserEntraToken */\n UserEntraToken = \"UserEntraToken\",\n /** AgentUserImpersonation */\n AgentUserImpersonation = \"AgentUserImpersonation\",\n /** AgenticIdentityToken */\n AgenticIdentityToken = \"AgenticIdentityToken\",\n /** AgenticUser */\n AgenticUser = \"AgenticUser\",\n}\n\n/**\n * Authentication type of the connection target \\\n * {@link KnownConnectionAuthType} can be used interchangeably with ConnectionAuthType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PAT** \\\n * **ManagedIdentity** \\\n * **UsernamePassword** \\\n * **None** \\\n * **SAS** \\\n * **AccountKey** \\\n * **ServicePrincipal** \\\n * **AccessKey** \\\n * **ApiKey** \\\n * **CustomKeys** \\\n * **OAuth2** \\\n * **AAD** \\\n * **DelegatedSAS** \\\n * **ProjectManagedIdentity** \\\n * **AccountManagedIdentity** \\\n * **UserEntraToken** \\\n * **AgentUserImpersonation** \\\n * **AgenticIdentityToken** \\\n * **AgenticUser**\n */\nexport type ConnectionAuthType = string;\n\n/** Category of the connection */\nexport enum KnownConnectionCategory {\n /** PythonFeed */\n PythonFeed = \"PythonFeed\",\n /** ContainerRegistry */\n ContainerRegistry = \"ContainerRegistry\",\n /** Git */\n Git = \"Git\",\n /** S3 */\n S3 = \"S3\",\n /** Snowflake */\n Snowflake = \"Snowflake\",\n /** AzureKeyVault */\n AzureKeyVault = \"AzureKeyVault\",\n /** AzureSqlDb */\n AzureSqlDb = \"AzureSqlDb\",\n /** AzureSynapseAnalytics */\n AzureSynapseAnalytics = \"AzureSynapseAnalytics\",\n /** AzureMySqlDb */\n AzureMySqlDb = \"AzureMySqlDb\",\n /** AzurePostgresDb */\n AzurePostgresDb = \"AzurePostgresDb\",\n /** ADLSGen2 */\n AdlsGen2 = \"ADLSGen2\",\n /** AzureContainerAppEnvironment */\n AzureContainerAppEnvironment = \"AzureContainerAppEnvironment\",\n /** Redis */\n Redis = \"Redis\",\n /** ApiKey */\n ApiKey = \"ApiKey\",\n /** AzureOpenAI */\n AzureOpenAI = \"AzureOpenAI\",\n /** AIServices */\n AIServices = \"AIServices\",\n /** CognitiveSearch */\n CognitiveSearch = \"CognitiveSearch\",\n /** CognitiveService */\n CognitiveService = \"CognitiveService\",\n /** CustomKeys */\n CustomKeys = \"CustomKeys\",\n /** AzureBlob */\n AzureBlob = \"AzureBlob\",\n /** AzureStorageAccount */\n AzureStorageAccount = \"AzureStorageAccount\",\n /** AzureOneLake */\n AzureOneLake = \"AzureOneLake\",\n /** CosmosDb */\n CosmosDb = \"CosmosDb\",\n /** CosmosDbMongoDbApi */\n CosmosDbMongoDbApi = \"CosmosDbMongoDbApi\",\n /** AzureDataExplorer */\n AzureDataExplorer = \"AzureDataExplorer\",\n /** AzureMariaDb */\n AzureMariaDb = \"AzureMariaDb\",\n /** AzureDatabricksDeltaLake */\n AzureDatabricksDeltaLake = \"AzureDatabricksDeltaLake\",\n /** AzureSqlMi */\n AzureSqlMi = \"AzureSqlMi\",\n /** AzureTableStorage */\n AzureTableStorage = \"AzureTableStorage\",\n /** AmazonRdsForOracle */\n AmazonRdsForOracle = \"AmazonRdsForOracle\",\n /** AmazonRdsForSqlServer */\n AmazonRdsForSqlServer = \"AmazonRdsForSqlServer\",\n /** AmazonRedshift */\n AmazonRedshift = \"AmazonRedshift\",\n /** Db2 */\n Db2 = \"Db2\",\n /** Drill */\n Drill = \"Drill\",\n /** GoogleBigQuery */\n GoogleBigQuery = \"GoogleBigQuery\",\n /** Greenplum */\n Greenplum = \"Greenplum\",\n /** Hbase */\n Hbase = \"Hbase\",\n /** Hive */\n Hive = \"Hive\",\n /** Impala */\n Impala = \"Impala\",\n /** Informix */\n Informix = \"Informix\",\n /** MariaDb */\n MariaDb = \"MariaDb\",\n /** MicrosoftAccess */\n MicrosoftAccess = \"MicrosoftAccess\",\n /** MySql */\n MySql = \"MySql\",\n /** Netezza */\n Netezza = \"Netezza\",\n /** Oracle */\n Oracle = \"Oracle\",\n /** Phoenix */\n Phoenix = \"Phoenix\",\n /** PostgreSql */\n PostgreSql = \"PostgreSql\",\n /** Presto */\n Presto = \"Presto\",\n /** SapOpenHub */\n SapOpenHub = \"SapOpenHub\",\n /** SapBw */\n SapBw = \"SapBw\",\n /** SapHana */\n SapHana = \"SapHana\",\n /** SapTable */\n SapTable = \"SapTable\",\n /** Spark */\n Spark = \"Spark\",\n /** SqlServer */\n SqlServer = \"SqlServer\",\n /** Sybase */\n Sybase = \"Sybase\",\n /** Teradata */\n Teradata = \"Teradata\",\n /** Vertica */\n Vertica = \"Vertica\",\n /** Pinecone */\n Pinecone = \"Pinecone\",\n /** Databricks */\n Databricks = \"Databricks\",\n /** Cassandra */\n Cassandra = \"Cassandra\",\n /** Couchbase */\n Couchbase = \"Couchbase\",\n /** MongoDbV2 */\n MongoDbV2 = \"MongoDbV2\",\n /** MongoDbAtlas */\n MongoDbAtlas = \"MongoDbAtlas\",\n /** AmazonS3Compatible */\n AmazonS3Compatible = \"AmazonS3Compatible\",\n /** FileServer */\n FileServer = \"FileServer\",\n /** FtpServer */\n FtpServer = \"FtpServer\",\n /** GoogleCloudStorage */\n GoogleCloudStorage = \"GoogleCloudStorage\",\n /** Hdfs */\n Hdfs = \"Hdfs\",\n /** OracleCloudStorage */\n OracleCloudStorage = \"OracleCloudStorage\",\n /** Sftp */\n Sftp = \"Sftp\",\n /** GenericHttp */\n GenericHttp = \"GenericHttp\",\n /** ODataRest */\n ODataRest = \"ODataRest\",\n /** Odbc */\n Odbc = \"Odbc\",\n /** GenericRest */\n GenericRest = \"GenericRest\",\n /** RemoteTool */\n RemoteTool = \"RemoteTool\",\n /** AmazonMws */\n AmazonMws = \"AmazonMws\",\n /** Concur */\n Concur = \"Concur\",\n /** Dynamics */\n Dynamics = \"Dynamics\",\n /** DynamicsAx */\n DynamicsAx = \"DynamicsAx\",\n /** DynamicsCrm */\n DynamicsCrm = \"DynamicsCrm\",\n /** GoogleAdWords */\n GoogleAdWords = \"GoogleAdWords\",\n /** Hubspot */\n Hubspot = \"Hubspot\",\n /** Jira */\n Jira = \"Jira\",\n /** Magento */\n Magento = \"Magento\",\n /** Marketo */\n Marketo = \"Marketo\",\n /** Office365 */\n Office365 = \"Office365\",\n /** Eloqua */\n Eloqua = \"Eloqua\",\n /** Responsys */\n Responsys = \"Responsys\",\n /** OracleServiceCloud */\n OracleServiceCloud = \"OracleServiceCloud\",\n /** PayPal */\n PayPal = \"PayPal\",\n /** QuickBooks */\n QuickBooks = \"QuickBooks\",\n /** Salesforce */\n Salesforce = \"Salesforce\",\n /** SalesforceServiceCloud */\n SalesforceServiceCloud = \"SalesforceServiceCloud\",\n /** SalesforceMarketingCloud */\n SalesforceMarketingCloud = \"SalesforceMarketingCloud\",\n /** SapCloudForCustomer */\n SapCloudForCustomer = \"SapCloudForCustomer\",\n /** SapEcc */\n SapEcc = \"SapEcc\",\n /** ServiceNow */\n ServiceNow = \"ServiceNow\",\n /** SharePointOnlineList */\n SharePointOnlineList = \"SharePointOnlineList\",\n /** Shopify */\n Shopify = \"Shopify\",\n /** Square */\n Square = \"Square\",\n /** WebTable */\n WebTable = \"WebTable\",\n /** Xero */\n Xero = \"Xero\",\n /** Zoho */\n Zoho = \"Zoho\",\n /** GenericContainerRegistry */\n GenericContainerRegistry = \"GenericContainerRegistry\",\n /** Elasticsearch */\n Elasticsearch = \"Elasticsearch\",\n /** AppInsights */\n AppInsights = \"AppInsights\",\n /** AppConfig */\n AppConfig = \"AppConfig\",\n /** OpenAI */\n OpenAI = \"OpenAI\",\n /** Serp */\n Serp = \"Serp\",\n /** BingLLMSearch */\n BingLLMSearch = \"BingLLMSearch\",\n /** Serverless */\n Serverless = \"Serverless\",\n /** ManagedOnlineEndpoint */\n ManagedOnlineEndpoint = \"ManagedOnlineEndpoint\",\n /** ApiManagement */\n ApiManagement = \"ApiManagement\",\n /** ModelGateway */\n ModelGateway = \"ModelGateway\",\n /** GroundingWithBingSearch */\n GroundingWithBingSearch = \"GroundingWithBingSearch\",\n /** GroundingWithCustomSearch */\n GroundingWithCustomSearch = \"GroundingWithCustomSearch\",\n /** Sharepoint */\n Sharepoint = \"Sharepoint\",\n /** MicrosoftFabric */\n MicrosoftFabric = \"MicrosoftFabric\",\n /** PowerPlatformEnvironment */\n PowerPlatformEnvironment = \"PowerPlatformEnvironment\",\n /** RemoteA2A */\n RemoteA2A = \"RemoteA2A\",\n}\n\n/**\n * Category of the connection \\\n * {@link KnownConnectionCategory} can be used interchangeably with ConnectionCategory,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PythonFeed** \\\n * **ContainerRegistry** \\\n * **Git** \\\n * **S3** \\\n * **Snowflake** \\\n * **AzureKeyVault** \\\n * **AzureSqlDb** \\\n * **AzureSynapseAnalytics** \\\n * **AzureMySqlDb** \\\n * **AzurePostgresDb** \\\n * **ADLSGen2** \\\n * **AzureContainerAppEnvironment** \\\n * **Redis** \\\n * **ApiKey** \\\n * **AzureOpenAI** \\\n * **AIServices** \\\n * **CognitiveSearch** \\\n * **CognitiveService** \\\n * **CustomKeys** \\\n * **AzureBlob** \\\n * **AzureStorageAccount** \\\n * **AzureOneLake** \\\n * **CosmosDb** \\\n * **CosmosDbMongoDbApi** \\\n * **AzureDataExplorer** \\\n * **AzureMariaDb** \\\n * **AzureDatabricksDeltaLake** \\\n * **AzureSqlMi** \\\n * **AzureTableStorage** \\\n * **AmazonRdsForOracle** \\\n * **AmazonRdsForSqlServer** \\\n * **AmazonRedshift** \\\n * **Db2** \\\n * **Drill** \\\n * **GoogleBigQuery** \\\n * **Greenplum** \\\n * **Hbase** \\\n * **Hive** \\\n * **Impala** \\\n * **Informix** \\\n * **MariaDb** \\\n * **MicrosoftAccess** \\\n * **MySql** \\\n * **Netezza** \\\n * **Oracle** \\\n * **Phoenix** \\\n * **PostgreSql** \\\n * **Presto** \\\n * **SapOpenHub** \\\n * **SapBw** \\\n * **SapHana** \\\n * **SapTable** \\\n * **Spark** \\\n * **SqlServer** \\\n * **Sybase** \\\n * **Teradata** \\\n * **Vertica** \\\n * **Pinecone** \\\n * **Databricks** \\\n * **Cassandra** \\\n * **Couchbase** \\\n * **MongoDbV2** \\\n * **MongoDbAtlas** \\\n * **AmazonS3Compatible** \\\n * **FileServer** \\\n * **FtpServer** \\\n * **GoogleCloudStorage** \\\n * **Hdfs** \\\n * **OracleCloudStorage** \\\n * **Sftp** \\\n * **GenericHttp** \\\n * **ODataRest** \\\n * **Odbc** \\\n * **GenericRest** \\\n * **RemoteTool** \\\n * **AmazonMws** \\\n * **Concur** \\\n * **Dynamics** \\\n * **DynamicsAx** \\\n * **DynamicsCrm** \\\n * **GoogleAdWords** \\\n * **Hubspot** \\\n * **Jira** \\\n * **Magento** \\\n * **Marketo** \\\n * **Office365** \\\n * **Eloqua** \\\n * **Responsys** \\\n * **OracleServiceCloud** \\\n * **PayPal** \\\n * **QuickBooks** \\\n * **Salesforce** \\\n * **SalesforceServiceCloud** \\\n * **SalesforceMarketingCloud** \\\n * **SapCloudForCustomer** \\\n * **SapEcc** \\\n * **ServiceNow** \\\n * **SharePointOnlineList** \\\n * **Shopify** \\\n * **Square** \\\n * **WebTable** \\\n * **Xero** \\\n * **Zoho** \\\n * **GenericContainerRegistry** \\\n * **Elasticsearch** \\\n * **AppInsights** \\\n * **AppConfig** \\\n * **OpenAI** \\\n * **Serp** \\\n * **BingLLMSearch** \\\n * **Serverless** \\\n * **ManagedOnlineEndpoint** \\\n * **ApiManagement** \\\n * **ModelGateway** \\\n * **GroundingWithBingSearch** \\\n * **GroundingWithCustomSearch** \\\n * **Sharepoint** \\\n * **MicrosoftFabric** \\\n * **PowerPlatformEnvironment** \\\n * **RemoteA2A**\n */\nexport type ConnectionCategory = string;\n\n/** Group based on connection category */\nexport enum KnownConnectionGroup {\n /** Azure */\n Azure = \"Azure\",\n /** AzureAI */\n AzureAI = \"AzureAI\",\n /** Database */\n Database = \"Database\",\n /** NoSQL */\n NoSQL = \"NoSQL\",\n /** File */\n File = \"File\",\n /** GenericProtocol */\n GenericProtocol = \"GenericProtocol\",\n /** ServicesAndApps */\n ServicesAndApps = \"ServicesAndApps\",\n}\n\n/**\n * Group based on connection category \\\n * {@link KnownConnectionGroup} can be used interchangeably with ConnectionGroup,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Azure** \\\n * **AzureAI** \\\n * **Database** \\\n * **NoSQL** \\\n * **File** \\\n * **GenericProtocol** \\\n * **ServicesAndApps**\n */\nexport type ConnectionGroup = string;\n\n/** Known values of {@link ManagedPERequirement} that the service accepts. */\nexport enum KnownManagedPERequirement {\n /** Required */\n Required = \"Required\",\n /** NotRequired */\n NotRequired = \"NotRequired\",\n /** NotApplicable */\n NotApplicable = \"NotApplicable\",\n}\n\n/** Type of ManagedPERequirement */\nexport type ManagedPERequirement = string;\n\n/** Known values of {@link ManagedPEStatus} that the service accepts. */\nexport enum KnownManagedPEStatus {\n /** Inactive */\n Inactive = \"Inactive\",\n /** Active */\n Active = \"Active\",\n /** NotApplicable */\n NotApplicable = \"NotApplicable\",\n}\n\n/** Type of ManagedPEStatus */\nexport type ManagedPEStatus = string;\n\n/** This connection type covers the AAD auth for any applicable Azure service */\nexport interface AADAuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {\n /** Authentication type of the connection target */\n authType: \"AAD\";\n}\n\nexport function aadAuthTypeWorkspaceConnectionPropertiesSerializer(\n item: AADAuthTypeWorkspaceConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n };\n}\n\nexport function aadAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item: any,\n): AADAuthTypeWorkspaceConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n };\n}\n\n/** model interface AccessKeyAuthTypeWorkspaceConnectionProperties */\nexport interface AccessKeyAuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {\n credentials?: WorkspaceConnectionAccessKey;\n /** Authentication type of the connection target */\n authType: \"AccessKey\";\n}\n\nexport function accessKeyAuthTypeWorkspaceConnectionPropertiesSerializer(\n item: AccessKeyAuthTypeWorkspaceConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionAccessKeySerializer(item[\"credentials\"]),\n };\n}\n\nexport function accessKeyAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item: any,\n): AccessKeyAuthTypeWorkspaceConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionAccessKeyDeserializer(item[\"credentials\"]),\n };\n}\n\n/** model interface WorkspaceConnectionAccessKey */\nexport interface WorkspaceConnectionAccessKey {\n accessKeyId?: string;\n secretAccessKey?: string;\n}\n\nexport function workspaceConnectionAccessKeySerializer(item: WorkspaceConnectionAccessKey): any {\n return { accessKeyId: item[\"accessKeyId\"], secretAccessKey: item[\"secretAccessKey\"] };\n}\n\nexport function workspaceConnectionAccessKeyDeserializer(item: any): WorkspaceConnectionAccessKey {\n return {\n accessKeyId: item[\"accessKeyId\"],\n secretAccessKey: item[\"secretAccessKey\"],\n };\n}\n\n/** This connection type covers the account key connection for Azure storage */\nexport interface AccountKeyAuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {\n /** Account key object for workspace connection credential. */\n credentials?: WorkspaceConnectionAccountKey;\n /** Authentication type of the connection target */\n authType: \"AccountKey\";\n}\n\nexport function accountKeyAuthTypeWorkspaceConnectionPropertiesSerializer(\n item: AccountKeyAuthTypeWorkspaceConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionAccountKeySerializer(item[\"credentials\"]),\n };\n}\n\nexport function accountKeyAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item: any,\n): AccountKeyAuthTypeWorkspaceConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionAccountKeyDeserializer(item[\"credentials\"]),\n };\n}\n\n/** Account key object for workspace connection credential. */\nexport interface WorkspaceConnectionAccountKey {\n key?: string;\n}\n\nexport function workspaceConnectionAccountKeySerializer(item: WorkspaceConnectionAccountKey): any {\n return { key: item[\"key\"] };\n}\n\nexport function workspaceConnectionAccountKeyDeserializer(\n item: any,\n): WorkspaceConnectionAccountKey {\n return {\n key: item[\"key\"],\n };\n}\n\n/**\n * This connection type covers the generic ApiKey auth connection categories, for examples:\n * AzureOpenAI:\n * Category:= AzureOpenAI\n * AuthType:= ApiKey (as type discriminator)\n * Credentials:= {ApiKey} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey\n * Target:= {ApiBase}\n *\n * CognitiveService:\n * Category:= CognitiveService\n * AuthType:= ApiKey (as type discriminator)\n * Credentials:= {SubscriptionKey} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey\n * Target:= ServiceRegion={serviceRegion}\n *\n * CognitiveSearch:\n * Category:= CognitiveSearch\n * AuthType:= ApiKey (as type discriminator)\n * Credentials:= {Key} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.ApiKey\n * Target:= {Endpoint}\n *\n * Use Metadata property bag for ApiType, ApiVersion, Kind and other metadata fields\n */\nexport interface ApiKeyAuthWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {\n credentials?: WorkspaceConnectionApiKey;\n /** Authentication type of the connection target */\n authType: \"ApiKey\";\n}\n\nexport function apiKeyAuthWorkspaceConnectionPropertiesSerializer(\n item: ApiKeyAuthWorkspaceConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionApiKeySerializer(item[\"credentials\"]),\n };\n}\n\nexport function apiKeyAuthWorkspaceConnectionPropertiesDeserializer(\n item: any,\n): ApiKeyAuthWorkspaceConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionApiKeyDeserializer(item[\"credentials\"]),\n };\n}\n\n/** Api key object for workspace connection credential. */\nexport interface WorkspaceConnectionApiKey {\n key?: string;\n}\n\nexport function workspaceConnectionApiKeySerializer(item: WorkspaceConnectionApiKey): any {\n return { key: item[\"key\"] };\n}\n\nexport function workspaceConnectionApiKeyDeserializer(item: any): WorkspaceConnectionApiKey {\n return {\n key: item[\"key\"],\n };\n}\n\n/**\n * Category:= CustomKeys\n * AuthType:= CustomKeys (as type discriminator)\n * Credentials:= {CustomKeys} as Microsoft.MachineLearning.AccountRP.Contracts.WorkspaceConnection.CustomKeys\n * Target:= {any value}\n * Use Metadata property bag for ApiVersion and other metadata fields\n */\nexport interface CustomKeysWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {\n /** Custom Keys credential object */\n credentials?: CustomKeys;\n /** Authentication type of the connection target */\n authType: \"CustomKeys\";\n}\n\nexport function customKeysWorkspaceConnectionPropertiesSerializer(\n item: CustomKeysWorkspaceConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : customKeysSerializer(item[\"credentials\"]),\n };\n}\n\nexport function customKeysWorkspaceConnectionPropertiesDeserializer(\n item: any,\n): CustomKeysWorkspaceConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : customKeysDeserializer(item[\"credentials\"]),\n };\n}\n\n/** Custom Keys credential object */\nexport interface CustomKeys {\n keys?: Record<string, string>;\n}\n\nexport function customKeysSerializer(item: CustomKeys): any {\n return { keys: item[\"keys\"] };\n}\n\nexport function customKeysDeserializer(item: any): CustomKeys {\n return {\n keys: !item[\"keys\"]\n ? item[\"keys\"]\n : Object.fromEntries(Object.entries(item[\"keys\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** model interface ManagedIdentityAuthTypeWorkspaceConnectionProperties */\nexport interface ManagedIdentityAuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {\n credentials?: WorkspaceConnectionManagedIdentity;\n /** Authentication type of the connection target */\n authType: \"ManagedIdentity\";\n}\n\nexport function managedIdentityAuthTypeWorkspaceConnectionPropertiesSerializer(\n item: ManagedIdentityAuthTypeWorkspaceConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionManagedIdentitySerializer(item[\"credentials\"]),\n };\n}\n\nexport function managedIdentityAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item: any,\n): ManagedIdentityAuthTypeWorkspaceConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionManagedIdentityDeserializer(item[\"credentials\"]),\n };\n}\n\n/** model interface WorkspaceConnectionManagedIdentity */\nexport interface WorkspaceConnectionManagedIdentity {\n clientId?: string;\n resourceId?: string;\n}\n\nexport function workspaceConnectionManagedIdentitySerializer(\n item: WorkspaceConnectionManagedIdentity,\n): any {\n return { clientId: item[\"clientId\"], resourceId: item[\"resourceId\"] };\n}\n\nexport function workspaceConnectionManagedIdentityDeserializer(\n item: any,\n): WorkspaceConnectionManagedIdentity {\n return {\n clientId: item[\"clientId\"],\n resourceId: item[\"resourceId\"],\n };\n}\n\n/** model interface NoneAuthTypeWorkspaceConnectionProperties */\nexport interface NoneAuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {\n /** Authentication type of the connection target */\n authType: \"None\";\n}\n\nexport function noneAuthTypeWorkspaceConnectionPropertiesSerializer(\n item: NoneAuthTypeWorkspaceConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n };\n}\n\nexport function noneAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item: any,\n): NoneAuthTypeWorkspaceConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n };\n}\n\n/** model interface OAuth2AuthTypeWorkspaceConnectionProperties */\nexport interface OAuth2AuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {\n credentials?: WorkspaceConnectionOAuth2;\n /** Authentication type of the connection target */\n authType: \"OAuth2\";\n}\n\nexport function oAuth2AuthTypeWorkspaceConnectionPropertiesSerializer(\n item: OAuth2AuthTypeWorkspaceConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionOAuth2Serializer(item[\"credentials\"]),\n };\n}\n\nexport function oAuth2AuthTypeWorkspaceConnectionPropertiesDeserializer(\n item: any,\n): OAuth2AuthTypeWorkspaceConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionOAuth2Deserializer(item[\"credentials\"]),\n };\n}\n\n/**\n * ClientId and ClientSecret are required. Other properties are optional\n * depending on each OAuth2 provider's implementation.\n */\nexport interface WorkspaceConnectionOAuth2 {\n /** Required by Concur connection category */\n authUrl?: string;\n /** Client id in the format of UUID */\n clientId?: string;\n clientSecret?: string;\n /** Required by GoogleAdWords connection category */\n developerToken?: string;\n password?: string;\n /**\n * Required by GoogleBigQuery, GoogleAdWords, Hubspot, QuickBooks, Square, Xero, Zoho\n * where user needs to get RefreshToken offline\n */\n refreshToken?: string;\n /** Required by QuickBooks and Xero connection categories */\n tenantId?: string;\n /**\n * Concur, ServiceNow auth server AccessToken grant type is 'Password'\n * which requires UsernamePassword\n */\n username?: string;\n}\n\nexport function workspaceConnectionOAuth2Serializer(item: WorkspaceConnectionOAuth2): any {\n return {\n authUrl: item[\"authUrl\"],\n clientId: item[\"clientId\"],\n clientSecret: item[\"clientSecret\"],\n developerToken: item[\"developerToken\"],\n password: item[\"password\"],\n refreshToken: item[\"refreshToken\"],\n tenantId: item[\"tenantId\"],\n username: item[\"username\"],\n };\n}\n\nexport function workspaceConnectionOAuth2Deserializer(item: any): WorkspaceConnectionOAuth2 {\n return {\n authUrl: item[\"authUrl\"],\n clientId: item[\"clientId\"],\n clientSecret: item[\"clientSecret\"],\n developerToken: item[\"developerToken\"],\n password: item[\"password\"],\n refreshToken: item[\"refreshToken\"],\n tenantId: item[\"tenantId\"],\n username: item[\"username\"],\n };\n}\n\n/** model interface PATAuthTypeWorkspaceConnectionProperties */\nexport interface PATAuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {\n credentials?: WorkspaceConnectionPersonalAccessToken;\n /** Authentication type of the connection target */\n authType: \"PAT\";\n}\n\nexport function patAuthTypeWorkspaceConnectionPropertiesSerializer(\n item: PATAuthTypeWorkspaceConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionPersonalAccessTokenSerializer(item[\"credentials\"]),\n };\n}\n\nexport function patAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item: any,\n): PATAuthTypeWorkspaceConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionPersonalAccessTokenDeserializer(item[\"credentials\"]),\n };\n}\n\n/** model interface WorkspaceConnectionPersonalAccessToken */\nexport interface WorkspaceConnectionPersonalAccessToken {\n pat?: string;\n}\n\nexport function workspaceConnectionPersonalAccessTokenSerializer(\n item: WorkspaceConnectionPersonalAccessToken,\n): any {\n return { pat: item[\"pat\"] };\n}\n\nexport function workspaceConnectionPersonalAccessTokenDeserializer(\n item: any,\n): WorkspaceConnectionPersonalAccessToken {\n return {\n pat: item[\"pat\"],\n };\n}\n\n/** model interface SASAuthTypeWorkspaceConnectionProperties */\nexport interface SASAuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {\n credentials?: WorkspaceConnectionSharedAccessSignature;\n /** Authentication type of the connection target */\n authType: \"SAS\";\n}\n\nexport function sasAuthTypeWorkspaceConnectionPropertiesSerializer(\n item: SASAuthTypeWorkspaceConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionSharedAccessSignatureSerializer(item[\"credentials\"]),\n };\n}\n\nexport function sasAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item: any,\n): SASAuthTypeWorkspaceConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionSharedAccessSignatureDeserializer(item[\"credentials\"]),\n };\n}\n\n/** model interface WorkspaceConnectionSharedAccessSignature */\nexport interface WorkspaceConnectionSharedAccessSignature {\n sas?: string;\n}\n\nexport function workspaceConnectionSharedAccessSignatureSerializer(\n item: WorkspaceConnectionSharedAccessSignature,\n): any {\n return { sas: item[\"sas\"] };\n}\n\nexport function workspaceConnectionSharedAccessSignatureDeserializer(\n item: any,\n): WorkspaceConnectionSharedAccessSignature {\n return {\n sas: item[\"sas\"],\n };\n}\n\n/** model interface ServicePrincipalAuthTypeWorkspaceConnectionProperties */\nexport interface ServicePrincipalAuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {\n credentials?: WorkspaceConnectionServicePrincipal;\n /** Authentication type of the connection target */\n authType: \"ServicePrincipal\";\n}\n\nexport function servicePrincipalAuthTypeWorkspaceConnectionPropertiesSerializer(\n item: ServicePrincipalAuthTypeWorkspaceConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionServicePrincipalSerializer(item[\"credentials\"]),\n };\n}\n\nexport function servicePrincipalAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item: any,\n): ServicePrincipalAuthTypeWorkspaceConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionServicePrincipalDeserializer(item[\"credentials\"]),\n };\n}\n\n/** model interface WorkspaceConnectionServicePrincipal */\nexport interface WorkspaceConnectionServicePrincipal {\n clientId?: string;\n clientSecret?: string;\n tenantId?: string;\n}\n\nexport function workspaceConnectionServicePrincipalSerializer(\n item: WorkspaceConnectionServicePrincipal,\n): any {\n return {\n clientId: item[\"clientId\"],\n clientSecret: item[\"clientSecret\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\nexport function workspaceConnectionServicePrincipalDeserializer(\n item: any,\n): WorkspaceConnectionServicePrincipal {\n return {\n clientId: item[\"clientId\"],\n clientSecret: item[\"clientSecret\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** model interface UsernamePasswordAuthTypeWorkspaceConnectionProperties */\nexport interface UsernamePasswordAuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {\n credentials?: WorkspaceConnectionUsernamePassword;\n /** Authentication type of the connection target */\n authType: \"UsernamePassword\";\n}\n\nexport function usernamePasswordAuthTypeWorkspaceConnectionPropertiesSerializer(\n item: UsernamePasswordAuthTypeWorkspaceConnectionProperties,\n): any {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : item[\"expiryTime\"].toISOString(),\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: item[\"metadata\"],\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionUsernamePasswordSerializer(item[\"credentials\"]),\n };\n}\n\nexport function usernamePasswordAuthTypeWorkspaceConnectionPropertiesDeserializer(\n item: any,\n): UsernamePasswordAuthTypeWorkspaceConnectionProperties {\n return {\n authType: item[\"authType\"],\n category: item[\"category\"],\n createdByWorkspaceArmId: item[\"createdByWorkspaceArmId\"],\n error: item[\"error\"],\n expiryTime: !item[\"expiryTime\"] ? item[\"expiryTime\"] : new Date(item[\"expiryTime\"]),\n group: item[\"group\"],\n isSharedToAll: item[\"isSharedToAll\"],\n metadata: !item[\"metadata\"]\n ? item[\"metadata\"]\n : Object.fromEntries(Object.entries(item[\"metadata\"]).map(([k, p]: [string, any]) => [k, p])),\n peRequirement: item[\"peRequirement\"],\n peStatus: item[\"peStatus\"],\n sharedUserList: !item[\"sharedUserList\"]\n ? item[\"sharedUserList\"]\n : item[\"sharedUserList\"].map((p: any) => {\n return p;\n }),\n target: item[\"target\"],\n useWorkspaceManagedIdentity: item[\"useWorkspaceManagedIdentity\"],\n credentials: !item[\"credentials\"]\n ? item[\"credentials\"]\n : workspaceConnectionUsernamePasswordDeserializer(item[\"credentials\"]),\n };\n}\n\n/** model interface WorkspaceConnectionUsernamePassword */\nexport interface WorkspaceConnectionUsernamePassword {\n password?: string;\n /** Optional, required by connections like SalesForce for extra security in addition to UsernamePassword */\n securityToken?: string;\n username?: string;\n}\n\nexport function workspaceConnectionUsernamePasswordSerializer(\n item: WorkspaceConnectionUsernamePassword,\n): any {\n return {\n password: item[\"password\"],\n securityToken: item[\"securityToken\"],\n username: item[\"username\"],\n };\n}\n\nexport function workspaceConnectionUsernamePasswordDeserializer(\n item: any,\n): WorkspaceConnectionUsernamePassword {\n return {\n password: item[\"password\"],\n securityToken: item[\"securityToken\"],\n username: item[\"username\"],\n };\n}\n\n/** The properties that the machine learning workspace connection will be updated with. */\nexport interface WorkspaceConnectionUpdateParameter {\n /** The properties that the machine learning workspace connection will be updated with. */\n properties?: WorkspaceConnectionPropertiesV2Union;\n}\n\nexport function workspaceConnectionUpdateParameterSerializer(\n item: WorkspaceConnectionUpdateParameter,\n): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : workspaceConnectionPropertiesV2UnionSerializer(item[\"properties\"]),\n };\n}\n\n/** Paged collection of WorkspaceConnectionPropertiesV2BasicResource items */\nexport interface _WorkspaceConnectionPropertiesV2BasicResourceArmPaginatedResult {\n /** The WorkspaceConnectionPropertiesV2BasicResource items on this page */\n value: WorkspaceConnectionPropertiesV2BasicResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _workspaceConnectionPropertiesV2BasicResourceArmPaginatedResultDeserializer(\n item: any,\n): _WorkspaceConnectionPropertiesV2BasicResourceArmPaginatedResult {\n return {\n value: workspaceConnectionPropertiesV2BasicResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function workspaceConnectionPropertiesV2BasicResourceArraySerializer(\n result: Array<WorkspaceConnectionPropertiesV2BasicResource>,\n): any[] {\n return result.map((item) => {\n return workspaceConnectionPropertiesV2BasicResourceSerializer(item);\n });\n}\n\nexport function workspaceConnectionPropertiesV2BasicResourceArrayDeserializer(\n result: Array<WorkspaceConnectionPropertiesV2BasicResource>,\n): any[] {\n return result.map((item) => {\n return workspaceConnectionPropertiesV2BasicResourceDeserializer(item);\n });\n}\n\n/** RaiBlocklistPropertiesBasicResource is a preview-only resource. */\nexport interface RaiBlocklistPropertiesBasicResource extends ProxyResource {\n /** RAI Custom Blocklist properties. */\n properties: RaiBlocklistProperties;\n}\n\nexport function raiBlocklistPropertiesBasicResourceSerializer(\n item: RaiBlocklistPropertiesBasicResource,\n): any {\n return { properties: raiBlocklistPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function raiBlocklistPropertiesBasicResourceDeserializer(\n item: any,\n): RaiBlocklistPropertiesBasicResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: raiBlocklistPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** RAI Custom Blocklist properties. */\nexport interface RaiBlocklistProperties {\n /** Description of the block list. */\n description?: string;\n}\n\nexport function raiBlocklistPropertiesSerializer(item: RaiBlocklistProperties): any {\n return { description: item[\"description\"] };\n}\n\nexport function raiBlocklistPropertiesDeserializer(item: any): RaiBlocklistProperties {\n return {\n description: item[\"description\"],\n };\n}\n\n/** Paged collection of RaiBlocklistPropertiesBasicResource items */\nexport interface _RaiBlocklistPropertiesBasicResourceArmPaginatedResult {\n /** The RaiBlocklistPropertiesBasicResource items on this page */\n value: RaiBlocklistPropertiesBasicResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _raiBlocklistPropertiesBasicResourceArmPaginatedResultDeserializer(\n item: any,\n): _RaiBlocklistPropertiesBasicResourceArmPaginatedResult {\n return {\n value: raiBlocklistPropertiesBasicResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function raiBlocklistPropertiesBasicResourceArraySerializer(\n result: Array<RaiBlocklistPropertiesBasicResource>,\n): any[] {\n return result.map((item) => {\n return raiBlocklistPropertiesBasicResourceSerializer(item);\n });\n}\n\nexport function raiBlocklistPropertiesBasicResourceArrayDeserializer(\n result: Array<RaiBlocklistPropertiesBasicResource>,\n): any[] {\n return result.map((item) => {\n return raiBlocklistPropertiesBasicResourceDeserializer(item);\n });\n}\n\n/** The Cognitive Services RaiBlocklist Item request body. */\nexport interface RaiBlocklistItemBulkRequest {\n name?: string;\n /** Properties of Cognitive Services RaiBlocklist Item. */\n properties?: RaiBlocklistItemProperties;\n}\n\nexport function raiBlocklistItemBulkRequestSerializer(item: RaiBlocklistItemBulkRequest): any {\n return {\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : raiBlocklistItemPropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** RAI Custom Blocklist Item properties. */\nexport interface RaiBlocklistItemProperties {\n /** If the pattern is a regex pattern. */\n isRegex?: boolean;\n /** Pattern to match against. */\n pattern?: string;\n}\n\nexport function raiBlocklistItemPropertiesSerializer(item: RaiBlocklistItemProperties): any {\n return { isRegex: item[\"isRegex\"], pattern: item[\"pattern\"] };\n}\n\nexport function raiBlocklistItemPropertiesDeserializer(item: any): RaiBlocklistItemProperties {\n return {\n isRegex: item[\"isRegex\"],\n pattern: item[\"pattern\"],\n };\n}\n\n/** RaiBlocklistItemPropertiesBasicResource is a preview-only resource. */\nexport interface RaiBlocklistItemPropertiesBasicResource extends ProxyResource {\n /** RAI Custom Blocklist Item properties. */\n properties: RaiBlocklistItemProperties;\n}\n\nexport function raiBlocklistItemPropertiesBasicResourceSerializer(\n item: RaiBlocklistItemPropertiesBasicResource,\n): any {\n return { properties: raiBlocklistItemPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function raiBlocklistItemPropertiesBasicResourceDeserializer(\n item: any,\n): RaiBlocklistItemPropertiesBasicResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: raiBlocklistItemPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Paged collection of RaiBlocklistItemPropertiesBasicResource items */\nexport interface _RaiBlocklistItemPropertiesBasicResourceArmPaginatedResult {\n /** The RaiBlocklistItemPropertiesBasicResource items on this page */\n value: RaiBlocklistItemPropertiesBasicResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _raiBlocklistItemPropertiesBasicResourceArmPaginatedResultDeserializer(\n item: any,\n): _RaiBlocklistItemPropertiesBasicResourceArmPaginatedResult {\n return {\n value: raiBlocklistItemPropertiesBasicResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function raiBlocklistItemPropertiesBasicResourceArraySerializer(\n result: Array<RaiBlocklistItemPropertiesBasicResource>,\n): any[] {\n return result.map((item) => {\n return raiBlocklistItemPropertiesBasicResourceSerializer(item);\n });\n}\n\nexport function raiBlocklistItemPropertiesBasicResourceArrayDeserializer(\n result: Array<RaiBlocklistItemPropertiesBasicResource>,\n): any[] {\n return result.map((item) => {\n return raiBlocklistItemPropertiesBasicResourceDeserializer(item);\n });\n}\n\n/** Azure OpenAI Content Filters resource list. */\nexport interface _RaiPolicyPropertiesBasicResourceArmPaginatedResult {\n /** The RaiPolicyPropertiesBasicResource items on this page */\n value: RaiPolicyPropertiesBasicResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _raiPolicyPropertiesBasicResourceArmPaginatedResultDeserializer(\n item: any,\n): _RaiPolicyPropertiesBasicResourceArmPaginatedResult {\n return {\n value: raiPolicyPropertiesBasicResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function raiPolicyPropertiesBasicResourceArraySerializer(\n result: Array<RaiPolicyPropertiesBasicResource>,\n): any[] {\n return result.map((item) => {\n return raiPolicyPropertiesBasicResourceSerializer(item);\n });\n}\n\nexport function raiPolicyPropertiesBasicResourceArrayDeserializer(\n result: Array<RaiPolicyPropertiesBasicResource>,\n): any[] {\n return result.map((item) => {\n return raiPolicyPropertiesBasicResourceDeserializer(item);\n });\n}\n\n/** EndpointResourcePropertiesBasicResource is a preview-only resource. */\nexport interface EndpointResourcePropertiesBasicResource extends ProxyResource {\n properties: EndpointResourcePropertiesUnion;\n}\n\nexport function endpointResourcePropertiesBasicResourceSerializer(\n item: EndpointResourcePropertiesBasicResource,\n): any {\n return { properties: endpointResourcePropertiesUnionSerializer(item[\"properties\"]) };\n}\n\nexport function endpointResourcePropertiesBasicResourceDeserializer(\n item: any,\n): EndpointResourcePropertiesBasicResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: endpointResourcePropertiesUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface EndpointResourceProperties */\nexport interface EndpointResourceProperties {\n /** Byo resource id for creating the built-in model service endpoints. */\n associatedResourceId?: string;\n /** Deployments info. */\n deployments?: EndpointDeploymentResourcePropertiesBasicResource[];\n /** Type of the endpoint. */\n /** The discriminator possible values: Azure.ContentSafety, managedOnlineEndpoint, Azure.OpenAI, serverlessEndpoint, Azure.Speech */\n endpointType: EndpointType;\n /** Uri of the endpoint. */\n endpointUri?: string;\n /** The failure reason if the creation failed. */\n failureReason?: string;\n /**\n * Location of the endpoint.\n * Since input dto and when parse endpoint resource share the same contract\n * this Location field is just for parse the endpoint resource info\n * we won't let customer specify the endpoint resource location since we will create it the same location as workspace\n */\n location?: string;\n /** Name of the endpoint. */\n name?: string;\n /** Read-only provision state status property. */\n readonly provisioningState?: DefaultResourceProvisioningState;\n /** Whether the proxy (non-byo) endpoint is a regular endpoint or a OneKeyV2 AI services account endpoint. */\n shouldCreateAiServicesEndpoint?: boolean;\n}\n\nexport function endpointResourcePropertiesSerializer(item: EndpointResourceProperties): any {\n return {\n associatedResourceId: item[\"associatedResourceId\"],\n deployments: !item[\"deployments\"]\n ? item[\"deployments\"]\n : endpointDeploymentResourcePropertiesBasicResourceArraySerializer(item[\"deployments\"]),\n endpointType: item[\"endpointType\"],\n endpointUri: item[\"endpointUri\"],\n failureReason: item[\"failureReason\"],\n location: item[\"location\"],\n name: item[\"name\"],\n shouldCreateAiServicesEndpoint: item[\"shouldCreateAiServicesEndpoint\"],\n };\n}\n\nexport function endpointResourcePropertiesDeserializer(item: any): EndpointResourceProperties {\n return {\n associatedResourceId: item[\"associatedResourceId\"],\n deployments: !item[\"deployments\"]\n ? item[\"deployments\"]\n : endpointDeploymentResourcePropertiesBasicResourceArrayDeserializer(item[\"deployments\"]),\n endpointType: item[\"endpointType\"],\n endpointUri: item[\"endpointUri\"],\n failureReason: item[\"failureReason\"],\n location: item[\"location\"],\n name: item[\"name\"],\n provisioningState: item[\"provisioningState\"],\n shouldCreateAiServicesEndpoint: item[\"shouldCreateAiServicesEndpoint\"],\n };\n}\n\n/** Alias for EndpointResourcePropertiesUnion */\nexport type EndpointResourcePropertiesUnion =\n | ContentSafetyEndpointResourceProperties\n | ManagedOnlineEndpointResourceProperties\n | OpenAIEndpointResourceProperties\n | ServerlessEndpointResourceProperties\n | SpeechEndpointResourceProperties\n | EndpointResourceProperties;\n\nexport function endpointResourcePropertiesUnionSerializer(\n item: EndpointResourcePropertiesUnion,\n): any {\n switch (item.endpointType) {\n case \"Azure.ContentSafety\":\n return contentSafetyEndpointResourcePropertiesSerializer(\n item as ContentSafetyEndpointResourceProperties,\n );\n\n case \"managedOnlineEndpoint\":\n return managedOnlineEndpointResourcePropertiesSerializer(\n item as ManagedOnlineEndpointResourceProperties,\n );\n\n case \"Azure.OpenAI\":\n return openAIEndpointResourcePropertiesSerializer(item as OpenAIEndpointResourceProperties);\n\n case \"serverlessEndpoint\":\n return serverlessEndpointResourcePropertiesSerializer(\n item as ServerlessEndpointResourceProperties,\n );\n\n case \"Azure.Speech\":\n return speechEndpointResourcePropertiesSerializer(item as SpeechEndpointResourceProperties);\n\n default:\n return endpointResourcePropertiesSerializer(item);\n }\n}\n\nexport function endpointResourcePropertiesUnionDeserializer(\n item: any,\n): EndpointResourcePropertiesUnion {\n switch (item[\"endpointType\"]) {\n case \"Azure.ContentSafety\":\n return contentSafetyEndpointResourcePropertiesDeserializer(\n item as ContentSafetyEndpointResourceProperties,\n );\n\n case \"managedOnlineEndpoint\":\n return managedOnlineEndpointResourcePropertiesDeserializer(\n item as ManagedOnlineEndpointResourceProperties,\n );\n\n case \"Azure.OpenAI\":\n return openAIEndpointResourcePropertiesDeserializer(item as OpenAIEndpointResourceProperties);\n\n case \"serverlessEndpoint\":\n return serverlessEndpointResourcePropertiesDeserializer(\n item as ServerlessEndpointResourceProperties,\n );\n\n case \"Azure.Speech\":\n return speechEndpointResourcePropertiesDeserializer(item as SpeechEndpointResourceProperties);\n\n default:\n return endpointResourcePropertiesDeserializer(item);\n }\n}\n\n/** Type of the endpoint. */\nexport enum KnownEndpointType {\n /** Azure.OpenAI */\n AzureOpenAI = \"Azure.OpenAI\",\n /** Azure.Speech */\n AzureSpeech = \"Azure.Speech\",\n /** Azure.ContentSafety */\n AzureContentSafety = \"Azure.ContentSafety\",\n /** Azure.Llama */\n AzureLlama = \"Azure.Llama\",\n /** managedOnlineEndpoint */\n ManagedOnlineEndpoint = \"managedOnlineEndpoint\",\n /** serverlessEndpoint */\n ServerlessEndpoint = \"serverlessEndpoint\",\n}\n\n/**\n * Type of the endpoint. \\\n * {@link KnownEndpointType} can be used interchangeably with EndpointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Azure.OpenAI** \\\n * **Azure.Speech** \\\n * **Azure.ContentSafety** \\\n * **Azure.Llama** \\\n * **managedOnlineEndpoint** \\\n * **serverlessEndpoint**\n */\nexport type EndpointType = string;\n\n/** model interface ContentSafetyEndpointResourceProperties */\nexport interface ContentSafetyEndpointResourceProperties extends EndpointResourceProperties {\n /** Type of the endpoint. */\n endpointType: \"Azure.ContentSafety\";\n}\n\nexport function contentSafetyEndpointResourcePropertiesSerializer(\n item: ContentSafetyEndpointResourceProperties,\n): any {\n return {\n associatedResourceId: item[\"associatedResourceId\"],\n deployments: !item[\"deployments\"]\n ? item[\"deployments\"]\n : endpointDeploymentResourcePropertiesBasicResourceArraySerializer(item[\"deployments\"]),\n endpointType: item[\"endpointType\"],\n endpointUri: item[\"endpointUri\"],\n failureReason: item[\"failureReason\"],\n location: item[\"location\"],\n name: item[\"name\"],\n shouldCreateAiServicesEndpoint: item[\"shouldCreateAiServicesEndpoint\"],\n };\n}\n\nexport function contentSafetyEndpointResourcePropertiesDeserializer(\n item: any,\n): ContentSafetyEndpointResourceProperties {\n return {\n associatedResourceId: item[\"associatedResourceId\"],\n deployments: !item[\"deployments\"]\n ? item[\"deployments\"]\n : endpointDeploymentResourcePropertiesBasicResourceArrayDeserializer(item[\"deployments\"]),\n endpointType: item[\"endpointType\"],\n endpointUri: item[\"endpointUri\"],\n failureReason: item[\"failureReason\"],\n location: item[\"location\"],\n name: item[\"name\"],\n provisioningState: item[\"provisioningState\"],\n shouldCreateAiServicesEndpoint: item[\"shouldCreateAiServicesEndpoint\"],\n };\n}\n\n/** model interface ManagedOnlineEndpointResourceProperties */\nexport interface ManagedOnlineEndpointResourceProperties extends EndpointResourceProperties {\n /** Enum to determine endpoint authentication mode. */\n authMode?: EndpointAuthMode;\n compute?: string;\n description?: string;\n mirrorTraffic?: Record<string, number>;\n scoringUri?: string;\n traffic?: Record<string, number>;\n /** Type of the endpoint. */\n endpointType: \"managedOnlineEndpoint\";\n}\n\nexport function managedOnlineEndpointResourcePropertiesSerializer(\n item: ManagedOnlineEndpointResourceProperties,\n): any {\n return {\n associatedResourceId: item[\"associatedResourceId\"],\n deployments: !item[\"deployments\"]\n ? item[\"deployments\"]\n : endpointDeploymentResourcePropertiesBasicResourceArraySerializer(item[\"deployments\"]),\n endpointType: item[\"endpointType\"],\n endpointUri: item[\"endpointUri\"],\n failureReason: item[\"failureReason\"],\n location: item[\"location\"],\n name: item[\"name\"],\n shouldCreateAiServicesEndpoint: item[\"shouldCreateAiServicesEndpoint\"],\n authMode: item[\"authMode\"],\n compute: item[\"compute\"],\n description: item[\"description\"],\n mirrorTraffic: item[\"mirrorTraffic\"],\n scoringUri: item[\"scoringUri\"],\n traffic: item[\"traffic\"],\n };\n}\n\nexport function managedOnlineEndpointResourcePropertiesDeserializer(\n item: any,\n): ManagedOnlineEndpointResourceProperties {\n return {\n associatedResourceId: item[\"associatedResourceId\"],\n deployments: !item[\"deployments\"]\n ? item[\"deployments\"]\n : endpointDeploymentResourcePropertiesBasicResourceArrayDeserializer(item[\"deployments\"]),\n endpointType: item[\"endpointType\"],\n endpointUri: item[\"endpointUri\"],\n failureReason: item[\"failureReason\"],\n location: item[\"location\"],\n name: item[\"name\"],\n provisioningState: item[\"provisioningState\"],\n shouldCreateAiServicesEndpoint: item[\"shouldCreateAiServicesEndpoint\"],\n authMode: item[\"authMode\"],\n compute: item[\"compute\"],\n description: item[\"description\"],\n mirrorTraffic: !item[\"mirrorTraffic\"]\n ? item[\"mirrorTraffic\"]\n : Object.fromEntries(\n Object.entries(item[\"mirrorTraffic\"]).map(([k, p]: [string, any]) => [k, p]),\n ),\n scoringUri: item[\"scoringUri\"],\n traffic: !item[\"traffic\"]\n ? item[\"traffic\"]\n : Object.fromEntries(Object.entries(item[\"traffic\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** model interface OpenAIEndpointResourceProperties */\nexport interface OpenAIEndpointResourceProperties extends EndpointResourceProperties {\n /** Type of the endpoint. */\n endpointType: \"Azure.OpenAI\";\n}\n\nexport function openAIEndpointResourcePropertiesSerializer(\n item: OpenAIEndpointResourceProperties,\n): any {\n return {\n associatedResourceId: item[\"associatedResourceId\"],\n deployments: !item[\"deployments\"]\n ? item[\"deployments\"]\n : endpointDeploymentResourcePropertiesBasicResourceArraySerializer(item[\"deployments\"]),\n endpointType: item[\"endpointType\"],\n endpointUri: item[\"endpointUri\"],\n failureReason: item[\"failureReason\"],\n location: item[\"location\"],\n name: item[\"name\"],\n shouldCreateAiServicesEndpoint: item[\"shouldCreateAiServicesEndpoint\"],\n };\n}\n\nexport function openAIEndpointResourcePropertiesDeserializer(\n item: any,\n): OpenAIEndpointResourceProperties {\n return {\n associatedResourceId: item[\"associatedResourceId\"],\n deployments: !item[\"deployments\"]\n ? item[\"deployments\"]\n : endpointDeploymentResourcePropertiesBasicResourceArrayDeserializer(item[\"deployments\"]),\n endpointType: item[\"endpointType\"],\n endpointUri: item[\"endpointUri\"],\n failureReason: item[\"failureReason\"],\n location: item[\"location\"],\n name: item[\"name\"],\n provisioningState: item[\"provisioningState\"],\n shouldCreateAiServicesEndpoint: item[\"shouldCreateAiServicesEndpoint\"],\n };\n}\n\n/** model interface ServerlessEndpointResourceProperties */\nexport interface ServerlessEndpointResourceProperties extends EndpointResourceProperties {\n authMode?: ServerlessInferenceEndpointAuthMode;\n capacityReservation?: ServerlessEndpointCapacityReservation;\n contentSafety?: ServerlessEndpointContentSafety;\n /** State of the Serverless Endpoint. */\n endpointState?: ServerlessEndpointState;\n inferenceEndpoint?: ServerlessEndpointInferenceEndpoint;\n marketplaceSubscriptionId?: string;\n metadata?: any;\n modelSettings?: ServerlessEndpointModelSettings;\n offer?: ServerlessOffer;\n /** Type of the endpoint. */\n endpointType: \"serverlessEndpoint\";\n}\n\nexport function serverlessEndpointResourcePropertiesSerializer(\n item: ServerlessEndpointResourceProperties,\n): any {\n return {\n associatedResourceId: item[\"associatedResourceId\"],\n deployments: !item[\"deployments\"]\n ? item[\"deployments\"]\n : endpointDeploymentResourcePropertiesBasicResourceArraySerializer(item[\"deployments\"]),\n endpointType: item[\"endpointType\"],\n endpointUri: item[\"endpointUri\"],\n failureReason: item[\"failureReason\"],\n location: item[\"location\"],\n name: item[\"name\"],\n shouldCreateAiServicesEndpoint: item[\"shouldCreateAiServicesEndpoint\"],\n authMode: item[\"authMode\"],\n capacityReservation: !item[\"capacityReservation\"]\n ? item[\"capacityReservation\"]\n : serverlessEndpointCapacityReservationSerializer(item[\"capacityReservation\"]),\n contentSafety: !item[\"contentSafety\"]\n ? item[\"contentSafety\"]\n : serverlessEndpointContentSafetySerializer(item[\"contentSafety\"]),\n endpointState: item[\"endpointState\"],\n inferenceEndpoint: !item[\"inferenceEndpoint\"]\n ? item[\"inferenceEndpoint\"]\n : serverlessEndpointInferenceEndpointSerializer(item[\"inferenceEndpoint\"]),\n marketplaceSubscriptionId: item[\"marketplaceSubscriptionId\"],\n metadata: item[\"metadata\"],\n modelSettings: !item[\"modelSettings\"]\n ? item[\"modelSettings\"]\n : serverlessEndpointModelSettingsSerializer(item[\"modelSettings\"]),\n offer: !item[\"offer\"] ? item[\"offer\"] : serverlessOfferSerializer(item[\"offer\"]),\n };\n}\n\nexport function serverlessEndpointResourcePropertiesDeserializer(\n item: any,\n): ServerlessEndpointResourceProperties {\n return {\n associatedResourceId: item[\"associatedResourceId\"],\n deployments: !item[\"deployments\"]\n ? item[\"deployments\"]\n : endpointDeploymentResourcePropertiesBasicResourceArrayDeserializer(item[\"deployments\"]),\n endpointType: item[\"endpointType\"],\n endpointUri: item[\"endpointUri\"],\n failureReason: item[\"failureReason\"],\n location: item[\"location\"],\n name: item[\"name\"],\n provisioningState: item[\"provisioningState\"],\n shouldCreateAiServicesEndpoint: item[\"shouldCreateAiServicesEndpoint\"],\n authMode: item[\"authMode\"],\n capacityReservation: !item[\"capacityReservation\"]\n ? item[\"capacityReservation\"]\n : serverlessEndpointCapacityReservationDeserializer(item[\"capacityReservation\"]),\n contentSafety: !item[\"contentSafety\"]\n ? item[\"contentSafety\"]\n : serverlessEndpointContentSafetyDeserializer(item[\"contentSafety\"]),\n endpointState: item[\"endpointState\"],\n inferenceEndpoint: !item[\"inferenceEndpoint\"]\n ? item[\"inferenceEndpoint\"]\n : serverlessEndpointInferenceEndpointDeserializer(item[\"inferenceEndpoint\"]),\n marketplaceSubscriptionId: item[\"marketplaceSubscriptionId\"],\n metadata: item[\"metadata\"],\n modelSettings: !item[\"modelSettings\"]\n ? item[\"modelSettings\"]\n : serverlessEndpointModelSettingsDeserializer(item[\"modelSettings\"]),\n offer: !item[\"offer\"] ? item[\"offer\"] : serverlessOfferDeserializer(item[\"offer\"]),\n };\n}\n\n/** model interface ServerlessEndpointCapacityReservation */\nexport interface ServerlessEndpointCapacityReservation {\n capacityReservationGroupId: string;\n endpointReservedCapacity?: number;\n}\n\nexport function serverlessEndpointCapacityReservationSerializer(\n item: ServerlessEndpointCapacityReservation,\n): any {\n return {\n capacityReservationGroupId: item[\"capacityReservationGroupId\"],\n endpointReservedCapacity: item[\"endpointReservedCapacity\"],\n };\n}\n\nexport function serverlessEndpointCapacityReservationDeserializer(\n item: any,\n): ServerlessEndpointCapacityReservation {\n return {\n capacityReservationGroupId: item[\"capacityReservationGroupId\"],\n endpointReservedCapacity: item[\"endpointReservedCapacity\"],\n };\n}\n\n/** model interface ServerlessEndpointContentSafety */\nexport interface ServerlessEndpointContentSafety {\n /** Specifies the status of content safety. */\n contentSafetyStatus: ContentSafetyStatus;\n}\n\nexport function serverlessEndpointContentSafetySerializer(\n item: ServerlessEndpointContentSafety,\n): any {\n return { contentSafetyStatus: item[\"contentSafetyStatus\"] };\n}\n\nexport function serverlessEndpointContentSafetyDeserializer(\n item: any,\n): ServerlessEndpointContentSafety {\n return {\n contentSafetyStatus: item[\"contentSafetyStatus\"],\n };\n}\n\n/** model interface ServerlessEndpointInferenceEndpoint */\nexport interface ServerlessEndpointInferenceEndpoint {\n readonly headers?: Record<string, string>;\n readonly uri: string;\n}\n\nexport function serverlessEndpointInferenceEndpointSerializer(\n _item: ServerlessEndpointInferenceEndpoint,\n): any {\n return {};\n}\n\nexport function serverlessEndpointInferenceEndpointDeserializer(\n item: any,\n): ServerlessEndpointInferenceEndpoint {\n return {\n headers: !item[\"headers\"]\n ? item[\"headers\"]\n : Object.fromEntries(Object.entries(item[\"headers\"]).map(([k, p]: [string, any]) => [k, p])),\n uri: item[\"uri\"],\n };\n}\n\n/** model interface ServerlessEndpointModelSettings */\nexport interface ServerlessEndpointModelSettings {\n modelId: string;\n}\n\nexport function serverlessEndpointModelSettingsSerializer(\n item: ServerlessEndpointModelSettings,\n): any {\n return { modelId: item[\"modelId\"] };\n}\n\nexport function serverlessEndpointModelSettingsDeserializer(\n item: any,\n): ServerlessEndpointModelSettings {\n return {\n modelId: item[\"modelId\"],\n };\n}\n\n/** model interface ServerlessOffer */\nexport interface ServerlessOffer {\n offerName: string;\n publisher: string;\n}\n\nexport function serverlessOfferSerializer(item: ServerlessOffer): any {\n return { offerName: item[\"offerName\"], publisher: item[\"publisher\"] };\n}\n\nexport function serverlessOfferDeserializer(item: any): ServerlessOffer {\n return {\n offerName: item[\"offerName\"],\n publisher: item[\"publisher\"],\n };\n}\n\n/** model interface SpeechEndpointResourceProperties */\nexport interface SpeechEndpointResourceProperties extends EndpointResourceProperties {\n /** Type of the endpoint. */\n endpointType: \"Azure.Speech\";\n}\n\nexport function speechEndpointResourcePropertiesSerializer(\n item: SpeechEndpointResourceProperties,\n): any {\n return {\n associatedResourceId: item[\"associatedResourceId\"],\n deployments: !item[\"deployments\"]\n ? item[\"deployments\"]\n : endpointDeploymentResourcePropertiesBasicResourceArraySerializer(item[\"deployments\"]),\n endpointType: item[\"endpointType\"],\n endpointUri: item[\"endpointUri\"],\n failureReason: item[\"failureReason\"],\n location: item[\"location\"],\n name: item[\"name\"],\n shouldCreateAiServicesEndpoint: item[\"shouldCreateAiServicesEndpoint\"],\n };\n}\n\nexport function speechEndpointResourcePropertiesDeserializer(\n item: any,\n): SpeechEndpointResourceProperties {\n return {\n associatedResourceId: item[\"associatedResourceId\"],\n deployments: !item[\"deployments\"]\n ? item[\"deployments\"]\n : endpointDeploymentResourcePropertiesBasicResourceArrayDeserializer(item[\"deployments\"]),\n endpointType: item[\"endpointType\"],\n endpointUri: item[\"endpointUri\"],\n failureReason: item[\"failureReason\"],\n location: item[\"location\"],\n name: item[\"name\"],\n provisioningState: item[\"provisioningState\"],\n shouldCreateAiServicesEndpoint: item[\"shouldCreateAiServicesEndpoint\"],\n };\n}\n\n/** Paged collection of EndpointResourcePropertiesBasicResource items */\nexport interface _EndpointResourcePropertiesBasicResourceArmPaginatedResult {\n /** The EndpointResourcePropertiesBasicResource items on this page */\n value: EndpointResourcePropertiesBasicResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _endpointResourcePropertiesBasicResourceArmPaginatedResultDeserializer(\n item: any,\n): _EndpointResourcePropertiesBasicResourceArmPaginatedResult {\n return {\n value: endpointResourcePropertiesBasicResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function endpointResourcePropertiesBasicResourceArraySerializer(\n result: Array<EndpointResourcePropertiesBasicResource>,\n): any[] {\n return result.map((item) => {\n return endpointResourcePropertiesBasicResourceSerializer(item);\n });\n}\n\nexport function endpointResourcePropertiesBasicResourceArrayDeserializer(\n result: Array<EndpointResourcePropertiesBasicResource>,\n): any[] {\n return result.map((item) => {\n return endpointResourcePropertiesBasicResourceDeserializer(item);\n });\n}\n\n/** model interface EndpointKeys */\nexport interface EndpointKeys {\n /** Dictionary of Keys for the endpoint. */\n keys?: AccountApiKeys;\n}\n\nexport function endpointKeysDeserializer(item: any): EndpointKeys {\n return {\n keys: !item[\"keys\"] ? item[\"keys\"] : accountApiKeysDeserializer(item[\"keys\"]),\n };\n}\n\n/** model interface AccountApiKeys */\nexport interface AccountApiKeys {\n key1?: string;\n key2?: string;\n}\n\nexport function accountApiKeysDeserializer(item: any): AccountApiKeys {\n return {\n key1: item[\"key1\"],\n key2: item[\"key2\"],\n };\n}\n\n/** model interface RegenerateServiceAccountKeyContent */\nexport interface RegenerateServiceAccountKeyContent {\n keyName?: ServiceAccountKeyName;\n}\n\nexport function regenerateServiceAccountKeyContentSerializer(\n item: RegenerateServiceAccountKeyContent,\n): any {\n return { keyName: item[\"keyName\"] };\n}\n\n/** Known values of {@link ServiceAccountKeyName} that the service accepts. */\nexport enum KnownServiceAccountKeyName {\n /** Key1 */\n Key1 = \"Key1\",\n /** Key2 */\n Key2 = \"Key2\",\n}\n\n/** Type of ServiceAccountKeyName */\nexport type ServiceAccountKeyName = string;\n\n/** Concrete proxy resource types can be created by aliasing this type using a specific property type. */\nexport interface OutboundRuleBasicResource extends ProxyResource {\n /** Outbound Rule for the managed network of a machine learning workspace. */\n properties: OutboundRuleUnion;\n}\n\nexport function outboundRuleBasicResourceSerializer(item: OutboundRuleBasicResource): any {\n return { properties: outboundRuleUnionSerializer(item[\"properties\"]) };\n}\n\nexport function outboundRuleBasicResourceDeserializer(item: any): OutboundRuleBasicResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: outboundRuleUnionDeserializer(item[\"properties\"]),\n };\n}\n\n/** Paged collection of OutboundRuleBasicResource items */\nexport interface _OutboundRuleListResult {\n /** The OutboundRuleBasicResource items on this page */\n value: OutboundRuleBasicResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _outboundRuleListResultDeserializer(item: any): _OutboundRuleListResult {\n return {\n value: outboundRuleBasicResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function outboundRuleBasicResourceArraySerializer(\n result: Array<OutboundRuleBasicResource>,\n): any[] {\n return result.map((item) => {\n return outboundRuleBasicResourceSerializer(item);\n });\n}\n\nexport function outboundRuleBasicResourceArrayDeserializer(\n result: Array<OutboundRuleBasicResource>,\n): any[] {\n return result.map((item) => {\n return outboundRuleBasicResourceDeserializer(item);\n });\n}\n\n/** ManagedNetworkSettingsPropertiesBasicResource is a preview-only resource. */\nexport interface ManagedNetworkSettingsPropertiesBasicResource extends ProxyResource {\n /** The properties of the managed network settings of a machine learning workspace. */\n properties?: ManagedNetworkSettingsProperties;\n}\n\nexport function managedNetworkSettingsPropertiesBasicResourceSerializer(\n item: ManagedNetworkSettingsPropertiesBasicResource,\n): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : managedNetworkSettingsPropertiesSerializer(item[\"properties\"]),\n };\n}\n\nexport function managedNetworkSettingsPropertiesBasicResourceDeserializer(\n item: any,\n): ManagedNetworkSettingsPropertiesBasicResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : managedNetworkSettingsPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The properties of the managed network settings of a machine learning workspace. */\nexport interface ManagedNetworkSettingsProperties {\n /** Managed Network settings for a machine learning workspace. */\n managedNetwork?: ManagedNetworkSettingsEx;\n /** The current deployment state of the managed network resource. The provisioningState is to indicate states for resource provisioning. */\n readonly provisioningState?: ManagedNetworkProvisioningState;\n}\n\nexport function managedNetworkSettingsPropertiesSerializer(\n item: ManagedNetworkSettingsProperties,\n): any {\n return {\n managedNetwork: !item[\"managedNetwork\"]\n ? item[\"managedNetwork\"]\n : managedNetworkSettingsExSerializer(item[\"managedNetwork\"]),\n };\n}\n\nexport function managedNetworkSettingsPropertiesDeserializer(\n item: any,\n): ManagedNetworkSettingsProperties {\n return {\n managedNetwork: !item[\"managedNetwork\"]\n ? item[\"managedNetwork\"]\n : managedNetworkSettingsExDeserializer(item[\"managedNetwork\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** model interface ManagedNetworkSettingsEx */\nexport interface ManagedNetworkSettingsEx extends ManagedNetworkSettings {\n readonly changeableIsolationModes?: IsolationMode[];\n}\n\nexport function managedNetworkSettingsExSerializer(item: ManagedNetworkSettingsEx): any {\n return {\n enableNetworkMonitor: item[\"enableNetworkMonitor\"],\n isolationMode: item[\"isolationMode\"],\n outboundRules: !item[\"outboundRules\"]\n ? item[\"outboundRules\"]\n : outboundRuleUnionRecordSerializer(item[\"outboundRules\"]),\n status: !item[\"status\"]\n ? item[\"status\"]\n : managedNetworkProvisionStatusSerializer(item[\"status\"]),\n firewallSku: item[\"firewallSku\"],\n managedNetworkKind: item[\"managedNetworkKind\"],\n };\n}\n\nexport function managedNetworkSettingsExDeserializer(item: any): ManagedNetworkSettingsEx {\n return {\n enableNetworkMonitor: item[\"enableNetworkMonitor\"],\n isolationMode: item[\"isolationMode\"],\n networkId: item[\"networkId\"],\n outboundRules: !item[\"outboundRules\"]\n ? item[\"outboundRules\"]\n : outboundRuleUnionRecordDeserializer(item[\"outboundRules\"]),\n status: !item[\"status\"]\n ? item[\"status\"]\n : managedNetworkProvisionStatusDeserializer(item[\"status\"]),\n firewallSku: item[\"firewallSku\"],\n managedNetworkKind: item[\"managedNetworkKind\"],\n firewallPublicIpAddress: item[\"firewallPublicIpAddress\"],\n changeableIsolationModes: !item[\"changeableIsolationModes\"]\n ? item[\"changeableIsolationModes\"]\n : item[\"changeableIsolationModes\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Known values of {@link ManagedNetworkProvisioningState} that the service accepts. */\nexport enum KnownManagedNetworkProvisioningState {\n /** Deferred */\n Deferred = \"Deferred\",\n /** Updating */\n Updating = \"Updating\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Deleted */\n Deleted = \"Deleted\",\n}\n\n/** Type of ManagedNetworkProvisioningState */\nexport type ManagedNetworkProvisioningState = string;\n\n/** Paged collection of ManagedNetworkSettingsPropertiesBasicResource items */\nexport interface _ManagedNetworkListResult {\n /** The ManagedNetworkSettingsPropertiesBasicResource items on this page */\n value: ManagedNetworkSettingsPropertiesBasicResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _managedNetworkListResultDeserializer(item: any): _ManagedNetworkListResult {\n return {\n value: managedNetworkSettingsPropertiesBasicResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function managedNetworkSettingsPropertiesBasicResourceArraySerializer(\n result: Array<ManagedNetworkSettingsPropertiesBasicResource>,\n): any[] {\n return result.map((item) => {\n return managedNetworkSettingsPropertiesBasicResourceSerializer(item);\n });\n}\n\nexport function managedNetworkSettingsPropertiesBasicResourceArrayDeserializer(\n result: Array<ManagedNetworkSettingsPropertiesBasicResource>,\n): any[] {\n return result.map((item) => {\n return managedNetworkSettingsPropertiesBasicResourceDeserializer(item);\n });\n}\n\n/** model interface ManagedNetworkSettingsBasicResource */\nexport interface ManagedNetworkSettingsBasicResource extends Resource {\n /** Managed Network settings for a machine learning workspace. */\n properties?: ManagedNetworkSettings;\n}\n\nexport function managedNetworkSettingsBasicResourceSerializer(\n item: ManagedNetworkSettingsBasicResource,\n): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : managedNetworkSettingsSerializer(item[\"properties\"]),\n };\n}\n\n/** The List Usages operation response. */\nexport interface _ListUsagesResult {\n /** The Usage items on this page */\n readonly value: Usage[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _listUsagesResultDeserializer(item: any): _ListUsagesResult {\n return {\n value: usageArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function usageArrayDeserializer(result: Array<Usage>): any[] {\n return result.map((item) => {\n return usageDeserializer(item);\n });\n}\n\n/** Describes AML Resource Usage. */\nexport interface Usage {\n /** Specifies the resource ID. */\n readonly id?: string;\n /** Region of the AML workspace in the id. */\n readonly amlWorkspaceLocation?: string;\n /** Specifies the resource type. */\n readonly type?: string;\n /** An enum describing the unit of usage measurement. */\n readonly unit?: UsageUnit;\n /** The current usage of the resource. */\n readonly currentValue?: number;\n /** The maximum permitted usage of the resource. */\n readonly limit?: number;\n /** The name of the type of usage. */\n readonly name?: UsageName;\n}\n\nexport function usageDeserializer(item: any): Usage {\n return {\n id: item[\"id\"],\n amlWorkspaceLocation: item[\"amlWorkspaceLocation\"],\n type: item[\"type\"],\n unit: item[\"unit\"],\n currentValue: item[\"currentValue\"],\n limit: item[\"limit\"],\n name: !item[\"name\"] ? item[\"name\"] : usageNameDeserializer(item[\"name\"]),\n };\n}\n\n/** An enum describing the unit of usage measurement. */\nexport enum KnownUsageUnit {\n /** Count */\n Count = \"Count\",\n}\n\n/**\n * An enum describing the unit of usage measurement. \\\n * {@link KnownUsageUnit} can be used interchangeably with UsageUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Count**\n */\nexport type UsageUnit = string;\n\n/** The Usage Names. */\nexport interface UsageName {\n /** The name of the resource. */\n readonly value?: string;\n /** The localized name of the resource. */\n readonly localizedValue?: string;\n}\n\nexport function usageNameDeserializer(item: any): UsageName {\n return {\n value: item[\"value\"],\n localizedValue: item[\"localizedValue\"],\n };\n}\n\n/** Quota update parameters. */\nexport interface QuotaUpdateParameters {\n /** The list for update quota. */\n value?: QuotaBaseProperties[];\n /** Region of workspace quota to be updated. */\n location?: string;\n}\n\nexport function quotaUpdateParametersSerializer(item: QuotaUpdateParameters): any {\n return {\n value: !item[\"value\"] ? item[\"value\"] : quotaBasePropertiesArraySerializer(item[\"value\"]),\n location: item[\"location\"],\n };\n}\n\nexport function quotaBasePropertiesArraySerializer(result: Array<QuotaBaseProperties>): any[] {\n return result.map((item) => {\n return quotaBasePropertiesSerializer(item);\n });\n}\n\n/** The properties for Quota update or retrieval. */\nexport interface QuotaBaseProperties {\n /** Specifies the resource ID. */\n id?: string;\n /** Specifies the resource type. */\n type?: string;\n /** The maximum permitted quota of the resource. */\n limit?: number;\n /** An enum describing the unit of quota measurement. */\n unit?: QuotaUnit;\n}\n\nexport function quotaBasePropertiesSerializer(item: QuotaBaseProperties): any {\n return { id: item[\"id\"], type: item[\"type\"], limit: item[\"limit\"], unit: item[\"unit\"] };\n}\n\n/** An enum describing the unit of quota measurement. */\nexport enum KnownQuotaUnit {\n /** Count */\n Count = \"Count\",\n}\n\n/**\n * An enum describing the unit of quota measurement. \\\n * {@link KnownQuotaUnit} can be used interchangeably with QuotaUnit,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Count**\n */\nexport type QuotaUnit = string;\n\n/** The result of update workspace quota. */\nexport interface UpdateWorkspaceQuotasResult {\n /** The list of workspace quota update result. */\n readonly value?: UpdateWorkspaceQuotas[];\n /** The URI to fetch the next page of workspace quota update result. Call ListNext() with this to fetch the next page of Workspace Quota update result. */\n readonly nextLink?: string;\n}\n\nexport function updateWorkspaceQuotasResultDeserializer(item: any): UpdateWorkspaceQuotasResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : updateWorkspaceQuotasArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function updateWorkspaceQuotasArrayDeserializer(\n result: Array<UpdateWorkspaceQuotas>,\n): any[] {\n return result.map((item) => {\n return updateWorkspaceQuotasDeserializer(item);\n });\n}\n\n/** The properties for update Quota response. */\nexport interface UpdateWorkspaceQuotas {\n /** Specifies the resource ID. */\n readonly id?: string;\n /** Specifies the resource type. */\n readonly type?: string;\n /** The maximum permitted quota of the resource. */\n limit?: number;\n /** An enum describing the unit of quota measurement. */\n readonly unit?: QuotaUnit;\n /** Status of update workspace quota. */\n readonly status?: Status;\n}\n\nexport function updateWorkspaceQuotasDeserializer(item: any): UpdateWorkspaceQuotas {\n return {\n id: item[\"id\"],\n type: item[\"type\"],\n limit: item[\"limit\"],\n unit: item[\"unit\"],\n status: item[\"status\"],\n };\n}\n\n/** Status of update workspace quota. */\nexport enum KnownStatus {\n /** Undefined */\n Undefined = \"Undefined\",\n /** Success */\n Success = \"Success\",\n /** Failure */\n Failure = \"Failure\",\n /** InvalidQuotaBelowClusterMinimum */\n InvalidQuotaBelowClusterMinimum = \"InvalidQuotaBelowClusterMinimum\",\n /** InvalidQuotaExceedsSubscriptionLimit */\n InvalidQuotaExceedsSubscriptionLimit = \"InvalidQuotaExceedsSubscriptionLimit\",\n /** InvalidVMFamilyName */\n InvalidVMFamilyName = \"InvalidVMFamilyName\",\n /** OperationNotSupportedForSku */\n OperationNotSupportedForSku = \"OperationNotSupportedForSku\",\n /** OperationNotEnabledForRegion */\n OperationNotEnabledForRegion = \"OperationNotEnabledForRegion\",\n}\n\n/**\n * Status of update workspace quota. \\\n * {@link KnownStatus} can be used interchangeably with Status,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Undefined** \\\n * **Success** \\\n * **Failure** \\\n * **InvalidQuotaBelowClusterMinimum** \\\n * **InvalidQuotaExceedsSubscriptionLimit** \\\n * **InvalidVMFamilyName** \\\n * **OperationNotSupportedForSku** \\\n * **OperationNotEnabledForRegion**\n */\nexport type Status = string;\n\n/** The List WorkspaceQuotasByVMFamily operation response. */\nexport interface _ListWorkspaceQuotas {\n /** The ResourceQuota items on this page */\n readonly value: ResourceQuota[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _listWorkspaceQuotasDeserializer(item: any): _ListWorkspaceQuotas {\n return {\n value: resourceQuotaArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function resourceQuotaArrayDeserializer(result: Array<ResourceQuota>): any[] {\n return result.map((item) => {\n return resourceQuotaDeserializer(item);\n });\n}\n\n/** The quota assigned to a resource. */\nexport interface ResourceQuota {\n /** Specifies the resource ID. */\n readonly id?: string;\n /** Region of the AML workspace in the id. */\n readonly amlWorkspaceLocation?: string;\n /** Specifies the resource type. */\n readonly type?: string;\n /** Name of the resource. */\n readonly name?: ResourceName;\n /** The maximum permitted quota of the resource. */\n readonly limit?: number;\n /** An enum describing the unit of quota measurement. */\n readonly unit?: QuotaUnit;\n}\n\nexport function resourceQuotaDeserializer(item: any): ResourceQuota {\n return {\n id: item[\"id\"],\n amlWorkspaceLocation: item[\"amlWorkspaceLocation\"],\n type: item[\"type\"],\n name: !item[\"name\"] ? item[\"name\"] : resourceNameDeserializer(item[\"name\"]),\n limit: item[\"limit\"],\n unit: item[\"unit\"],\n };\n}\n\n/** The Resource Name. */\nexport interface ResourceName {\n /** The name of the resource. */\n readonly value?: string;\n /** The localized name of the resource. */\n readonly localizedValue?: string;\n}\n\nexport function resourceNameDeserializer(item: any): ResourceName {\n return {\n value: item[\"value\"],\n localizedValue: item[\"localizedValue\"],\n };\n}\n\n/** A paginated list of AvailableQuota entities. */\nexport interface _AvailableQuotaArmPaginatedResult {\n /** The AvailableQuota items on this page */\n value: AvailableQuota[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _availableQuotaArmPaginatedResultDeserializer(\n item: any,\n): _AvailableQuotaArmPaginatedResult {\n return {\n value: availableQuotaArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function availableQuotaArrayDeserializer(result: Array<AvailableQuota>): any[] {\n return result.map((item) => {\n return availableQuotaDeserializer(item);\n });\n}\n\n/** model interface AvailableQuota */\nexport interface AvailableQuota {\n /** Available quota properties */\n properties?: AvailableQuotaProperties;\n}\n\nexport function availableQuotaDeserializer(item: any): AvailableQuota {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : availableQuotaPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** model interface AvailableQuotaProperties */\nexport interface AvailableQuotaProperties {\n /** The number of available quota */\n total?: number;\n}\n\nexport function availableQuotaPropertiesDeserializer(item: any): AvailableQuotaProperties {\n return {\n total: item[\"total\"],\n };\n}\n\n/** A paginated list of UsageAndQuotaDetails entities. */\nexport interface _UsageAndQuotaDetailsArmPaginatedResult {\n /** The UsageAndQuotaDetails items on this page */\n value: UsageAndQuotaDetails[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _usageAndQuotaDetailsArmPaginatedResultDeserializer(\n item: any,\n): _UsageAndQuotaDetailsArmPaginatedResult {\n return {\n value: usageAndQuotaDetailsArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function usageAndQuotaDetailsArrayDeserializer(result: Array<UsageAndQuotaDetails>): any[] {\n return result.map((item) => {\n return usageAndQuotaDetailsDeserializer(item);\n });\n}\n\n/** model interface UsageAndQuotaDetails */\nexport interface UsageAndQuotaDetails {\n /** Model collection name */\n modelCollection?: string;\n /** The total number of quota */\n quota?: number;\n /** Usage details for each deployment */\n usageDetails?: PTUDeploymentUsage[];\n}\n\nexport function usageAndQuotaDetailsDeserializer(item: any): UsageAndQuotaDetails {\n return {\n modelCollection: item[\"modelCollection\"],\n quota: item[\"quota\"],\n usageDetails: !item[\"usageDetails\"]\n ? item[\"usageDetails\"]\n : ptuDeploymentUsageArrayDeserializer(item[\"usageDetails\"]),\n };\n}\n\nexport function ptuDeploymentUsageArrayDeserializer(result: Array<PTUDeploymentUsage>): any[] {\n return result.map((item) => {\n return ptuDeploymentUsageDeserializer(item);\n });\n}\n\n/** model interface PTUDeploymentUsage */\nexport interface PTUDeploymentUsage {\n /** Usage number from the collection level quota */\n collectionQuotaUsage?: number;\n /** Deployment name */\n deploymentName?: string;\n /** Resource group name */\n resourceGroup?: string;\n /** Usage number from subscription level quota */\n usage?: number;\n /** Workspace name */\n workspaceName?: string;\n}\n\nexport function ptuDeploymentUsageDeserializer(item: any): PTUDeploymentUsage {\n return {\n collectionQuotaUsage: item[\"collectionQuotaUsage\"],\n deploymentName: item[\"deploymentName\"],\n resourceGroup: item[\"resourceGroup\"],\n usage: item[\"usage\"],\n workspaceName: item[\"workspaceName\"],\n };\n}\n\n/** Known values of {@link ListViewType} that the service accepts. */\nexport enum KnownListViewType {\n /** ActiveOnly */\n ActiveOnly = \"ActiveOnly\",\n /** ArchivedOnly */\n ArchivedOnly = \"ArchivedOnly\",\n /** All */\n All = \"All\",\n}\n\n/** Type of ListViewType */\nexport type ListViewType = string;\n\n/** Known values of {@link OrderString} that the service accepts. */\nexport enum KnownOrderString {\n /** CreatedAtDesc */\n CreatedAtDesc = \"CreatedAtDesc\",\n /** CreatedAtAsc */\n CreatedAtAsc = \"CreatedAtAsc\",\n /** UpdatedAtDesc */\n UpdatedAtDesc = \"UpdatedAtDesc\",\n /** UpdatedAtAsc */\n UpdatedAtAsc = \"UpdatedAtAsc\",\n}\n\n/** Type of OrderString */\nexport type OrderString = string;\n\n/** Known values of {@link ScheduleListViewType} that the service accepts. */\nexport enum KnownScheduleListViewType {\n /** EnabledOnly */\n EnabledOnly = \"EnabledOnly\",\n /** DisabledOnly */\n DisabledOnly = \"DisabledOnly\",\n /** All */\n All = \"All\",\n}\n\n/** Type of ScheduleListViewType */\nexport type ScheduleListViewType = string;\n\n/** Known values of {@link UnderlyingResourceAction} that the service accepts. */\nexport enum KnownUnderlyingResourceAction {\n /** Delete */\n Delete = \"Delete\",\n /** Detach */\n Detach = \"Detach\",\n}\n\n/** Type of UnderlyingResourceAction */\nexport type UnderlyingResourceAction = string;\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2024-10-01-preview API version. */\n V20241001Preview = \"2024-10-01-preview\",\n /** The 2025-10-01-preview API version. */\n V20251001Preview = \"2025-10-01-preview\",\n /** The 2025-12-01 API version. */\n V20251201 = \"2025-12-01\",\n /** The 2026-01-15-preview API version. */\n V20260115Preview = \"2026-01-15-preview\",\n /** The 2026-03-01 API version. */\n V20260301 = \"2026-03-01\",\n /** The 2026-03-15-preview API version. */\n V20260315Preview = \"2026-03-15-preview\",\n}\n\nexport function raiBlocklistItemBulkRequestArraySerializer(\n result: Array<RaiBlocklistItemBulkRequest>,\n): any[] {\n return result.map((item) => {\n return raiBlocklistItemBulkRequestSerializer(item);\n });\n}\n\nexport function _privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnection,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : workspacePrivateEndpointResourceSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _privateEndpointConnectionPropertiesDeserializer(item: any) {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : workspacePrivateEndpointResourceDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _sharedPrivateLinkResourcePropertiesSerializer(\n item: SharedPrivateLinkResource,\n): any {\n return {\n groupId: item[\"groupId\"],\n privateLinkResourceId: item[\"privateLinkResourceId\"],\n requestMessage: item[\"requestMessage\"],\n status: item[\"status\"],\n };\n}\n\nexport function _sharedPrivateLinkResourcePropertiesDeserializer(item: any) {\n return {\n groupId: item[\"groupId\"],\n privateLinkResourceId: item[\"privateLinkResourceId\"],\n requestMessage: item[\"requestMessage\"],\n status: item[\"status\"],\n };\n}\n\nexport function _workspacePropertiesSerializer(item: Workspace): any {\n return {\n allowPublicAccessWhenBehindVnet: item[\"allowPublicAccessWhenBehindVnet\"],\n allowRoleAssignmentOnRG: item[\"allowRoleAssignmentOnRG\"],\n applicationInsights: item[\"applicationInsights\"],\n associatedWorkspaces: !item[\"associatedWorkspaces\"]\n ? item[\"associatedWorkspaces\"]\n : item[\"associatedWorkspaces\"].map((p: any) => {\n return p;\n }),\n containerRegistries: !item[\"containerRegistries\"]\n ? item[\"containerRegistries\"]\n : item[\"containerRegistries\"].map((p: any) => {\n return p;\n }),\n containerRegistry: item[\"containerRegistry\"],\n description: item[\"description\"],\n discoveryUrl: item[\"discoveryUrl\"],\n enableDataIsolation: item[\"enableDataIsolation\"],\n enableServiceSideCMKEncryption: item[\"enableServiceSideCMKEncryption\"],\n enableSimplifiedCmk: item[\"enableSimplifiedCmk\"],\n enableSoftwareBillOfMaterials: item[\"enableSoftwareBillOfMaterials\"],\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertySerializer(item[\"encryption\"]),\n existingWorkspaces: !item[\"existingWorkspaces\"]\n ? item[\"existingWorkspaces\"]\n : item[\"existingWorkspaces\"].map((p: any) => {\n return p;\n }),\n featureStoreSettings: !item[\"featureStoreSettings\"]\n ? item[\"featureStoreSettings\"]\n : featureStoreSettingsSerializer(item[\"featureStoreSettings\"]),\n friendlyName: item[\"friendlyName\"],\n hbiWorkspace: item[\"hbiWorkspace\"],\n hubResourceId: item[\"hubResourceId\"],\n imageBuildCompute: item[\"imageBuildCompute\"],\n ipAllowlist: !item[\"ipAllowlist\"]\n ? item[\"ipAllowlist\"]\n : item[\"ipAllowlist\"].map((p: any) => {\n return p;\n }),\n keyVault: item[\"keyVault\"],\n keyVaults: !item[\"keyVaults\"]\n ? item[\"keyVaults\"]\n : item[\"keyVaults\"].map((p: any) => {\n return p;\n }),\n managedNetwork: !item[\"managedNetwork\"]\n ? item[\"managedNetwork\"]\n : managedNetworkSettingsSerializer(item[\"managedNetwork\"]),\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkAclsSerializer(item[\"networkAcls\"]),\n primaryUserAssignedIdentity: item[\"primaryUserAssignedIdentity\"],\n provisionNetworkNow: item[\"provisionNetworkNow\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n serverlessComputeSettings: !item[\"serverlessComputeSettings\"]\n ? item[\"serverlessComputeSettings\"]\n : serverlessComputeSettingsSerializer(item[\"serverlessComputeSettings\"]),\n serviceManagedResourcesSettings: !item[\"serviceManagedResourcesSettings\"]\n ? item[\"serviceManagedResourcesSettings\"]\n : serviceManagedResourcesSettingsSerializer(item[\"serviceManagedResourcesSettings\"]),\n sharedPrivateLinkResources: !item[\"sharedPrivateLinkResources\"]\n ? item[\"sharedPrivateLinkResources\"]\n : sharedPrivateLinkResourceArraySerializer(item[\"sharedPrivateLinkResources\"]),\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n storageAccount: item[\"storageAccount\"],\n storageAccounts: !item[\"storageAccounts\"]\n ? item[\"storageAccounts\"]\n : item[\"storageAccounts\"].map((p: any) => {\n return p;\n }),\n systemDatastoresAuthMode: item[\"systemDatastoresAuthMode\"],\n v1LegacyMode: item[\"v1LegacyMode\"],\n workspaceHubConfig: !item[\"workspaceHubConfig\"]\n ? item[\"workspaceHubConfig\"]\n : workspaceHubConfigSerializer(item[\"workspaceHubConfig\"]),\n };\n}\n\nexport function _workspacePropertiesDeserializer(item: any) {\n return {\n agentsEndpointUri: item[\"agentsEndpointUri\"],\n allowPublicAccessWhenBehindVnet: item[\"allowPublicAccessWhenBehindVnet\"],\n allowRoleAssignmentOnRG: item[\"allowRoleAssignmentOnRG\"],\n applicationInsights: item[\"applicationInsights\"],\n associatedWorkspaces: !item[\"associatedWorkspaces\"]\n ? item[\"associatedWorkspaces\"]\n : item[\"associatedWorkspaces\"].map((p: any) => {\n return p;\n }),\n containerRegistries: !item[\"containerRegistries\"]\n ? item[\"containerRegistries\"]\n : item[\"containerRegistries\"].map((p: any) => {\n return p;\n }),\n containerRegistry: item[\"containerRegistry\"],\n description: item[\"description\"],\n discoveryUrl: item[\"discoveryUrl\"],\n enableDataIsolation: item[\"enableDataIsolation\"],\n enableServiceSideCMKEncryption: item[\"enableServiceSideCMKEncryption\"],\n enableSimplifiedCmk: item[\"enableSimplifiedCmk\"],\n enableSoftwareBillOfMaterials: item[\"enableSoftwareBillOfMaterials\"],\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionPropertyDeserializer(item[\"encryption\"]),\n existingWorkspaces: !item[\"existingWorkspaces\"]\n ? item[\"existingWorkspaces\"]\n : item[\"existingWorkspaces\"].map((p: any) => {\n return p;\n }),\n featureStoreSettings: !item[\"featureStoreSettings\"]\n ? item[\"featureStoreSettings\"]\n : featureStoreSettingsDeserializer(item[\"featureStoreSettings\"]),\n friendlyName: item[\"friendlyName\"],\n hbiWorkspace: item[\"hbiWorkspace\"],\n hubResourceId: item[\"hubResourceId\"],\n imageBuildCompute: item[\"imageBuildCompute\"],\n ipAllowlist: !item[\"ipAllowlist\"]\n ? item[\"ipAllowlist\"]\n : item[\"ipAllowlist\"].map((p: any) => {\n return p;\n }),\n keyVault: item[\"keyVault\"],\n keyVaults: !item[\"keyVaults\"]\n ? item[\"keyVaults\"]\n : item[\"keyVaults\"].map((p: any) => {\n return p;\n }),\n managedNetwork: !item[\"managedNetwork\"]\n ? item[\"managedNetwork\"]\n : managedNetworkSettingsDeserializer(item[\"managedNetwork\"]),\n mlFlowTrackingUri: item[\"mlFlowTrackingUri\"],\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkAclsDeserializer(item[\"networkAcls\"]),\n notebookInfo: !item[\"notebookInfo\"]\n ? item[\"notebookInfo\"]\n : notebookResourceInfoDeserializer(item[\"notebookInfo\"]),\n primaryUserAssignedIdentity: item[\"primaryUserAssignedIdentity\"],\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n privateLinkCount: item[\"privateLinkCount\"],\n provisionNetworkNow: item[\"provisionNetworkNow\"],\n provisioningState: item[\"provisioningState\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n serverlessComputeSettings: !item[\"serverlessComputeSettings\"]\n ? item[\"serverlessComputeSettings\"]\n : serverlessComputeSettingsDeserializer(item[\"serverlessComputeSettings\"]),\n serviceManagedResourcesSettings: !item[\"serviceManagedResourcesSettings\"]\n ? item[\"serviceManagedResourcesSettings\"]\n : serviceManagedResourcesSettingsDeserializer(item[\"serviceManagedResourcesSettings\"]),\n serviceProvisionedResourceGroup: item[\"serviceProvisionedResourceGroup\"],\n sharedPrivateLinkResources: !item[\"sharedPrivateLinkResources\"]\n ? item[\"sharedPrivateLinkResources\"]\n : sharedPrivateLinkResourceArrayDeserializer(item[\"sharedPrivateLinkResources\"]),\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n storageAccount: item[\"storageAccount\"],\n storageAccounts: !item[\"storageAccounts\"]\n ? item[\"storageAccounts\"]\n : item[\"storageAccounts\"].map((p: any) => {\n return p;\n }),\n storageHnsEnabled: item[\"storageHnsEnabled\"],\n systemDatastoresAuthMode: item[\"systemDatastoresAuthMode\"],\n tenantId: item[\"tenantId\"],\n v1LegacyMode: item[\"v1LegacyMode\"],\n workspaceHubConfig: !item[\"workspaceHubConfig\"]\n ? item[\"workspaceHubConfig\"]\n : workspaceHubConfigDeserializer(item[\"workspaceHubConfig\"]),\n workspaceId: item[\"workspaceId\"],\n };\n}\n\nexport function _workspaceUpdateParametersPropertiesSerializer(\n item: WorkspaceUpdateParameters,\n): any {\n return {\n allowRoleAssignmentOnRG: item[\"allowRoleAssignmentOnRG\"],\n applicationInsights: item[\"applicationInsights\"],\n containerRegistry: item[\"containerRegistry\"],\n description: item[\"description\"],\n enableDataIsolation: item[\"enableDataIsolation\"],\n enableSoftwareBillOfMaterials: item[\"enableSoftwareBillOfMaterials\"],\n encryption: !item[\"encryption\"]\n ? item[\"encryption\"]\n : encryptionUpdatePropertiesSerializer(item[\"encryption\"]),\n featureStoreSettings: !item[\"featureStoreSettings\"]\n ? item[\"featureStoreSettings\"]\n : featureStoreSettingsSerializer(item[\"featureStoreSettings\"]),\n friendlyName: item[\"friendlyName\"],\n imageBuildCompute: item[\"imageBuildCompute\"],\n ipAllowlist: !item[\"ipAllowlist\"]\n ? item[\"ipAllowlist\"]\n : item[\"ipAllowlist\"].map((p: any) => {\n return p;\n }),\n managedNetwork: !item[\"managedNetwork\"]\n ? item[\"managedNetwork\"]\n : managedNetworkSettingsSerializer(item[\"managedNetwork\"]),\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkAclsSerializer(item[\"networkAcls\"]),\n primaryUserAssignedIdentity: item[\"primaryUserAssignedIdentity\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n serverlessComputeSettings: !item[\"serverlessComputeSettings\"]\n ? item[\"serverlessComputeSettings\"]\n : serverlessComputeSettingsSerializer(item[\"serverlessComputeSettings\"]),\n serviceManagedResourcesSettings: !item[\"serviceManagedResourcesSettings\"]\n ? item[\"serviceManagedResourcesSettings\"]\n : serviceManagedResourcesSettingsSerializer(item[\"serviceManagedResourcesSettings\"]),\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n systemDatastoresAuthMode: item[\"systemDatastoresAuthMode\"],\n v1LegacyMode: item[\"v1LegacyMode\"],\n };\n}\n\nexport function _registryPrivateEndpointConnectionPropertiesSerializer(\n item: RegistryPrivateEndpointConnection,\n): any {\n return {\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p: any) => {\n return p;\n }),\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointResourceSerializer(item[\"privateEndpoint\"]),\n registryPrivateLinkServiceConnectionState: !item[\"registryPrivateLinkServiceConnectionState\"]\n ? item[\"registryPrivateLinkServiceConnectionState\"]\n : registryPrivateLinkServiceConnectionStateSerializer(\n item[\"registryPrivateLinkServiceConnectionState\"],\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _registryPrivateEndpointConnectionPropertiesDeserializer(item: any) {\n return {\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p1: any) => {\n return p1;\n }),\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointResourceDeserializer(item[\"privateEndpoint\"]),\n registryPrivateLinkServiceConnectionState: !item[\"registryPrivateLinkServiceConnectionState\"]\n ? item[\"registryPrivateLinkServiceConnectionState\"]\n : registryPrivateLinkServiceConnectionStateDeserializer(\n item[\"registryPrivateLinkServiceConnectionState\"],\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _registryPropertiesSerializer(item: Registry): any {\n return {\n discoveryUrl: item[\"discoveryUrl\"],\n intellectualPropertyPublisher: item[\"intellectualPropertyPublisher\"],\n managedResourceGroup: !item[\"managedResourceGroup\"]\n ? item[\"managedResourceGroup\"]\n : armResourceIdSerializer(item[\"managedResourceGroup\"]),\n managedResourceGroupSettings: !item[\"managedResourceGroupSettings\"]\n ? item[\"managedResourceGroupSettings\"]\n : managedResourceGroupSettingsSerializer(item[\"managedResourceGroupSettings\"]),\n mlFlowRegistryUri: item[\"mlFlowRegistryUri\"],\n registryPrivateEndpointConnections: !item[\"registryPrivateEndpointConnections\"]\n ? item[\"registryPrivateEndpointConnections\"]\n : registryPrivateEndpointConnectionArraySerializer(\n item[\"registryPrivateEndpointConnections\"],\n ),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n regionDetails: !item[\"regionDetails\"]\n ? item[\"regionDetails\"]\n : registryRegionArmDetailsArraySerializer(item[\"regionDetails\"]),\n };\n}\n\nexport function _registryPropertiesDeserializer(item: any) {\n return {\n discoveryUrl: item[\"discoveryUrl\"],\n intellectualPropertyPublisher: item[\"intellectualPropertyPublisher\"],\n managedResourceGroup: !item[\"managedResourceGroup\"]\n ? item[\"managedResourceGroup\"]\n : armResourceIdDeserializer(item[\"managedResourceGroup\"]),\n managedResourceGroupSettings: !item[\"managedResourceGroupSettings\"]\n ? item[\"managedResourceGroupSettings\"]\n : managedResourceGroupSettingsDeserializer(item[\"managedResourceGroupSettings\"]),\n mlFlowRegistryUri: item[\"mlFlowRegistryUri\"],\n registryPrivateEndpointConnections: !item[\"registryPrivateEndpointConnections\"]\n ? item[\"registryPrivateEndpointConnections\"]\n : registryPrivateEndpointConnectionArrayDeserializer(\n item[\"registryPrivateEndpointConnections\"],\n ),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n regionDetails: !item[\"regionDetails\"]\n ? item[\"regionDetails\"]\n : registryRegionArmDetailsArrayDeserializer(item[\"regionDetails\"]),\n };\n}\n\nexport function _clusterUpdateParametersPropertiesSerializer(item: ClusterUpdateParameters): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : scaleSettingsInformationSerializer(item[\"properties\"]),\n };\n}\n\nexport function _privateLinkResourcePropertiesDeserializer(item: any) {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n"]}