@azure/arm-machinelearningexperimentation 2.0.0-beta.3 → 2.0.0-beta.5

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 (383) hide show
  1. package/CHANGELOG.md +14 -4
  2. package/LICENSE +4 -4
  3. package/README.md +26 -19
  4. package/dist/browser/index.d.ts +5 -0
  5. package/dist/browser/index.d.ts.map +1 -0
  6. package/{dist-esm/src → dist/browser}/index.js +4 -3
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/mLTeamAccountManagementClient.d.ts +2 -2
  9. package/dist/browser/mLTeamAccountManagementClient.d.ts.map +1 -0
  10. package/{dist-esm/src → dist/browser}/mLTeamAccountManagementClient.js +49 -38
  11. package/dist/browser/mLTeamAccountManagementClient.js.map +1 -0
  12. package/{dist-esm/src → dist/browser}/models/index.d.ts +25 -25
  13. package/dist/browser/models/index.d.ts.map +1 -0
  14. package/dist/browser/models/index.js.map +1 -0
  15. package/{dist-esm/src → dist/browser}/models/mappers.js +57 -27
  16. package/dist/browser/models/mappers.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  18. package/dist/browser/models/parameters.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/operations/accounts.d.ts +3 -3
  20. package/dist/browser/operations/accounts.d.ts.map +1 -0
  21. package/{dist-esm/src → dist/browser}/operations/accounts.js +56 -65
  22. package/dist/browser/operations/accounts.js.map +1 -0
  23. package/dist/browser/operations/index.d.ts +5 -0
  24. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  25. package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +4 -4
  26. package/dist/browser/operations/index.js.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
  28. package/dist/browser/operations/operations.d.ts.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/operations.js +16 -27
  30. package/dist/browser/operations/operations.js.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/projects.d.ts +3 -3
  32. package/dist/browser/operations/projects.d.ts.map +1 -0
  33. package/{dist-esm/src → dist/browser}/operations/projects.js +30 -34
  34. package/dist/browser/operations/projects.js.map +1 -0
  35. package/{dist-esm/src → dist/browser}/operations/workspaces.d.ts +3 -3
  36. package/dist/browser/operations/workspaces.d.ts.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operations/workspaces.js +30 -34
  38. package/dist/browser/operations/workspaces.js.map +1 -0
  39. package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.d.ts +1 -1
  40. package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
  41. package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
  42. package/dist/browser/operationsInterfaces/index.d.ts +5 -0
  43. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  44. package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +4 -4
  45. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  46. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
  47. package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
  48. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  49. package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.d.ts +1 -1
  50. package/dist/browser/operationsInterfaces/projects.d.ts.map +1 -0
  51. package/dist/browser/operationsInterfaces/projects.js.map +1 -0
  52. package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.d.ts +1 -1
  53. package/dist/browser/operationsInterfaces/workspaces.d.ts.map +1 -0
  54. package/dist/browser/operationsInterfaces/workspaces.js.map +1 -0
  55. package/dist/browser/package.json +3 -0
  56. package/dist/browser/pagingHelper.d.ts +13 -0
  57. package/dist/browser/pagingHelper.d.ts.map +1 -0
  58. package/dist/browser/pagingHelper.js +30 -0
  59. package/dist/browser/pagingHelper.js.map +1 -0
  60. package/dist/commonjs/index.d.ts +5 -0
  61. package/dist/commonjs/index.d.ts.map +1 -0
  62. package/dist/commonjs/index.js +19 -0
  63. package/dist/commonjs/index.js.map +1 -0
  64. package/dist/commonjs/mLTeamAccountManagementClient.d.ts +23 -0
  65. package/dist/commonjs/mLTeamAccountManagementClient.d.ts.map +1 -0
  66. package/dist/commonjs/mLTeamAccountManagementClient.js +117 -0
  67. package/dist/commonjs/mLTeamAccountManagementClient.js.map +1 -0
  68. package/dist/commonjs/models/index.d.ts +329 -0
  69. package/dist/commonjs/models/index.d.ts.map +1 -0
  70. package/dist/commonjs/models/index.js +10 -0
  71. package/dist/commonjs/models/index.js.map +1 -0
  72. package/dist/commonjs/models/mappers.d.ts +17 -0
  73. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  74. package/dist/commonjs/models/mappers.js +554 -0
  75. package/dist/commonjs/models/mappers.js.map +1 -0
  76. package/dist/commonjs/models/parameters.d.ts +18 -0
  77. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  78. package/dist/commonjs/models/parameters.js +156 -0
  79. package/dist/commonjs/models/parameters.js.map +1 -0
  80. package/dist/commonjs/operations/accounts.d.ts +90 -0
  81. package/dist/commonjs/operations/accounts.d.ts.map +1 -0
  82. package/dist/commonjs/operations/accounts.js +362 -0
  83. package/dist/commonjs/operations/accounts.js.map +1 -0
  84. package/dist/commonjs/operations/index.d.ts +5 -0
  85. package/dist/commonjs/operations/index.d.ts.map +1 -0
  86. package/dist/commonjs/operations/index.js +15 -0
  87. package/dist/commonjs/operations/index.js.map +1 -0
  88. package/dist/commonjs/operations/operations.d.ts +26 -0
  89. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  90. package/dist/commonjs/operations/operations.js +84 -0
  91. package/dist/commonjs/operations/operations.js.map +1 -0
  92. package/dist/commonjs/operations/projects.d.ts +86 -0
  93. package/dist/commonjs/operations/projects.d.ts.map +1 -0
  94. package/dist/commonjs/operations/projects.js +308 -0
  95. package/dist/commonjs/operations/projects.js.map +1 -0
  96. package/dist/commonjs/operations/workspaces.d.ts +79 -0
  97. package/dist/commonjs/operations/workspaces.d.ts.map +1 -0
  98. package/dist/commonjs/operations/workspaces.js +281 -0
  99. package/dist/commonjs/operations/workspaces.js.map +1 -0
  100. package/dist/commonjs/operationsInterfaces/accounts.d.ts +52 -0
  101. package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
  102. package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
  103. package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
  104. package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
  105. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  106. package/dist/commonjs/operationsInterfaces/index.js +15 -0
  107. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  108. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  109. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  110. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  111. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  112. package/dist/commonjs/operationsInterfaces/projects.d.ts +57 -0
  113. package/dist/commonjs/operationsInterfaces/projects.d.ts.map +1 -0
  114. package/dist/commonjs/operationsInterfaces/projects.js +10 -0
  115. package/dist/commonjs/operationsInterfaces/projects.js.map +1 -0
  116. package/dist/commonjs/operationsInterfaces/workspaces.d.ts +52 -0
  117. package/dist/commonjs/operationsInterfaces/workspaces.d.ts.map +1 -0
  118. package/dist/commonjs/operationsInterfaces/workspaces.js +10 -0
  119. package/dist/commonjs/operationsInterfaces/workspaces.js.map +1 -0
  120. package/dist/commonjs/package.json +3 -0
  121. package/dist/commonjs/pagingHelper.d.ts +13 -0
  122. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  123. package/dist/commonjs/pagingHelper.js +34 -0
  124. package/dist/commonjs/pagingHelper.js.map +1 -0
  125. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  126. package/dist/esm/index.d.ts +5 -0
  127. package/dist/esm/index.d.ts.map +1 -0
  128. package/{src/index.ts → dist/esm/index.js} +5 -4
  129. package/dist/esm/index.js.map +1 -0
  130. package/dist/esm/mLTeamAccountManagementClient.d.ts +23 -0
  131. package/dist/esm/mLTeamAccountManagementClient.d.ts.map +1 -0
  132. package/dist/esm/mLTeamAccountManagementClient.js +112 -0
  133. package/dist/esm/mLTeamAccountManagementClient.js.map +1 -0
  134. package/dist/esm/models/index.d.ts +329 -0
  135. package/dist/esm/models/index.d.ts.map +1 -0
  136. package/dist/esm/models/index.js +9 -0
  137. package/dist/esm/models/index.js.map +1 -0
  138. package/dist/esm/models/mappers.d.ts +17 -0
  139. package/dist/esm/models/mappers.d.ts.map +1 -0
  140. package/dist/esm/models/mappers.js +551 -0
  141. package/dist/esm/models/mappers.js.map +1 -0
  142. package/dist/esm/models/parameters.d.ts +18 -0
  143. package/dist/esm/models/parameters.d.ts.map +1 -0
  144. package/dist/esm/models/parameters.js +153 -0
  145. package/dist/esm/models/parameters.js.map +1 -0
  146. package/dist/esm/operations/accounts.d.ts +90 -0
  147. package/dist/esm/operations/accounts.d.ts.map +1 -0
  148. package/dist/esm/operations/accounts.js +357 -0
  149. package/dist/esm/operations/accounts.js.map +1 -0
  150. package/dist/esm/operations/index.d.ts +5 -0
  151. package/dist/esm/operations/index.d.ts.map +1 -0
  152. package/dist/esm/operations/index.js +12 -0
  153. package/dist/esm/operations/index.js.map +1 -0
  154. package/dist/esm/operations/operations.d.ts +26 -0
  155. package/dist/esm/operations/operations.d.ts.map +1 -0
  156. package/dist/esm/operations/operations.js +79 -0
  157. package/dist/esm/operations/operations.js.map +1 -0
  158. package/dist/esm/operations/projects.d.ts +86 -0
  159. package/dist/esm/operations/projects.d.ts.map +1 -0
  160. package/dist/esm/operations/projects.js +303 -0
  161. package/dist/esm/operations/projects.js.map +1 -0
  162. package/dist/esm/operations/workspaces.d.ts +79 -0
  163. package/dist/esm/operations/workspaces.d.ts.map +1 -0
  164. package/dist/esm/operations/workspaces.js +276 -0
  165. package/dist/esm/operations/workspaces.js.map +1 -0
  166. package/dist/esm/operationsInterfaces/accounts.d.ts +52 -0
  167. package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
  168. package/dist/esm/operationsInterfaces/accounts.js +9 -0
  169. package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
  170. package/dist/esm/operationsInterfaces/index.d.ts +5 -0
  171. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  172. package/dist/esm/operationsInterfaces/index.js +12 -0
  173. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  174. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  175. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  176. package/dist/esm/operationsInterfaces/operations.js +9 -0
  177. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  178. package/dist/esm/operationsInterfaces/projects.d.ts +57 -0
  179. package/dist/esm/operationsInterfaces/projects.d.ts.map +1 -0
  180. package/dist/esm/operationsInterfaces/projects.js +9 -0
  181. package/dist/esm/operationsInterfaces/projects.js.map +1 -0
  182. package/dist/esm/operationsInterfaces/workspaces.d.ts +52 -0
  183. package/dist/esm/operationsInterfaces/workspaces.d.ts.map +1 -0
  184. package/dist/esm/operationsInterfaces/workspaces.js +9 -0
  185. package/dist/esm/operationsInterfaces/workspaces.js.map +1 -0
  186. package/dist/esm/package.json +3 -0
  187. package/dist/esm/pagingHelper.d.ts +13 -0
  188. package/dist/esm/pagingHelper.d.ts.map +1 -0
  189. package/dist/esm/pagingHelper.js +30 -0
  190. package/dist/esm/pagingHelper.js.map +1 -0
  191. package/dist/react-native/index.d.ts +5 -0
  192. package/dist/react-native/index.d.ts.map +1 -0
  193. package/dist/react-native/index.js +13 -0
  194. package/dist/react-native/index.js.map +1 -0
  195. package/dist/react-native/mLTeamAccountManagementClient.d.ts +23 -0
  196. package/dist/react-native/mLTeamAccountManagementClient.d.ts.map +1 -0
  197. package/dist/react-native/mLTeamAccountManagementClient.js +112 -0
  198. package/dist/react-native/mLTeamAccountManagementClient.js.map +1 -0
  199. package/dist/react-native/models/index.d.ts +329 -0
  200. package/dist/react-native/models/index.d.ts.map +1 -0
  201. package/dist/react-native/models/index.js +9 -0
  202. package/dist/react-native/models/index.js.map +1 -0
  203. package/dist/react-native/models/mappers.d.ts +17 -0
  204. package/dist/react-native/models/mappers.d.ts.map +1 -0
  205. package/dist/react-native/models/mappers.js +551 -0
  206. package/dist/react-native/models/mappers.js.map +1 -0
  207. package/dist/react-native/models/parameters.d.ts +18 -0
  208. package/dist/react-native/models/parameters.d.ts.map +1 -0
  209. package/dist/react-native/models/parameters.js +153 -0
  210. package/dist/react-native/models/parameters.js.map +1 -0
  211. package/dist/react-native/operations/accounts.d.ts +90 -0
  212. package/dist/react-native/operations/accounts.d.ts.map +1 -0
  213. package/dist/react-native/operations/accounts.js +357 -0
  214. package/dist/react-native/operations/accounts.js.map +1 -0
  215. package/dist/react-native/operations/index.d.ts +5 -0
  216. package/dist/react-native/operations/index.d.ts.map +1 -0
  217. package/dist/react-native/operations/index.js +12 -0
  218. package/dist/react-native/operations/index.js.map +1 -0
  219. package/dist/react-native/operations/operations.d.ts +26 -0
  220. package/dist/react-native/operations/operations.d.ts.map +1 -0
  221. package/dist/react-native/operations/operations.js +79 -0
  222. package/dist/react-native/operations/operations.js.map +1 -0
  223. package/dist/react-native/operations/projects.d.ts +86 -0
  224. package/dist/react-native/operations/projects.d.ts.map +1 -0
  225. package/dist/react-native/operations/projects.js +303 -0
  226. package/dist/react-native/operations/projects.js.map +1 -0
  227. package/dist/react-native/operations/workspaces.d.ts +79 -0
  228. package/dist/react-native/operations/workspaces.d.ts.map +1 -0
  229. package/dist/react-native/operations/workspaces.js +276 -0
  230. package/dist/react-native/operations/workspaces.js.map +1 -0
  231. package/dist/react-native/operationsInterfaces/accounts.d.ts +52 -0
  232. package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
  233. package/dist/react-native/operationsInterfaces/accounts.js +9 -0
  234. package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
  235. package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
  236. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  237. package/dist/react-native/operationsInterfaces/index.js +12 -0
  238. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  239. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  240. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  241. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  242. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  243. package/dist/react-native/operationsInterfaces/projects.d.ts +57 -0
  244. package/dist/react-native/operationsInterfaces/projects.d.ts.map +1 -0
  245. package/dist/react-native/operationsInterfaces/projects.js +9 -0
  246. package/dist/react-native/operationsInterfaces/projects.js.map +1 -0
  247. package/dist/react-native/operationsInterfaces/workspaces.d.ts +52 -0
  248. package/dist/react-native/operationsInterfaces/workspaces.d.ts.map +1 -0
  249. package/dist/react-native/operationsInterfaces/workspaces.js +9 -0
  250. package/dist/react-native/operationsInterfaces/workspaces.js.map +1 -0
  251. package/dist/react-native/package.json +3 -0
  252. package/dist/react-native/pagingHelper.d.ts +13 -0
  253. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  254. package/dist/react-native/pagingHelper.js +30 -0
  255. package/dist/react-native/pagingHelper.js.map +1 -0
  256. package/package.json +86 -76
  257. package/review/{arm-machinelearningexperimentation.api.md → arm-machinelearningexperimentation-node.api.md} +21 -18
  258. package/dist/index.js +0 -1847
  259. package/dist/index.js.map +0 -1
  260. package/dist/index.min.js +0 -1
  261. package/dist/index.min.js.map +0 -1
  262. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts +0 -2
  263. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.d.ts.map +0 -1
  264. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js +0 -41
  265. package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js.map +0 -1
  266. package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
  267. package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
  268. package/dist-esm/samples-dev/accountsDeleteSample.js +0 -31
  269. package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
  270. package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
  271. package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
  272. package/dist-esm/samples-dev/accountsGetSample.js +0 -31
  273. package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
  274. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
  275. package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
  276. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -44
  277. package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
  278. package/dist-esm/samples-dev/accountsListSample.d.ts +0 -2
  279. package/dist-esm/samples-dev/accountsListSample.d.ts.map +0 -1
  280. package/dist-esm/samples-dev/accountsListSample.js +0 -43
  281. package/dist-esm/samples-dev/accountsListSample.js.map +0 -1
  282. package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
  283. package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
  284. package/dist-esm/samples-dev/accountsUpdateSample.js +0 -35
  285. package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
  286. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts +0 -2
  287. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.d.ts.map +0 -1
  288. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js +0 -39
  289. package/dist-esm/samples-dev/projectsCreateOrUpdateSample.js.map +0 -1
  290. package/dist-esm/samples-dev/projectsDeleteSample.d.ts +0 -2
  291. package/dist-esm/samples-dev/projectsDeleteSample.d.ts.map +0 -1
  292. package/dist-esm/samples-dev/projectsDeleteSample.js +0 -33
  293. package/dist-esm/samples-dev/projectsDeleteSample.js.map +0 -1
  294. package/dist-esm/samples-dev/projectsGetSample.d.ts +0 -2
  295. package/dist-esm/samples-dev/projectsGetSample.d.ts.map +0 -1
  296. package/dist-esm/samples-dev/projectsGetSample.js +0 -33
  297. package/dist-esm/samples-dev/projectsGetSample.js.map +0 -1
  298. package/dist-esm/samples-dev/projectsListByWorkspaceSample.d.ts +0 -2
  299. package/dist-esm/samples-dev/projectsListByWorkspaceSample.d.ts.map +0 -1
  300. package/dist-esm/samples-dev/projectsListByWorkspaceSample.js +0 -46
  301. package/dist-esm/samples-dev/projectsListByWorkspaceSample.js.map +0 -1
  302. package/dist-esm/samples-dev/projectsUpdateSample.d.ts +0 -2
  303. package/dist-esm/samples-dev/projectsUpdateSample.d.ts.map +0 -1
  304. package/dist-esm/samples-dev/projectsUpdateSample.js +0 -37
  305. package/dist-esm/samples-dev/projectsUpdateSample.js.map +0 -1
  306. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts +0 -2
  307. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.d.ts.map +0 -1
  308. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +0 -37
  309. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js.map +0 -1
  310. package/dist-esm/samples-dev/workspacesDeleteSample.d.ts +0 -2
  311. package/dist-esm/samples-dev/workspacesDeleteSample.d.ts.map +0 -1
  312. package/dist-esm/samples-dev/workspacesDeleteSample.js +0 -32
  313. package/dist-esm/samples-dev/workspacesDeleteSample.js.map +0 -1
  314. package/dist-esm/samples-dev/workspacesGetSample.d.ts +0 -2
  315. package/dist-esm/samples-dev/workspacesGetSample.d.ts.map +0 -1
  316. package/dist-esm/samples-dev/workspacesGetSample.js +0 -32
  317. package/dist-esm/samples-dev/workspacesGetSample.js.map +0 -1
  318. package/dist-esm/samples-dev/workspacesListByAccountsSample.d.ts +0 -2
  319. package/dist-esm/samples-dev/workspacesListByAccountsSample.d.ts.map +0 -1
  320. package/dist-esm/samples-dev/workspacesListByAccountsSample.js +0 -45
  321. package/dist-esm/samples-dev/workspacesListByAccountsSample.js.map +0 -1
  322. package/dist-esm/samples-dev/workspacesUpdateSample.d.ts +0 -2
  323. package/dist-esm/samples-dev/workspacesUpdateSample.d.ts.map +0 -1
  324. package/dist-esm/samples-dev/workspacesUpdateSample.js +0 -33
  325. package/dist-esm/samples-dev/workspacesUpdateSample.js.map +0 -1
  326. package/dist-esm/src/index.d.ts +0 -5
  327. package/dist-esm/src/index.d.ts.map +0 -1
  328. package/dist-esm/src/index.js.map +0 -1
  329. package/dist-esm/src/mLTeamAccountManagementClient.d.ts.map +0 -1
  330. package/dist-esm/src/mLTeamAccountManagementClient.js.map +0 -1
  331. package/dist-esm/src/models/index.d.ts.map +0 -1
  332. package/dist-esm/src/models/index.js.map +0 -1
  333. package/dist-esm/src/models/mappers.js.map +0 -1
  334. package/dist-esm/src/models/parameters.js.map +0 -1
  335. package/dist-esm/src/operations/accounts.d.ts.map +0 -1
  336. package/dist-esm/src/operations/accounts.js.map +0 -1
  337. package/dist-esm/src/operations/index.d.ts +0 -5
  338. package/dist-esm/src/operations/index.js.map +0 -1
  339. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  340. package/dist-esm/src/operations/operations.js.map +0 -1
  341. package/dist-esm/src/operations/projects.d.ts.map +0 -1
  342. package/dist-esm/src/operations/projects.js.map +0 -1
  343. package/dist-esm/src/operations/workspaces.d.ts.map +0 -1
  344. package/dist-esm/src/operations/workspaces.js.map +0 -1
  345. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
  346. package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
  347. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
  348. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  349. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  350. package/dist-esm/src/operationsInterfaces/projects.d.ts.map +0 -1
  351. package/dist-esm/src/operationsInterfaces/projects.js.map +0 -1
  352. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +0 -1
  353. package/dist-esm/src/operationsInterfaces/workspaces.js.map +0 -1
  354. package/dist-esm/test/sampleTest.d.ts +0 -2
  355. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  356. package/dist-esm/test/sampleTest.js +0 -38
  357. package/dist-esm/test/sampleTest.js.map +0 -1
  358. package/rollup.config.js +0 -122
  359. package/src/mLTeamAccountManagementClient.ts +0 -150
  360. package/src/models/index.ts +0 -389
  361. package/src/models/mappers.ts +0 -567
  362. package/src/models/parameters.ts +0 -181
  363. package/src/operations/accounts.ts +0 -454
  364. package/src/operations/index.ts +0 -12
  365. package/src/operations/operations.ts +0 -98
  366. package/src/operations/projects.ts +0 -423
  367. package/src/operations/workspaces.ts +0 -382
  368. package/src/operationsInterfaces/accounts.ts +0 -96
  369. package/src/operationsInterfaces/index.ts +0 -12
  370. package/src/operationsInterfaces/operations.ts +0 -22
  371. package/src/operationsInterfaces/projects.ts +0 -108
  372. package/src/operationsInterfaces/workspaces.ts +0 -98
  373. package/tsconfig.json +0 -33
  374. package/types/arm-machinelearningexperimentation.d.ts +0 -571
  375. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  376. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  377. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  378. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  379. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  380. /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
  381. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  382. /package/{dist-esm/src → dist/browser}/operationsInterfaces/projects.js +0 -0
  383. /package/{dist-esm/src → dist/browser}/operationsInterfaces/workspaces.js +0 -0
