@azure/arm-machinelearningcompute 3.0.0-beta.3 → 3.0.0-beta.4

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 (339) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/LICENSE +4 -4
  3. package/README.md +29 -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 -4
  7. package/dist/browser/index.js.map +1 -0
  8. package/{dist-esm/src → dist/browser}/lroImpl.js +13 -9
  9. package/dist/browser/lroImpl.js.map +1 -0
  10. package/{dist-esm/src → dist/browser}/machineLearningComputeManagementClient.d.ts +2 -2
  11. package/dist/browser/machineLearningComputeManagementClient.d.ts.map +1 -0
  12. package/{dist-esm/src → dist/browser}/machineLearningComputeManagementClient.js +31 -24
  13. package/dist/browser/machineLearningComputeManagementClient.js.map +1 -0
  14. package/{dist-esm/src → dist/browser}/models/index.d.ts +19 -19
  15. package/{dist-esm/src → dist/browser}/models/index.d.ts.map +1 -1
  16. package/dist/browser/models/index.js.map +1 -0
  17. package/{dist-esm/src → dist/browser}/models/mappers.js +25 -12
  18. package/dist/browser/models/mappers.js.map +1 -0
  19. package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
  20. package/dist/browser/models/parameters.js.map +1 -0
  21. package/dist/browser/operations/index.d.ts +3 -0
  22. package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
  23. package/{dist-esm/src → dist/browser}/operations/index.js +2 -2
  24. package/dist/browser/operations/index.js.map +1 -0
  25. package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.d.ts +3 -3
  26. package/dist/browser/operations/machineLearningCompute.d.ts.map +1 -0
  27. package/{dist-esm/src → dist/browser}/operations/machineLearningCompute.js +3 -2
  28. package/dist/browser/operations/machineLearningCompute.js.map +1 -0
  29. package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.d.ts +3 -3
  30. package/dist/browser/operations/operationalizationClusters.d.ts.map +1 -0
  31. package/{dist-esm/src → dist/browser}/operations/operationalizationClusters.js +160 -187
  32. package/dist/browser/operations/operationalizationClusters.js.map +1 -0
  33. package/dist/browser/operationsInterfaces/index.d.ts +3 -0
  34. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
  35. package/{dist-esm/src → dist/browser}/operationsInterfaces/index.js +2 -2
  36. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  37. package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts +1 -1
  38. package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.d.ts.map +1 -1
  39. package/dist/browser/operationsInterfaces/machineLearningCompute.js.map +1 -0
  40. package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.d.ts +1 -1
  41. package/dist/browser/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  42. package/dist/browser/operationsInterfaces/operationalizationClusters.js.map +1 -0
  43. package/dist/browser/package.json +3 -0
  44. package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
  45. package/dist/browser/pagingHelper.js.map +1 -0
  46. package/dist/commonjs/index.d.ts +5 -0
  47. package/dist/commonjs/index.d.ts.map +1 -0
  48. package/dist/commonjs/index.js +19 -0
  49. package/dist/commonjs/index.js.map +1 -0
  50. package/dist/commonjs/lroImpl.d.ts +16 -0
  51. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  52. package/dist/commonjs/lroImpl.js +37 -0
  53. package/dist/commonjs/lroImpl.js.map +1 -0
  54. package/dist/commonjs/machineLearningComputeManagementClient.d.ts +21 -0
  55. package/dist/commonjs/machineLearningComputeManagementClient.d.ts.map +1 -0
  56. package/dist/commonjs/machineLearningComputeManagementClient.js +113 -0
  57. package/dist/commonjs/machineLearningComputeManagementClient.js.map +1 -0
  58. package/{types/arm-machinelearningcompute.d.ts → dist/commonjs/models/index.d.ts} +702 -902
  59. package/dist/commonjs/models/index.d.ts.map +1 -0
  60. package/dist/commonjs/models/index.js +169 -0
  61. package/dist/commonjs/models/index.js.map +1 -0
  62. package/dist/commonjs/models/mappers.d.ts +32 -0
  63. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  64. package/dist/commonjs/models/mappers.js +886 -0
  65. package/dist/commonjs/models/mappers.js.map +1 -0
  66. package/dist/commonjs/models/parameters.d.ts +14 -0
  67. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  68. package/dist/commonjs/models/parameters.js +133 -0
  69. package/dist/commonjs/models/parameters.js.map +1 -0
  70. package/dist/commonjs/operations/index.d.ts +3 -0
  71. package/dist/commonjs/operations/index.d.ts.map +1 -0
  72. package/dist/commonjs/operations/index.js +13 -0
  73. package/dist/commonjs/operations/index.js.map +1 -0
  74. package/dist/commonjs/operations/machineLearningCompute.d.ts +18 -0
  75. package/dist/commonjs/operations/machineLearningCompute.d.ts.map +1 -0
  76. package/dist/commonjs/operations/machineLearningCompute.js +49 -0
  77. package/dist/commonjs/operations/machineLearningCompute.js.map +1 -0
  78. package/dist/commonjs/operations/operationalizationClusters.d.ts +130 -0
  79. package/dist/commonjs/operations/operationalizationClusters.d.ts.map +1 -0
  80. package/dist/commonjs/operations/operationalizationClusters.js +586 -0
  81. package/dist/commonjs/operations/operationalizationClusters.js.map +1 -0
  82. package/dist/commonjs/operationsInterfaces/index.d.ts +3 -0
  83. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  84. package/dist/commonjs/operationsInterfaces/index.js +13 -0
  85. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  86. package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  87. package/dist/commonjs/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  88. package/dist/commonjs/operationsInterfaces/machineLearningCompute.js +10 -0
  89. package/dist/commonjs/operationsInterfaces/machineLearningCompute.js.map +1 -0
  90. package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  91. package/dist/commonjs/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  92. package/dist/commonjs/operationsInterfaces/operationalizationClusters.js +10 -0
  93. package/dist/commonjs/operationsInterfaces/operationalizationClusters.js.map +1 -0
  94. package/dist/commonjs/package.json +3 -0
  95. package/dist/commonjs/pagingHelper.d.ts +13 -0
  96. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  97. package/dist/commonjs/pagingHelper.js +34 -0
  98. package/dist/commonjs/pagingHelper.js.map +1 -0
  99. package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
  100. package/dist/esm/index.d.ts +5 -0
  101. package/dist/esm/index.d.ts.map +1 -0
  102. package/{src/index.ts → dist/esm/index.js} +5 -5
  103. package/dist/esm/index.js.map +1 -0
  104. package/dist/esm/lroImpl.d.ts +16 -0
  105. package/dist/esm/lroImpl.d.ts.map +1 -0
  106. package/dist/esm/lroImpl.js +33 -0
  107. package/dist/esm/lroImpl.js.map +1 -0
  108. package/dist/esm/machineLearningComputeManagementClient.d.ts +21 -0
  109. package/dist/esm/machineLearningComputeManagementClient.d.ts.map +1 -0
  110. package/dist/esm/machineLearningComputeManagementClient.js +108 -0
  111. package/dist/esm/machineLearningComputeManagementClient.js.map +1 -0
  112. package/dist/esm/models/index.d.ts +702 -0
  113. package/dist/esm/models/index.d.ts.map +1 -0
  114. package/dist/esm/models/index.js +166 -0
  115. package/dist/esm/models/index.js.map +1 -0
  116. package/dist/esm/models/mappers.d.ts +32 -0
  117. package/dist/esm/models/mappers.d.ts.map +1 -0
  118. package/dist/esm/models/mappers.js +883 -0
  119. package/dist/esm/models/mappers.js.map +1 -0
  120. package/dist/esm/models/parameters.d.ts +14 -0
  121. package/dist/esm/models/parameters.d.ts.map +1 -0
  122. package/dist/esm/models/parameters.js +130 -0
  123. package/dist/esm/models/parameters.js.map +1 -0
  124. package/dist/esm/operations/index.d.ts +3 -0
  125. package/dist/esm/operations/index.d.ts.map +1 -0
  126. package/dist/esm/operations/index.js +10 -0
  127. package/dist/esm/operations/index.js.map +1 -0
  128. package/dist/esm/operations/machineLearningCompute.d.ts +18 -0
  129. package/dist/esm/operations/machineLearningCompute.d.ts.map +1 -0
  130. package/dist/esm/operations/machineLearningCompute.js +44 -0
  131. package/dist/esm/operations/machineLearningCompute.js.map +1 -0
  132. package/dist/esm/operations/operationalizationClusters.d.ts +130 -0
  133. package/dist/esm/operations/operationalizationClusters.d.ts.map +1 -0
  134. package/dist/esm/operations/operationalizationClusters.js +581 -0
  135. package/dist/esm/operations/operationalizationClusters.js.map +1 -0
  136. package/dist/esm/operationsInterfaces/index.d.ts +3 -0
  137. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  138. package/dist/esm/operationsInterfaces/index.js +10 -0
  139. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  140. package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  141. package/dist/esm/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  142. package/{src/operations/index.ts → dist/esm/operationsInterfaces/machineLearningCompute.js} +2 -3
  143. package/dist/esm/operationsInterfaces/machineLearningCompute.js.map +1 -0
  144. package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  145. package/dist/esm/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  146. package/{src/operationsInterfaces/index.ts → dist/esm/operationsInterfaces/operationalizationClusters.js} +2 -3
  147. package/dist/esm/operationsInterfaces/operationalizationClusters.js.map +1 -0
  148. package/dist/esm/package.json +3 -0
  149. package/dist/esm/pagingHelper.d.ts +13 -0
  150. package/dist/esm/pagingHelper.d.ts.map +1 -0
  151. package/dist/esm/pagingHelper.js +30 -0
  152. package/dist/esm/pagingHelper.js.map +1 -0
  153. package/dist/react-native/index.d.ts +5 -0
  154. package/dist/react-native/index.d.ts.map +1 -0
  155. package/dist/react-native/index.js +13 -0
  156. package/dist/react-native/index.js.map +1 -0
  157. package/dist/react-native/lroImpl.d.ts +16 -0
  158. package/dist/react-native/lroImpl.d.ts.map +1 -0
  159. package/dist/react-native/lroImpl.js +33 -0
  160. package/dist/react-native/lroImpl.js.map +1 -0
  161. package/dist/react-native/machineLearningComputeManagementClient.d.ts +21 -0
  162. package/dist/react-native/machineLearningComputeManagementClient.d.ts.map +1 -0
  163. package/dist/react-native/machineLearningComputeManagementClient.js +108 -0
  164. package/dist/react-native/machineLearningComputeManagementClient.js.map +1 -0
  165. package/dist/react-native/models/index.d.ts +702 -0
  166. package/dist/react-native/models/index.d.ts.map +1 -0
  167. package/dist/react-native/models/index.js +166 -0
  168. package/dist/react-native/models/index.js.map +1 -0
  169. package/dist/react-native/models/mappers.d.ts +32 -0
  170. package/dist/react-native/models/mappers.d.ts.map +1 -0
  171. package/dist/react-native/models/mappers.js +883 -0
  172. package/dist/react-native/models/mappers.js.map +1 -0
  173. package/dist/react-native/models/parameters.d.ts +14 -0
  174. package/dist/react-native/models/parameters.d.ts.map +1 -0
  175. package/dist/react-native/models/parameters.js +130 -0
  176. package/dist/react-native/models/parameters.js.map +1 -0
  177. package/dist/react-native/operations/index.d.ts +3 -0
  178. package/dist/react-native/operations/index.d.ts.map +1 -0
  179. package/dist/react-native/operations/index.js +10 -0
  180. package/dist/react-native/operations/index.js.map +1 -0
  181. package/dist/react-native/operations/machineLearningCompute.d.ts +18 -0
  182. package/dist/react-native/operations/machineLearningCompute.d.ts.map +1 -0
  183. package/dist/react-native/operations/machineLearningCompute.js +44 -0
  184. package/dist/react-native/operations/machineLearningCompute.js.map +1 -0
  185. package/dist/react-native/operations/operationalizationClusters.d.ts +130 -0
  186. package/dist/react-native/operations/operationalizationClusters.d.ts.map +1 -0
  187. package/dist/react-native/operations/operationalizationClusters.js +581 -0
  188. package/dist/react-native/operations/operationalizationClusters.js.map +1 -0
  189. package/dist/react-native/operationsInterfaces/index.d.ts +3 -0
  190. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  191. package/dist/react-native/operationsInterfaces/index.js +10 -0
  192. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  193. package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts +10 -0
  194. package/dist/react-native/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
  195. package/dist/react-native/operationsInterfaces/machineLearningCompute.js +9 -0
  196. package/dist/react-native/operationsInterfaces/machineLearningCompute.js.map +1 -0
  197. package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts +94 -0
  198. package/dist/react-native/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
  199. package/dist/react-native/operationsInterfaces/operationalizationClusters.js +9 -0
  200. package/dist/react-native/operationsInterfaces/operationalizationClusters.js.map +1 -0
  201. package/dist/react-native/package.json +3 -0
  202. package/dist/react-native/pagingHelper.d.ts +13 -0
  203. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  204. package/dist/react-native/pagingHelper.js +30 -0
  205. package/dist/react-native/pagingHelper.js.map +1 -0
  206. package/package.json +85 -76
  207. package/dist/index.js +0 -2030
  208. package/dist/index.js.map +0 -1
  209. package/dist/index.min.js +0 -1
  210. package/dist/index.min.js.map +0 -1
  211. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts +0 -2
  212. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts.map +0 -1
  213. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js +0 -31
  214. package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js.map +0 -1
  215. package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts +0 -2
  216. package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts.map +0 -1
  217. package/dist-esm/samples-dev/deleteOperationalizationCluster.js +0 -31
  218. package/dist-esm/samples-dev/deleteOperationalizationCluster.js.map +0 -1
  219. package/dist-esm/samples-dev/getOperationalizationCluster.d.ts +0 -2
  220. package/dist-esm/samples-dev/getOperationalizationCluster.d.ts.map +0 -1
  221. package/dist-esm/samples-dev/getOperationalizationCluster.js +0 -31
  222. package/dist-esm/samples-dev/getOperationalizationCluster.js.map +0 -1
  223. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts +0 -2
  224. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts.map +0 -1
  225. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js +0 -31
  226. package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js.map +0 -1
  227. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts +0 -2
  228. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts.map +0 -1
  229. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js +0 -44
  230. package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js.map +0 -1
  231. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts +0 -2
  232. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts.map +0 -1
  233. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js +0 -43
  234. package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js.map +0 -1
  235. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts +0 -2
  236. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts.map +0 -1
  237. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js +0 -29
  238. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js.map +0 -1
  239. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts +0 -2
  240. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.d.ts.map +0 -1
  241. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js +0 -29
  242. package/dist-esm/samples-dev/machineLearningComputeListAvailableOperationsSample.js.map +0 -1
  243. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts +0 -2
  244. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.d.ts.map +0 -1
  245. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js +0 -31
  246. package/dist-esm/samples-dev/operationalizationClustersCheckSystemServicesUpdatesAvailableSample.js.map +0 -1
  247. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts +0 -2
  248. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.d.ts.map +0 -1
  249. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js +0 -54
  250. package/dist-esm/samples-dev/operationalizationClustersCreateOrUpdateSample.js.map +0 -1
  251. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts +0 -2
  252. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.d.ts.map +0 -1
  253. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js +0 -31
  254. package/dist-esm/samples-dev/operationalizationClustersDeleteSample.js.map +0 -1
  255. package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts +0 -2
  256. package/dist-esm/samples-dev/operationalizationClustersGetSample.d.ts.map +0 -1
  257. package/dist-esm/samples-dev/operationalizationClustersGetSample.js +0 -31
  258. package/dist-esm/samples-dev/operationalizationClustersGetSample.js.map +0 -1
  259. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts +0 -2
  260. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.d.ts.map +0 -1
  261. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js +0 -44
  262. package/dist-esm/samples-dev/operationalizationClustersListByResourceGroupSample.js.map +0 -1
  263. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts +0 -2
  264. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.d.ts.map +0 -1
  265. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js +0 -43
  266. package/dist-esm/samples-dev/operationalizationClustersListBySubscriptionIdSample.js.map +0 -1
  267. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts +0 -2
  268. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.d.ts.map +0 -1
  269. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js +0 -31
  270. package/dist-esm/samples-dev/operationalizationClustersListKeysSample.js.map +0 -1
  271. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts +0 -2
  272. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.d.ts.map +0 -1
  273. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js +0 -34
  274. package/dist-esm/samples-dev/operationalizationClustersUpdateSample.js.map +0 -1
  275. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts +0 -2
  276. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.d.ts.map +0 -1
  277. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js +0 -31
  278. package/dist-esm/samples-dev/operationalizationClustersUpdateSystemServicesSample.js.map +0 -1
  279. package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts +0 -2
  280. package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts.map +0 -1
  281. package/dist-esm/samples-dev/patchOperationalizationCluster.js +0 -34
  282. package/dist-esm/samples-dev/patchOperationalizationCluster.js.map +0 -1
  283. package/dist-esm/samples-dev/putOperationalizationCluster.d.ts +0 -2
  284. package/dist-esm/samples-dev/putOperationalizationCluster.d.ts.map +0 -1
  285. package/dist-esm/samples-dev/putOperationalizationCluster.js +0 -54
  286. package/dist-esm/samples-dev/putOperationalizationCluster.js.map +0 -1
  287. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts +0 -2
  288. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts.map +0 -1
  289. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js +0 -31
  290. package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js.map +0 -1
  291. package/dist-esm/src/index.d.ts +0 -6
  292. package/dist-esm/src/index.d.ts.map +0 -1
  293. package/dist-esm/src/index.js.map +0 -1
  294. package/dist-esm/src/lroImpl.js.map +0 -1
  295. package/dist-esm/src/machineLearningComputeManagementClient.d.ts.map +0 -1
  296. package/dist-esm/src/machineLearningComputeManagementClient.js.map +0 -1
  297. package/dist-esm/src/models/index.js.map +0 -1
  298. package/dist-esm/src/models/mappers.js.map +0 -1
  299. package/dist-esm/src/models/parameters.js.map +0 -1
  300. package/dist-esm/src/operations/index.d.ts +0 -3
  301. package/dist-esm/src/operations/index.js.map +0 -1
  302. package/dist-esm/src/operations/machineLearningCompute.d.ts.map +0 -1
  303. package/dist-esm/src/operations/machineLearningCompute.js.map +0 -1
  304. package/dist-esm/src/operations/operationalizationClusters.d.ts.map +0 -1
  305. package/dist-esm/src/operations/operationalizationClusters.js.map +0 -1
  306. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -3
  307. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  308. package/dist-esm/src/operationsInterfaces/machineLearningCompute.js.map +0 -1
  309. package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts.map +0 -1
  310. package/dist-esm/src/operationsInterfaces/operationalizationClusters.js.map +0 -1
  311. package/dist-esm/src/pagingHelper.js.map +0 -1
  312. package/dist-esm/test/sampleTest.d.ts +0 -2
  313. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  314. package/dist-esm/test/sampleTest.js +0 -38
  315. package/dist-esm/test/sampleTest.js.map +0 -1
  316. package/rollup.config.js +0 -122
  317. package/src/lroImpl.ts +0 -34
  318. package/src/machineLearningComputeManagementClient.ts +0 -148
  319. package/src/models/index.ts +0 -782
  320. package/src/models/mappers.ts +0 -914
  321. package/src/models/parameters.ts +0 -150
  322. package/src/operations/machineLearningCompute.ts +0 -59
  323. package/src/operations/operationalizationClusters.ts +0 -830
  324. package/src/operationsInterfaces/machineLearningCompute.ts +0 -23
  325. package/src/operationsInterfaces/operationalizationClusters.ts +0 -189
  326. package/src/pagingHelper.ts +0 -39
  327. package/tsconfig.json +0 -33
  328. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  329. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  330. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  331. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  332. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  333. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  334. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  335. /package/{dist-esm/src → dist/browser}/operationsInterfaces/machineLearningCompute.js +0 -0
  336. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationalizationClusters.js +0 -0
  337. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  338. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  339. /package/review/{arm-machinelearningcompute.api.md → arm-machinelearningcompute-node.api.md} +0 -0