@@ -1,571 +0,0 @@
1
- import * as coreAuth from '@azure/core-auth';
2
- import * as coreClient from '@azure/core-client';
3
- import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
-
5
- /** An object that represents a machine learning team account. */
6
- export declare type Account = Resource & {
7
- /** The fully qualified arm id of the vso account to be used for this team account. */
8
- vsoAccountId?: string;
9
- /**
10
- * The immutable id associated with this team account.
11
- * NOTE: This property will not be serialized. It can only be populated by the server.
12
- */
13
- readonly accountId?: string;
14
- /** The description of this workspace. */
15
- description?: string;
16
- /** The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created */
17
- friendlyName?: string;
18
- /** The fully qualified arm id of the user key vault. */
19
- keyVaultId?: string;
20
- /** The no of users/seats who can access this team account. This property defines the charge on the team account. */
21
- seats?: string;
22
- /**
23
- * The uri for this machine learning team account.
24
- * NOTE: This property will not be serialized. It can only be populated by the server.
25
- */
26
- readonly discoveryUri?: string;
27
- /**
28
- * The creation date of the machine learning team account in ISO8601 format.
29
- * NOTE: This property will not be serialized. It can only be populated by the server.
30
- */
31
- readonly creationDate?: Date;
32
- /** The properties of the storage account for the machine learning team account. */
33
- storageAccount?: StorageAccountProperties;
34
- /**
35
- * The current deployment state of team account resource. The provisioningState is to indicate states for resource provisioning.
36
- * NOTE: This property will not be serialized. It can only be populated by the server.
37
- */
38
- readonly provisioningState?: ProvisioningState;
39
- };
40
-
41
- /** The result of a request to list machine learning team accounts. */
42
- export declare interface AccountListResult {
43
- /** The list of machine learning team accounts. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning team accounts. */
44
- value?: Account[];
45
- /** The URI that can be used to request the next list of machine learning team accounts. */
46
- nextLink?: string;
47
- }
48
-
49
- /** Interface representing a Accounts. */
50
- export declare interface Accounts {
51
- /**
52
- * Lists all the available machine learning team accounts under the specified resource group.
53
- * @param resourceGroupName The name of the resource group to which the machine learning team account
54
- * belongs.
55
- * @param options The options parameters.
56
- */
57
- listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Account>;
58
- /**
59
- * Lists all the available machine learning team accounts under the specified subscription.
60
- * @param options The options parameters.
61
- */
62
- list(options?: AccountsListOptionalParams): PagedAsyncIterableIterator<Account>;
63
- /**
64
- * Gets the properties of the specified machine learning team account.
65
- * @param resourceGroupName The name of the resource group to which the machine learning team account
66
- * belongs.
67
- * @param accountName The name of the machine learning team account.
68
- * @param options The options parameters.
69
- */
70
- get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<AccountsGetResponse>;
71
- /**
72
- * Creates or updates a team account with the specified parameters.
73
- * @param resourceGroupName The name of the resource group to which the machine learning team account
74
- * belongs.
75
- * @param accountName The name of the machine learning team account.
76
- * @param parameters The parameters for creating or updating a machine learning team account.
77
- * @param options The options parameters.
78
- */
79
- createOrUpdate(resourceGroupName: string, accountName: string, parameters: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<AccountsCreateOrUpdateResponse>;
80
- /**
81
- * Deletes a machine learning team account.
82
- * @param resourceGroupName The name of the resource group to which the machine learning team account
83
- * belongs.
84
- * @param accountName The name of the machine learning team account.
85
- * @param options The options parameters.
86
- */
87
- delete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>;
88
- /**
89
- * Updates a machine learning team account with the specified parameters.
90
- * @param resourceGroupName The name of the resource group to which the machine learning team account
91
- * belongs.
92
- * @param accountName The name of the machine learning team account.
93
- * @param parameters The parameters for updating a machine learning team account.
94
- * @param options The options parameters.
95
- */
96
- update(resourceGroupName: string, accountName: string, parameters: AccountUpdateParameters, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>;
97
- }
98
-
99
- /** Optional parameters. */
100
- export declare interface AccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
101
- }
102
-
103
- /** Contains response data for the createOrUpdate operation. */
104
- export declare type AccountsCreateOrUpdateResponse = Account;
105
-
106
- /** Optional parameters. */
107
- export declare interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
108
- }
109
-
110
- /** Optional parameters. */
111
- export declare interface AccountsGetOptionalParams extends coreClient.OperationOptions {
112
- }
113
-
114
- /** Contains response data for the get operation. */
115
- export declare type AccountsGetResponse = Account;
116
-
117
- /** Optional parameters. */
118
- export declare interface AccountsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
119
- }
120
-
121
- /** Contains response data for the listByResourceGroupNext operation. */
122
- export declare type AccountsListByResourceGroupNextResponse = AccountListResult;
123
-
124
- /** Optional parameters. */
125
- export declare interface AccountsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
126
- }
127
-
128
- /** Contains response data for the listByResourceGroup operation. */
129
- export declare type AccountsListByResourceGroupResponse = AccountListResult;
130
-
131
- /** Optional parameters. */
132
- export declare interface AccountsListNextOptionalParams extends coreClient.OperationOptions {
133
- }
134
-
135
- /** Contains response data for the listNext operation. */
136
- export declare type AccountsListNextResponse = AccountListResult;
137
-
138
- /** Optional parameters. */
139
- export declare interface AccountsListOptionalParams extends coreClient.OperationOptions {
140
- }
141
-
142
- /** Contains response data for the list operation. */
143
- export declare type AccountsListResponse = AccountListResult;
144
-
145
- /** Optional parameters. */
146
- export declare interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
147
- }
148
-
149
- /** Contains response data for the update operation. */
150
- export declare type AccountsUpdateResponse = Account;
151
-
152
- /** The parameters for updating a machine learning team account. */
153
- export declare interface AccountUpdateParameters {
154
- /** The resource tags for the machine learning team account. */
155
- tags?: {
156
- [propertyName: string]: string;
157
- };
158
- /** The description of this workspace. */
159
- description?: string;
160
- /** The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created */
161
- friendlyName?: string;
162
- /** The no of users/seats who can access this team account. This property defines the charge on the team account. */
163
- seats?: string;
164
- /** The key for storage account associated with this team account */
165
- storageAccountKey?: string;
166
- }
167
-
168
- /** The error response send when an operation fails. */
169
- export declare interface ErrorResponse {
170
- /** error code */
171
- code: string;
172
- /** error message */
173
- message: string;
174
- }
175
-
176
- export declare class MLTeamAccountManagementClient extends coreClient.ServiceClient {
177
- $host: string;
178
- apiVersion: string;
179
- subscriptionId: string;
180
- /**
181
- * Initializes a new instance of the MLTeamAccountManagementClient class.
182
- * @param credentials Subscription credentials which uniquely identify client subscription.
183
- * @param subscriptionId The Microsoft Azure subscription ID.
184
- * @param options The parameter options
185
- */
186
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: MLTeamAccountManagementClientOptionalParams);
187
- /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
188
- private addCustomApiVersionPolicy;
189
- operations: Operations;
190
- accounts: Accounts;
191
- workspaces: Workspaces;
192
- projects: Projects;
193
- }
194
-
195
- /** Optional parameters. */
196
- export declare interface MLTeamAccountManagementClientOptionalParams extends coreClient.ServiceClientOptions {
197
- /** server parameter */
198
- $host?: string;
199
- /** Api Version */
200
- apiVersion?: string;
201
- /** Overrides client endpoint. */
202
- endpoint?: string;
203
- }
204
-
205
- /** Azure Machine Learning team account REST API operation */
206
- export declare interface Operation {
207
- /** Operation name: {provider}/{resource}/{operation} */
208
- name?: string;
209
- /** Display name of operation */
210
- display?: OperationDisplay;
211
- }
212
-
213
- /** Display name of operation */
214
- export declare interface OperationDisplay {
215
- /** The resource provider name: Microsoft.MachineLearningExperimentation */
216
- provider?: string;
217
- /** The resource on which the operation is performed. */
218
- resource?: string;
219
- /** The operation that users can perform. */
220
- operation?: string;
221
- /** The description for the operation. */
222
- description?: string;
223
- }
224
-
225
- /** An array of operations supported by the resource provider. */
226
- export declare interface OperationListResult {
227
- /** List of AML team account operations supported by the AML team account resource provider. */
228
- value?: Operation[];
229
- }
230
-
231
- /** Interface representing a Operations. */
232
- export declare interface Operations {
233
- /**
234
- * Lists all of the available Azure Machine Learning Team Accounts REST API operations.
235
- * @param options The options parameters.
236
- */
237
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
238
- }
239
-
240
- /** Optional parameters. */
241
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
242
- }
243
-
244
- /** Contains response data for the list operation. */
245
- export declare type OperationsListResponse = OperationListResult;
246
-
247
- /** An object that represents a machine learning project. */
248
- export declare type Project = Resource & {
249
- /** The description of this project. */
250
- description?: string;
251
- /**
252
- * The immutable id of the team account which contains this project.
253
- * NOTE: This property will not be serialized. It can only be populated by the server.
254
- */
255
- readonly accountId?: string;
256
- /**
257
- * The immutable id of the workspace which contains this project.
258
- * NOTE: This property will not be serialized. It can only be populated by the server.
259
- */
260
- readonly workspaceId?: string;
261
- /**
262
- * The immutable id of this project.
263
- * NOTE: This property will not be serialized. It can only be populated by the server.
264
- */
265
- readonly projectId?: string;
266
- /** The reference to git repo for this project. */
267
- gitrepo?: string;
268
- /** The friendly name for this project. */
269
- friendlyName?: string;
270
- /**
271
- * The creation date of the project in ISO8601 format.
272
- * NOTE: This property will not be serialized. It can only be populated by the server.
273
- */
274
- readonly creationDate?: Date;
275
- /**
276
- * The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
277
- * NOTE: This property will not be serialized. It can only be populated by the server.
278
- */
279
- readonly provisioningState?: ProvisioningState;
280
- };
281
-
282
- /** The result of a request to list projects. */
283
- export declare interface ProjectListResult {
284
- /** The list of projects. Since this list may be incomplete, the nextLink field should be used to request the next list of projects. */
285
- value?: Project[];
286
- /** The URI that can be used to request the next list of projects. */
287
- nextLink?: string;
288
- }
289
-
290
- /** Interface representing a Projects. */
291
- export declare interface Projects {
292
- /**
293
- * Lists all the available machine learning projects under the specified workspace.
294
- * @param accountName The name of the machine learning team account.
295
- * @param workspaceName The name of the machine learning team account workspace.
296
- * @param resourceGroupName The name of the resource group to which the machine learning team account
297
- * belongs.
298
- * @param options The options parameters.
299
- */
300
- listByWorkspace(accountName: string, workspaceName: string, resourceGroupName: string, options?: ProjectsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<Project>;
301
- /**
302
- * Gets the properties of the specified machine learning project.
303
- * @param resourceGroupName The name of the resource group to which the machine learning team account
304
- * belongs.
305
- * @param accountName The name of the machine learning team account.
306
- * @param workspaceName The name of the machine learning team account workspace.
307
- * @param projectName The name of the machine learning project under a team account workspace.
308
- * @param options The options parameters.
309
- */
310
- get(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options?: ProjectsGetOptionalParams): Promise<ProjectsGetResponse>;
311
- /**
312
- * Creates or updates a project with the specified parameters.
313
- * @param resourceGroupName The name of the resource group to which the machine learning team account
314
- * belongs.
315
- * @param accountName The name of the machine learning team account.
316
- * @param workspaceName The name of the machine learning team account workspace.
317
- * @param projectName The name of the machine learning project under a team account workspace.
318
- * @param parameters The parameters for creating or updating a project.
319
- * @param options The options parameters.
320
- */
321
- createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: Project, options?: ProjectsCreateOrUpdateOptionalParams): Promise<ProjectsCreateOrUpdateResponse>;
322
- /**
323
- * Deletes a project.
324
- * @param resourceGroupName The name of the resource group to which the machine learning team account
325
- * belongs.
326
- * @param accountName The name of the machine learning team account.
327
- * @param workspaceName The name of the machine learning team account workspace.
328
- * @param projectName The name of the machine learning project under a team account workspace.
329
- * @param options The options parameters.
330
- */
331
- delete(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<void>;
332
- /**
333
- * Updates a project with the specified parameters.
334
- * @param resourceGroupName The name of the resource group to which the machine learning team account
335
- * belongs.
336
- * @param accountName The name of the machine learning team account.
337
- * @param workspaceName The name of the machine learning team account workspace.
338
- * @param projectName The name of the machine learning project under a team account workspace.
339
- * @param parameters The parameters for updating a machine learning team account.
340
- * @param options The options parameters.
341
- */
342
- update(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: ProjectUpdateParameters, options?: ProjectsUpdateOptionalParams): Promise<ProjectsUpdateResponse>;
343
- }
344
-
345
- /** Optional parameters. */
346
- export declare interface ProjectsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
347
- }
348
-
349
- /** Contains response data for the createOrUpdate operation. */
350
- export declare type ProjectsCreateOrUpdateResponse = Project;
351
-
352
- /** Optional parameters. */
353
- export declare interface ProjectsDeleteOptionalParams extends coreClient.OperationOptions {
354
- }
355
-
356
- /** Optional parameters. */
357
- export declare interface ProjectsGetOptionalParams extends coreClient.OperationOptions {
358
- }
359
-
360
- /** Contains response data for the get operation. */
361
- export declare type ProjectsGetResponse = Project;
362
-
363
- /** Optional parameters. */
364
- export declare interface ProjectsListByWorkspaceNextOptionalParams extends coreClient.OperationOptions {
365
- }
366
-
367
- /** Contains response data for the listByWorkspaceNext operation. */
368
- export declare type ProjectsListByWorkspaceNextResponse = ProjectListResult;
369
-
370
- /** Optional parameters. */
371
- export declare interface ProjectsListByWorkspaceOptionalParams extends coreClient.OperationOptions {
372
- }
373
-
374
- /** Contains response data for the listByWorkspace operation. */
375
- export declare type ProjectsListByWorkspaceResponse = ProjectListResult;
376
-
377
- /** Optional parameters. */
378
- export declare interface ProjectsUpdateOptionalParams extends coreClient.OperationOptions {
379
- }
380
-
381
- /** Contains response data for the update operation. */
382
- export declare type ProjectsUpdateResponse = Project;
383
-
384
- /** The parameters for updating a machine learning project. */
385
- export declare interface ProjectUpdateParameters {
386
- /** The resource tags for the machine learning project. */
387
- tags?: {
388
- [propertyName: string]: string;
389
- };
390
- /** The friendly name for this project. */
391
- friendlyName?: string;
392
- /** The description of this project. */
393
- description?: string;
394
- /** The reference to git repo for this project. */
395
- gitrepo?: string;
396
- }
397
-
398
- /** Defines values for ProvisioningState. */
399
- export declare type ProvisioningState = "Creating" | "Succeeded" | "Updating" | "Deleting" | "Failed";
400
-
401
- /** An Azure resource. */
402
- export declare interface Resource {
403
- /**
404
- * The resource ID.
405
- * NOTE: This property will not be serialized. It can only be populated by the server.
406
- */
407
- readonly id?: string;
408
- /**
409
- * The name of the resource.
410
- * NOTE: This property will not be serialized. It can only be populated by the server.
411
- */
412
- readonly name?: string;
413
- /**
414
- * The type of the resource.
415
- * NOTE: This property will not be serialized. It can only be populated by the server.
416
- */
417
- readonly type?: string;
418
- /** The location of the resource. This cannot be changed after the resource is created. */
419
- location: string;
420
- /** The tags of the resource. */
421
- tags?: {
422
- [propertyName: string]: string;
423
- };
424
- }
425
-
426
- /** The properties of a storage account for a machine learning team account. */
427
- export declare interface StorageAccountProperties {
428
- /** The fully qualified arm Id of the storage account. */
429
- storageAccountId: string;
430
- /** The access key to the storage account. */
431
- accessKey: string;
432
- }
433
-
434
- /** An object that represents a machine learning team account workspace. */
435
- export declare type Workspace = Resource & {
436
- /** The description of this workspace. */
437
- description?: string;
438
- /**
439
- * The immutable id of the team account which contains this workspace.
440
- * NOTE: This property will not be serialized. It can only be populated by the server.
441
- */
442
- readonly accountId?: string;
443
- /**
444
- * The immutable id of this workspace.
445
- * NOTE: This property will not be serialized. It can only be populated by the server.
446
- */
447
- readonly workspaceId?: string;
448
- /** The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created */
449
- friendlyName?: string;
450
- /**
451
- * The creation date of the machine learning workspace in ISO8601 format.
452
- * NOTE: This property will not be serialized. It can only be populated by the server.
453
- */
454
- readonly creationDate?: Date;
455
- /**
456
- * The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
457
- * NOTE: This property will not be serialized. It can only be populated by the server.
458
- */
459
- readonly provisioningState?: ProvisioningState;
460
- };
461
-
462
- /** The result of a request to list machine learning team account workspaces. */
463
- export declare interface WorkspaceListResult {
464
- /** The list of machine learning team account workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning team accounts. */
465
- value?: Workspace[];
466
- /** The URI that can be used to request the next list of machine learning workspaces. */
467
- nextLink?: string;
468
- }
469
-
470
- /** Interface representing a Workspaces. */
471
- export declare interface Workspaces {
472
- /**
473
- * Lists all the available machine learning workspaces under the specified team account.
474
- * @param accountName The name of the machine learning team account.
475
- * @param resourceGroupName The name of the resource group to which the machine learning team account
476
- * belongs.
477
- * @param options The options parameters.
478
- */
479
- listByAccounts(accountName: string, resourceGroupName: string, options?: WorkspacesListByAccountsOptionalParams): PagedAsyncIterableIterator<Workspace>;
480
- /**
481
- * Gets the properties of the specified machine learning workspace.
482
- * @param resourceGroupName The name of the resource group to which the machine learning team account
483
- * belongs.
484
- * @param accountName The name of the machine learning team account.
485
- * @param workspaceName The name of the machine learning team account workspace.
486
- * @param options The options parameters.
487
- */
488
- get(resourceGroupName: string, accountName: string, workspaceName: string, options?: WorkspacesGetOptionalParams): Promise<WorkspacesGetResponse>;
489
- /**
490
- * Creates or updates a machine learning workspace with the specified parameters.
491
- * @param resourceGroupName The name of the resource group to which the machine learning team account
492
- * belongs.
493
- * @param accountName The name of the machine learning team account.
494
- * @param workspaceName The name of the machine learning team account workspace.
495
- * @param parameters The parameters for creating or updating a machine learning workspace.
496
- * @param options The options parameters.
497
- */
498
- createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<WorkspacesCreateOrUpdateResponse>;
499
- /**
500
- * Deletes a machine learning workspace.
501
- * @param resourceGroupName The name of the resource group to which the machine learning team account
502
- * belongs.
503
- * @param accountName The name of the machine learning team account.
504
- * @param workspaceName The name of the machine learning team account workspace.
505
- * @param options The options parameters.
506
- */
507
- delete(resourceGroupName: string, accountName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<void>;
508
- /**
509
- * Updates a machine learning workspace with the specified parameters.
510
- * @param resourceGroupName The name of the resource group to which the machine learning team account
511
- * belongs.
512
- * @param accountName The name of the machine learning team account.
513
- * @param workspaceName The name of the machine learning team account workspace.
514
- * @param parameters The parameters for updating a machine learning workspace.
515
- * @param options The options parameters.
516
- */
517
- update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams): Promise<WorkspacesUpdateResponse>;
518
- }
519
-
520
- /** Optional parameters. */
521
- export declare interface WorkspacesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
522
- }
523
-
524
- /** Contains response data for the createOrUpdate operation. */
525
- export declare type WorkspacesCreateOrUpdateResponse = Workspace;
526
-
527
- /** Optional parameters. */
528
- export declare interface WorkspacesDeleteOptionalParams extends coreClient.OperationOptions {
529
- }
530
-
531
- /** Optional parameters. */
532
- export declare interface WorkspacesGetOptionalParams extends coreClient.OperationOptions {
533
- }
534
-
535
- /** Contains response data for the get operation. */
536
- export declare type WorkspacesGetResponse = Workspace;
537
-
538
- /** Optional parameters. */
539
- export declare interface WorkspacesListByAccountsNextOptionalParams extends coreClient.OperationOptions {
540
- }
541
-
542
- /** Contains response data for the listByAccountsNext operation. */
543
- export declare type WorkspacesListByAccountsNextResponse = WorkspaceListResult;
544
-
545
- /** Optional parameters. */
546
- export declare interface WorkspacesListByAccountsOptionalParams extends coreClient.OperationOptions {
547
- }
548
-
549
- /** Contains response data for the listByAccounts operation. */
550
- export declare type WorkspacesListByAccountsResponse = WorkspaceListResult;
551
-
552
- /** Optional parameters. */
553
- export declare interface WorkspacesUpdateOptionalParams extends coreClient.OperationOptions {
554
- }
555
-
556
- /** Contains response data for the update operation. */
557
- export declare type WorkspacesUpdateResponse = Workspace;
558
-
559
- /** The parameters for updating a machine learning team account workspace. */
560
- export declare interface WorkspaceUpdateParameters {
561
- /** The resource tags for the machine learning team account workspace. */
562
- tags?: {
563
- [propertyName: string]: string;
564
- };
565
- /** Friendly name of this workspace. */
566
- friendlyName?: string;
567
- /** Description for this workspace. */
568
- description?: string;
569
- }
570
-
571
- export { }
File without changes