@@ -1,782 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- /** Wrapper for error response to follow ARM guidelines. */
12
- export interface ErrorResponseWrapper {
13
- /** The error response. */
14
- error?: ErrorResponse;
15
- }
16
-
17
- /** Error response information. */
18
- export interface ErrorResponse {
19
- /** Error code. */
20
- code: string;
21
- /** Error message. */
22
- message: string;
23
- /** An array of error detail objects. */
24
- details?: ErrorDetail[];
25
- }
26
-
27
- /** Error detail information. */
28
- export interface ErrorDetail {
29
- /** Error code. */
30
- code: string;
31
- /** Error message. */
32
- message: string;
33
- }
34
-
35
- /** Properties of Storage Account. */
36
- export interface StorageAccountProperties {
37
- /** ARM resource ID of the Azure Storage Account to store CLI specific files. If not provided one will be created. This cannot be changed once the cluster is created. */
38
- resourceId?: string;
39
- }
40
-
41
- /** Properties of Azure Container Registry. */
42
- export interface ContainerRegistryProperties {
43
- /** ARM resource ID of the Azure Container Registry used to store Docker images for web services in the cluster. If not provided one will be created. This cannot be changed once the cluster is created. */
44
- resourceId?: string;
45
- }
46
-
47
- /** Information about the container service backing the cluster */
48
- export interface AcsClusterProperties {
49
- /**
50
- * The FQDN of the cluster.
51
- * NOTE: This property will not be serialized. It can only be populated by the server.
52
- */
53
- readonly clusterFqdn?: string;
54
- /** Type of orchestrator. It cannot be changed once the cluster is created. */
55
- orchestratorType: OrchestratorType;
56
- /** Orchestrator specific properties */
57
- orchestratorProperties?: KubernetesClusterProperties;
58
- /** The system services deployed to the cluster */
59
- systemServices?: SystemService[];
60
- /** The number of master nodes in the container service. */
61
- masterCount?: number;
62
- /** The number of agent nodes in the Container Service. This can be changed to scale the cluster. */
63
- agentCount?: number;
64
- /** The Azure VM size of the agent VM nodes. This cannot be changed once the cluster is created. This list is non exhaustive; refer to https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes for the possible VM sizes. */
65
- agentVmSize?: AgentVMSizeTypes;
66
- }
67
-
68
- /** Kubernetes cluster specific properties */
69
- export interface KubernetesClusterProperties {
70
- /** The Azure Service Principal used by Kubernetes */
71
- servicePrincipal?: ServicePrincipalProperties;
72
- }
73
-
74
- /** The Azure service principal used by Kubernetes for configuring load balancers */
75
- export interface ServicePrincipalProperties {
76
- /** The service principal client ID */
77
- clientId: string;
78
- /** The service principal secret. This is not returned in response of GET/PUT on the resource. To see this please call listKeys. */
79
- secret: string;
80
- }
81
-
82
- /** Information about a system service deployed in the cluster */
83
- export interface SystemService {
84
- /** The system service type */
85
- systemServiceType: SystemServiceType;
86
- /**
87
- * The public IP address of the system service
88
- * NOTE: This property will not be serialized. It can only be populated by the server.
89
- */
90
- readonly publicIpAddress?: string;
91
- /**
92
- * The state of the system service
93
- * NOTE: This property will not be serialized. It can only be populated by the server.
94
- */
95
- readonly version?: string;
96
- }
97
-
98
- /** Properties of App Insights. */
99
- export interface AppInsightsProperties {
100
- /** ARM resource ID of the App Insights. */
101
- resourceId?: string;
102
- }
103
-
104
- /** Global configuration for services in the cluster. */
105
- export interface GlobalServiceConfiguration {
106
- /** Describes unknown properties. The value of an unknown property can be of "any" type. */
107
- [property: string]: any;
108
- /** The configuration ETag for updates. */
109
- etag?: string;
110
- /** The SSL configuration properties */
111
- ssl?: SslConfiguration;
112
- /** Optional global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. */
113
- serviceAuth?: ServiceAuthConfiguration;
114
- /** The auto-scale configuration */
115
- autoScale?: AutoScaleConfiguration;
116
- }
117
-
118
- /** SSL configuration. If configured data-plane calls to user services will be exposed over SSL only. */
119
- export interface SslConfiguration {
120
- /** SSL status. Allowed values are Enabled and Disabled. */
121
- status?: Status;
122
- /** The SSL cert data in PEM format. */
123
- cert?: string;
124
- /** The SSL key data in PEM format. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API. */
125
- key?: string;
126
- /** The CName of the certificate. */
127
- cname?: string;
128
- }
129
-
130
- /** Global service auth configuration properties. These are the data-plane authorization keys and are used if a service doesn't define it's own. */
131
- export interface ServiceAuthConfiguration {
132
- /** The primary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. */
133
- primaryAuthKeyHash: string;
134
- /** The secondary auth key hash. This is not returned in response of GET/PUT on the resource.. To see this please call listKeys API. */
135
- secondaryAuthKeyHash: string;
136
- }
137
-
138
- /** AutoScale configuration properties. */
139
- export interface AutoScaleConfiguration {
140
- /** If auto-scale is enabled for all services. Each service can turn it off individually. */
141
- status?: Status;
142
- /** The minimum number of replicas for each service. */
143
- minReplicas?: number;
144
- /** The maximum number of replicas for each service. */
145
- maxReplicas?: number;
146
- /** The target utilization. */
147
- targetUtilization?: number;
148
- /** Refresh period in seconds. */
149
- refreshPeriodInSeconds?: number;
150
- }
151
-
152
- /** Azure resource */
153
- export interface Resource {
154
- /**
155
- * Specifies the resource ID.
156
- * NOTE: This property will not be serialized. It can only be populated by the server.
157
- */
158
- readonly id?: string;
159
- /**
160
- * Specifies the name of the resource.
161
- * NOTE: This property will not be serialized. It can only be populated by the server.
162
- */
163
- readonly name?: string;
164
- /** Specifies the location of the resource. */
165
- location: string;
166
- /**
167
- * Specifies the type of the resource.
168
- * NOTE: This property will not be serialized. It can only be populated by the server.
169
- */
170
- readonly type?: string;
171
- /** Contains resource tags defined as key/value pairs. */
172
- tags?: { [propertyName: string]: string };
173
- }
174
-
175
- /** Parameters for PATCH operation on an operationalization cluster */
176
- export interface OperationalizationClusterUpdateParameters {
177
- /** Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters. */
178
- tags?: { [propertyName: string]: string };
179
- }
180
-
181
- /** Credentials to resources in the cluster. */
182
- export interface OperationalizationClusterCredentials {
183
- /** Credentials for the Storage Account. */
184
- storageAccount?: StorageAccountCredentials;
185
- /** Credentials for Azure Container Registry. */
186
- containerRegistry?: ContainerRegistryCredentials;
187
- /** Credentials for Azure Container Service. */
188
- containerService?: ContainerServiceCredentials;
189
- /** Credentials for Azure AppInsights. */
190
- appInsights?: AppInsightsCredentials;
191
- /** Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. */
192
- serviceAuthConfiguration?: ServiceAuthConfiguration;
193
- /** The SSL configuration for the services. */
194
- sslConfiguration?: SslConfiguration;
195
- }
196
-
197
- /** Access information for the storage account. */
198
- export interface StorageAccountCredentials {
199
- /**
200
- * The ARM resource ID of the storage account.
201
- * NOTE: This property will not be serialized. It can only be populated by the server.
202
- */
203
- readonly resourceId?: string;
204
- /**
205
- * The primary key of the storage account.
206
- * NOTE: This property will not be serialized. It can only be populated by the server.
207
- */
208
- readonly primaryKey?: string;
209
- /**
210
- * The secondary key of the storage account.
211
- * NOTE: This property will not be serialized. It can only be populated by the server.
212
- */
213
- readonly secondaryKey?: string;
214
- }
215
-
216
- /** Information about the Azure Container Registry which contains the images deployed to the cluster. */
217
- export interface ContainerRegistryCredentials {
218
- /**
219
- * The ACR login server name. User name is the first part of the FQDN.
220
- * NOTE: This property will not be serialized. It can only be populated by the server.
221
- */
222
- readonly loginServer?: string;
223
- /**
224
- * The ACR primary password.
225
- * NOTE: This property will not be serialized. It can only be populated by the server.
226
- */
227
- readonly password?: string;
228
- /**
229
- * The ACR secondary password.
230
- * NOTE: This property will not be serialized. It can only be populated by the server.
231
- */
232
- readonly password2?: string;
233
- /**
234
- * The ACR login username.
235
- * NOTE: This property will not be serialized. It can only be populated by the server.
236
- */
237
- readonly username?: string;
238
- }
239
-
240
- /** Information about the Azure Container Registry which contains the images deployed to the cluster. */
241
- export interface ContainerServiceCredentials {
242
- /**
243
- * The ACS kube config file.
244
- * NOTE: This property will not be serialized. It can only be populated by the server.
245
- */
246
- readonly acsKubeConfig?: string;
247
- /**
248
- * Service principal configuration used by Kubernetes.
249
- * NOTE: This property will not be serialized. It can only be populated by the server.
250
- */
251
- readonly servicePrincipalConfiguration?: ServicePrincipalProperties;
252
- /**
253
- * The ACR image pull secret name which was created in Kubernetes.
254
- * NOTE: This property will not be serialized. It can only be populated by the server.
255
- */
256
- readonly imagePullSecretName?: string;
257
- }
258
-
259
- /** AppInsights credentials. */
260
- export interface AppInsightsCredentials {
261
- /** The AppInsights application ID. */
262
- appId?: string;
263
- /** The AppInsights instrumentation key. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API. */
264
- instrumentationKey?: string;
265
- }
266
-
267
- /** Information about updates available for system services in a cluster. */
268
- export interface CheckSystemServicesUpdatesAvailableResponse {
269
- /**
270
- * Yes if updates are available for the system services, No if not.
271
- * NOTE: This property will not be serialized. It can only be populated by the server.
272
- */
273
- readonly updatesAvailable?: UpdatesAvailable;
274
- }
275
-
276
- /** Response of the update system services API */
277
- export interface UpdateSystemServicesResponse {
278
- /**
279
- * Update status
280
- * NOTE: This property will not be serialized. It can only be populated by the server.
281
- */
282
- readonly updateStatus?: OperationStatus;
283
- /**
284
- * The date and time when the last system services update was started.
285
- * NOTE: This property will not be serialized. It can only be populated by the server.
286
- */
287
- readonly updateStartedOn?: Date;
288
- /**
289
- * The date and time when the last system services update completed.
290
- * NOTE: This property will not be serialized. It can only be populated by the server.
291
- */
292
- readonly updateCompletedOn?: Date;
293
- }
294
-
295
- /** Paginated list of operationalization clusters. */
296
- export interface PaginatedOperationalizationClustersList {
297
- /** An array of cluster objects. */
298
- value?: OperationalizationCluster[];
299
- /** A continuation link (absolute URI) to the next page of results in the list. */
300
- nextLink?: string;
301
- }
302
-
303
- /** Available operation list. */
304
- export interface AvailableOperations {
305
- /** An array of available operations. */
306
- value?: ResourceOperation[];
307
- }
308
-
309
- /** Resource operation. */
310
- export interface ResourceOperation {
311
- /** Name of this operation. */
312
- name?: string;
313
- /** Display of the operation. */
314
- display?: ResourceOperationDisplay;
315
- /** The operation origin. */
316
- origin?: string;
317
- }
318
-
319
- /** Display of the operation. */
320
- export interface ResourceOperationDisplay {
321
- /** The resource provider name. */
322
- provider?: string;
323
- /** The resource name. */
324
- resource?: string;
325
- /** The operation. */
326
- operation?: string;
327
- /** The description of the operation. */
328
- description?: string;
329
- }
330
-
331
- /** Instance of an Azure ML Operationalization Cluster resource. */
332
- export interface OperationalizationCluster extends Resource {
333
- /** The description of the cluster. */
334
- description?: string;
335
- /**
336
- * The date and time when the cluster was created.
337
- * NOTE: This property will not be serialized. It can only be populated by the server.
338
- */
339
- readonly createdOn?: Date;
340
- /**
341
- * The date and time when the cluster was last modified.
342
- * NOTE: This property will not be serialized. It can only be populated by the server.
343
- */
344
- readonly modifiedOn?: Date;
345
- /**
346
- * The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
347
- * NOTE: This property will not be serialized. It can only be populated by the server.
348
- */
349
- readonly provisioningState?: OperationStatus;
350
- /**
351
- * List of provisioning errors reported by the resource provider.
352
- * NOTE: This property will not be serialized. It can only be populated by the server.
353
- */
354
- readonly provisioningErrors?: ErrorResponseWrapper[];
355
- /** The cluster type. */
356
- clusterType?: ClusterType;
357
- /** Storage Account properties. */
358
- storageAccount?: StorageAccountProperties;
359
- /** Container Registry properties. */
360
- containerRegistry?: ContainerRegistryProperties;
361
- /** Parameters for the Azure Container Service cluster. */
362
- containerService?: AcsClusterProperties;
363
- /** AppInsights configuration. */
364
- appInsights?: AppInsightsProperties;
365
- /** Contains global configuration for the web services in the cluster. */
366
- globalServiceConfiguration?: GlobalServiceConfiguration;
367
- }
368
-
369
- /** Defines headers for OperationalizationClusters_delete operation. */
370
- export interface OperationalizationClustersDeleteHeaders {
371
- /** URI of the async operation. */
372
- location?: string;
373
- }
374
-
375
- /** Defines headers for OperationalizationClusters_updateSystemServices operation. */
376
- export interface OperationalizationClustersUpdateSystemServicesHeaders {
377
- /** URI of the async operation. */
378
- location?: string;
379
- }
380
-
381
- /** Known values of {@link OperationStatus} that the service accepts. */
382
- export enum KnownOperationStatus {
383
- /** Unknown */
384
- Unknown = "Unknown",
385
- /** Updating */
386
- Updating = "Updating",
387
- /** Creating */
388
- Creating = "Creating",
389
- /** Deleting */
390
- Deleting = "Deleting",
391
- /** Succeeded */
392
- Succeeded = "Succeeded",
393
- /** Failed */
394
- Failed = "Failed",
395
- /** Canceled */
396
- Canceled = "Canceled"
397
- }
398
-
399
- /**
400
- * Defines values for OperationStatus. \
401
- * {@link KnownOperationStatus} can be used interchangeably with OperationStatus,
402
- * this enum contains the known values that the service supports.
403
- * ### Known values supported by the service
404
- * **Unknown** \
405
- * **Updating** \
406
- * **Creating** \
407
- * **Deleting** \
408
- * **Succeeded** \
409
- * **Failed** \
410
- * **Canceled**
411
- */
412
- export type OperationStatus = string;
413
-
414
- /** Known values of {@link ClusterType} that the service accepts. */
415
- export enum KnownClusterType {
416
- /** ACS */
417
- ACS = "ACS",
418
- /** Local */
419
- Local = "Local"
420
- }
421
-
422
- /**
423
- * Defines values for ClusterType. \
424
- * {@link KnownClusterType} can be used interchangeably with ClusterType,
425
- * this enum contains the known values that the service supports.
426
- * ### Known values supported by the service
427
- * **ACS** \
428
- * **Local**
429
- */
430
- export type ClusterType = string;
431
-
432
- /** Known values of {@link OrchestratorType} that the service accepts. */
433
- export enum KnownOrchestratorType {
434
- /** Kubernetes */
435
- Kubernetes = "Kubernetes",
436
- /** None */
437
- None = "None"
438
- }
439
-
440
- /**
441
- * Defines values for OrchestratorType. \
442
- * {@link KnownOrchestratorType} can be used interchangeably with OrchestratorType,
443
- * this enum contains the known values that the service supports.
444
- * ### Known values supported by the service
445
- * **Kubernetes** \
446
- * **None**
447
- */
448
- export type OrchestratorType = string;
449
-
450
- /** Known values of {@link SystemServiceType} that the service accepts. */
451
- export enum KnownSystemServiceType {
452
- /** None */
453
- None = "None",
454
- /** ScoringFrontEnd */
455
- ScoringFrontEnd = "ScoringFrontEnd",
456
- /** BatchFrontEnd */
457
- BatchFrontEnd = "BatchFrontEnd"
458
- }
459
-
460
- /**
461
- * Defines values for SystemServiceType. \
462
- * {@link KnownSystemServiceType} can be used interchangeably with SystemServiceType,
463
- * this enum contains the known values that the service supports.
464
- * ### Known values supported by the service
465
- * **None** \
466
- * **ScoringFrontEnd** \
467
- * **BatchFrontEnd**
468
- */
469
- export type SystemServiceType = string;
470
-
471
- /** Known values of {@link AgentVMSizeTypes} that the service accepts. */
472
- export enum KnownAgentVMSizeTypes {
473
- /** StandardA0 */
474
- StandardA0 = "Standard_A0",
475
- /** StandardA1 */
476
- StandardA1 = "Standard_A1",
477
- /** StandardA2 */
478
- StandardA2 = "Standard_A2",
479
- /** StandardA3 */
480
- StandardA3 = "Standard_A3",
481
- /** StandardA4 */
482
- StandardA4 = "Standard_A4",
483
- /** StandardA5 */
484
- StandardA5 = "Standard_A5",
485
- /** StandardA6 */
486
- StandardA6 = "Standard_A6",
487
- /** StandardA7 */
488
- StandardA7 = "Standard_A7",
489
- /** StandardA8 */
490
- StandardA8 = "Standard_A8",
491
- /** StandardA9 */
492
- StandardA9 = "Standard_A9",
493
- /** StandardA10 */
494
- StandardA10 = "Standard_A10",
495
- /** StandardA11 */
496
- StandardA11 = "Standard_A11",
497
- /** StandardD1 */
498
- StandardD1 = "Standard_D1",
499
- /** StandardD2 */
500
- StandardD2 = "Standard_D2",
501
- /** StandardD3 */
502
- StandardD3 = "Standard_D3",
503
- /** StandardD4 */
504
- StandardD4 = "Standard_D4",
505
- /** StandardD11 */
506
- StandardD11 = "Standard_D11",
507
- /** StandardD12 */
508
- StandardD12 = "Standard_D12",
509
- /** StandardD13 */
510
- StandardD13 = "Standard_D13",
511
- /** StandardD14 */
512
- StandardD14 = "Standard_D14",
513
- /** StandardD1V2 */
514
- StandardD1V2 = "Standard_D1_v2",
515
- /** StandardD2V2 */
516
- StandardD2V2 = "Standard_D2_v2",
517
- /** StandardD3V2 */
518
- StandardD3V2 = "Standard_D3_v2",
519
- /** StandardD4V2 */
520
- StandardD4V2 = "Standard_D4_v2",
521
- /** StandardD5V2 */
522
- StandardD5V2 = "Standard_D5_v2",
523
- /** StandardD11V2 */
524
- StandardD11V2 = "Standard_D11_v2",
525
- /** StandardD12V2 */
526
- StandardD12V2 = "Standard_D12_v2",
527
- /** StandardD13V2 */
528
- StandardD13V2 = "Standard_D13_v2",
529
- /** StandardD14V2 */
530
- StandardD14V2 = "Standard_D14_v2",
531
- /** StandardG1 */
532
- StandardG1 = "Standard_G1",
533
- /** StandardG2 */
534
- StandardG2 = "Standard_G2",
535
- /** StandardG3 */
536
- StandardG3 = "Standard_G3",
537
- /** StandardG4 */
538
- StandardG4 = "Standard_G4",
539
- /** StandardG5 */
540
- StandardG5 = "Standard_G5",
541
- /** StandardDS1 */
542
- StandardDS1 = "Standard_DS1",
543
- /** StandardDS2 */
544
- StandardDS2 = "Standard_DS2",
545
- /** StandardDS3 */
546
- StandardDS3 = "Standard_DS3",
547
- /** StandardDS4 */
548
- StandardDS4 = "Standard_DS4",
549
- /** StandardDS11 */
550
- StandardDS11 = "Standard_DS11",
551
- /** StandardDS12 */
552
- StandardDS12 = "Standard_DS12",
553
- /** StandardDS13 */
554
- StandardDS13 = "Standard_DS13",
555
- /** StandardDS14 */
556
- StandardDS14 = "Standard_DS14",
557
- /** StandardGS1 */
558
- StandardGS1 = "Standard_GS1",
559
- /** StandardGS2 */
560
- StandardGS2 = "Standard_GS2",
561
- /** StandardGS3 */
562
- StandardGS3 = "Standard_GS3",
563
- /** StandardGS4 */
564
- StandardGS4 = "Standard_GS4",
565
- /** StandardGS5 */
566
- StandardGS5 = "Standard_GS5"
567
- }
568
-
569
- /**
570
- * Defines values for AgentVMSizeTypes. \
571
- * {@link KnownAgentVMSizeTypes} can be used interchangeably with AgentVMSizeTypes,
572
- * this enum contains the known values that the service supports.
573
- * ### Known values supported by the service
574
- * **Standard_A0** \
575
- * **Standard_A1** \
576
- * **Standard_A2** \
577
- * **Standard_A3** \
578
- * **Standard_A4** \
579
- * **Standard_A5** \
580
- * **Standard_A6** \
581
- * **Standard_A7** \
582
- * **Standard_A8** \
583
- * **Standard_A9** \
584
- * **Standard_A10** \
585
- * **Standard_A11** \
586
- * **Standard_D1** \
587
- * **Standard_D2** \
588
- * **Standard_D3** \
589
- * **Standard_D4** \
590
- * **Standard_D11** \
591
- * **Standard_D12** \
592
- * **Standard_D13** \
593
- * **Standard_D14** \
594
- * **Standard_D1_v2** \
595
- * **Standard_D2_v2** \
596
- * **Standard_D3_v2** \
597
- * **Standard_D4_v2** \
598
- * **Standard_D5_v2** \
599
- * **Standard_D11_v2** \
600
- * **Standard_D12_v2** \
601
- * **Standard_D13_v2** \
602
- * **Standard_D14_v2** \
603
- * **Standard_G1** \
604
- * **Standard_G2** \
605
- * **Standard_G3** \
606
- * **Standard_G4** \
607
- * **Standard_G5** \
608
- * **Standard_DS1** \
609
- * **Standard_DS2** \
610
- * **Standard_DS3** \
611
- * **Standard_DS4** \
612
- * **Standard_DS11** \
613
- * **Standard_DS12** \
614
- * **Standard_DS13** \
615
- * **Standard_DS14** \
616
- * **Standard_GS1** \
617
- * **Standard_GS2** \
618
- * **Standard_GS3** \
619
- * **Standard_GS4** \
620
- * **Standard_GS5**
621
- */
622
- export type AgentVMSizeTypes = string;
623
-
624
- /** Known values of {@link Status} that the service accepts. */
625
- export enum KnownStatus {
626
- /** Enabled */
627
- Enabled = "Enabled",
628
- /** Disabled */
629
- Disabled = "Disabled"
630
- }
631
-
632
- /**
633
- * Defines values for Status. \
634
- * {@link KnownStatus} can be used interchangeably with Status,
635
- * this enum contains the known values that the service supports.
636
- * ### Known values supported by the service
637
- * **Enabled** \
638
- * **Disabled**
639
- */
640
- export type Status = string;
641
-
642
- /** Known values of {@link UpdatesAvailable} that the service accepts. */
643
- export enum KnownUpdatesAvailable {
644
- /** Yes */
645
- Yes = "Yes",
646
- /** No */
647
- No = "No"
648
- }
649
-
650
- /**
651
- * Defines values for UpdatesAvailable. \
652
- * {@link KnownUpdatesAvailable} can be used interchangeably with UpdatesAvailable,
653
- * this enum contains the known values that the service supports.
654
- * ### Known values supported by the service
655
- * **Yes** \
656
- * **No**
657
- */
658
- export type UpdatesAvailable = string;
659
-
660
- /** Optional parameters. */
661
- export interface OperationalizationClustersCreateOrUpdateOptionalParams
662
- extends coreClient.OperationOptions {
663
- /** Delay to wait until next poll, in milliseconds. */
664
- updateIntervalInMs?: number;
665
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
666
- resumeFrom?: string;
667
- }
668
-
669
- /** Contains response data for the createOrUpdate operation. */
670
- export type OperationalizationClustersCreateOrUpdateResponse = OperationalizationCluster;
671
-
672
- /** Optional parameters. */
673
- export interface OperationalizationClustersGetOptionalParams
674
- extends coreClient.OperationOptions {}
675
-
676
- /** Contains response data for the get operation. */
677
- export type OperationalizationClustersGetResponse = OperationalizationCluster;
678
-
679
- /** Optional parameters. */
680
- export interface OperationalizationClustersUpdateOptionalParams
681
- extends coreClient.OperationOptions {}
682
-
683
- /** Contains response data for the update operation. */
684
- export type OperationalizationClustersUpdateResponse = OperationalizationCluster;
685
-
686
- /** Optional parameters. */
687
- export interface OperationalizationClustersDeleteOptionalParams
688
- extends coreClient.OperationOptions {
689
- /** If true, deletes all resources associated with this cluster. */
690
- deleteAll?: boolean;
691
- /** Delay to wait until next poll, in milliseconds. */
692
- updateIntervalInMs?: number;
693
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
694
- resumeFrom?: string;
695
- }
696
-
697
- /** Contains response data for the delete operation. */
698
- export type OperationalizationClustersDeleteResponse = OperationalizationClustersDeleteHeaders;
699
-
700
- /** Optional parameters. */
701
- export interface OperationalizationClustersListKeysOptionalParams
702
- extends coreClient.OperationOptions {}
703
-
704
- /** Contains response data for the listKeys operation. */
705
- export type OperationalizationClustersListKeysResponse = OperationalizationClusterCredentials;
706
-
707
- /** Optional parameters. */
708
- export interface OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams
709
- extends coreClient.OperationOptions {}
710
-
711
- /** Contains response data for the checkSystemServicesUpdatesAvailable operation. */
712
- export type OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse = CheckSystemServicesUpdatesAvailableResponse;
713
-
714
- /** Optional parameters. */
715
- export interface OperationalizationClustersUpdateSystemServicesOptionalParams
716
- extends coreClient.OperationOptions {
717
- /** Delay to wait until next poll, in milliseconds. */
718
- updateIntervalInMs?: number;
719
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
720
- resumeFrom?: string;
721
- }
722
-
723
- /** Contains response data for the updateSystemServices operation. */
724
- export type OperationalizationClustersUpdateSystemServicesResponse = UpdateSystemServicesResponse;
725
-
726
- /** Optional parameters. */
727
- export interface OperationalizationClustersListByResourceGroupOptionalParams
728
- extends coreClient.OperationOptions {
729
- /** Continuation token for pagination. */
730
- skiptoken?: string;
731
- }
732
-
733
- /** Contains response data for the listByResourceGroup operation. */
734
- export type OperationalizationClustersListByResourceGroupResponse = PaginatedOperationalizationClustersList;
735
-
736
- /** Optional parameters. */
737
- export interface OperationalizationClustersListBySubscriptionIdOptionalParams
738
- extends coreClient.OperationOptions {
739
- /** Continuation token for pagination. */
740
- skiptoken?: string;
741
- }
742
-
743
- /** Contains response data for the listBySubscriptionId operation. */
744
- export type OperationalizationClustersListBySubscriptionIdResponse = PaginatedOperationalizationClustersList;
745
-
746
- /** Optional parameters. */
747
- export interface OperationalizationClustersListByResourceGroupNextOptionalParams
748
- extends coreClient.OperationOptions {
749
- /** Continuation token for pagination. */
750
- skiptoken?: string;
751
- }
752
-
753
- /** Contains response data for the listByResourceGroupNext operation. */
754
- export type OperationalizationClustersListByResourceGroupNextResponse = PaginatedOperationalizationClustersList;
755
-
756
- /** Optional parameters. */
757
- export interface OperationalizationClustersListBySubscriptionIdNextOptionalParams
758
- extends coreClient.OperationOptions {
759
- /** Continuation token for pagination. */
760
- skiptoken?: string;
761
- }
762
-
763
- /** Contains response data for the listBySubscriptionIdNext operation. */
764
- export type OperationalizationClustersListBySubscriptionIdNextResponse = PaginatedOperationalizationClustersList;
765
-
766
- /** Optional parameters. */
767
- export interface MachineLearningComputeListAvailableOperationsOptionalParams
768
- extends coreClient.OperationOptions {}
769
-
770
- /** Contains response data for the listAvailableOperations operation. */
771
- export type MachineLearningComputeListAvailableOperationsResponse = AvailableOperations;
772
-
773
- /** Optional parameters. */
774
- export interface MachineLearningComputeManagementClientOptionalParams
775
- extends coreClient.ServiceClientOptions {
776
- /** server parameter */
777
- $host?: string;
778
- /** Api Version */
779
- apiVersion?: string;
780
- /** Overrides client endpoint. */
781
- endpoint?: string;
782
- }