@azure/arm-machinelearning 1.0.0-beta.1 → 2.0.0

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 (312) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/README.md +8 -8
  3. package/dist/index.js +2229 -4951
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/batchDeploymentsCreateOrUpdateSample.js +1 -1
  8. package/dist-esm/samples-dev/batchDeploymentsCreateOrUpdateSample.js.map +1 -1
  9. package/dist-esm/samples-dev/batchDeploymentsDeleteSample.js +1 -1
  10. package/dist-esm/samples-dev/batchDeploymentsGetSample.js +1 -1
  11. package/dist-esm/samples-dev/batchDeploymentsListSample.js +1 -1
  12. package/dist-esm/samples-dev/batchDeploymentsUpdateSample.js +2 -30
  13. package/dist-esm/samples-dev/batchDeploymentsUpdateSample.js.map +1 -1
  14. package/dist-esm/samples-dev/batchEndpointsCreateOrUpdateSample.js +1 -1
  15. package/dist-esm/samples-dev/batchEndpointsCreateOrUpdateSample.js.map +1 -1
  16. package/dist-esm/samples-dev/batchEndpointsDeleteSample.js +1 -1
  17. package/dist-esm/samples-dev/batchEndpointsGetSample.js +1 -1
  18. package/dist-esm/samples-dev/batchEndpointsListKeysSample.js +1 -1
  19. package/dist-esm/samples-dev/batchEndpointsListSample.js +1 -1
  20. package/dist-esm/samples-dev/batchEndpointsUpdateSample.js +1 -11
  21. package/dist-esm/samples-dev/batchEndpointsUpdateSample.js.map +1 -1
  22. package/dist-esm/samples-dev/codeContainersCreateOrUpdateSample.js +1 -1
  23. package/dist-esm/samples-dev/codeContainersCreateOrUpdateSample.js.map +1 -1
  24. package/dist-esm/samples-dev/codeContainersDeleteSample.js +1 -1
  25. package/dist-esm/samples-dev/codeContainersGetSample.js +1 -1
  26. package/dist-esm/samples-dev/codeContainersListSample.js +1 -1
  27. package/dist-esm/samples-dev/codeVersionsCreateOrUpdateSample.js +1 -1
  28. package/dist-esm/samples-dev/codeVersionsCreateOrUpdateSample.js.map +1 -1
  29. package/dist-esm/samples-dev/codeVersionsDeleteSample.js +1 -1
  30. package/dist-esm/samples-dev/codeVersionsGetSample.js +1 -1
  31. package/dist-esm/samples-dev/codeVersionsListSample.js +1 -1
  32. package/dist-esm/samples-dev/componentContainersCreateOrUpdateSample.js +1 -1
  33. package/dist-esm/samples-dev/componentContainersCreateOrUpdateSample.js.map +1 -1
  34. package/dist-esm/samples-dev/componentContainersDeleteSample.js +1 -1
  35. package/dist-esm/samples-dev/componentContainersGetSample.js +1 -1
  36. package/dist-esm/samples-dev/componentContainersListSample.js +1 -1
  37. package/dist-esm/samples-dev/componentVersionsCreateOrUpdateSample.js +1 -1
  38. package/dist-esm/samples-dev/componentVersionsCreateOrUpdateSample.js.map +1 -1
  39. package/dist-esm/samples-dev/componentVersionsDeleteSample.js +1 -1
  40. package/dist-esm/samples-dev/componentVersionsGetSample.js +1 -1
  41. package/dist-esm/samples-dev/componentVersionsListSample.js +1 -1
  42. package/dist-esm/samples-dev/computeCreateOrUpdateSample.js +21 -22
  43. package/dist-esm/samples-dev/computeCreateOrUpdateSample.js.map +1 -1
  44. package/dist-esm/samples-dev/computeDeleteSample.js +1 -1
  45. package/dist-esm/samples-dev/computeGetSample.js +4 -4
  46. package/dist-esm/samples-dev/computeListKeysSample.js +1 -1
  47. package/dist-esm/samples-dev/computeListNodesSample.js +1 -1
  48. package/dist-esm/samples-dev/computeListSample.js +1 -1
  49. package/dist-esm/samples-dev/computeRestartSample.js +1 -1
  50. package/dist-esm/samples-dev/computeStartSample.js +1 -1
  51. package/dist-esm/samples-dev/computeStopSample.js +1 -1
  52. package/dist-esm/samples-dev/computeUpdateSample.js +1 -1
  53. package/dist-esm/samples-dev/dataContainersCreateOrUpdateSample.js +1 -1
  54. package/dist-esm/samples-dev/dataContainersCreateOrUpdateSample.js.map +1 -1
  55. package/dist-esm/samples-dev/dataContainersDeleteSample.js +1 -1
  56. package/dist-esm/samples-dev/dataContainersGetSample.js +1 -1
  57. package/dist-esm/samples-dev/dataContainersListSample.js +1 -1
  58. package/dist-esm/samples-dev/dataVersionsCreateOrUpdateSample.js +2 -2
  59. package/dist-esm/samples-dev/dataVersionsCreateOrUpdateSample.js.map +1 -1
  60. package/dist-esm/samples-dev/dataVersionsDeleteSample.js +1 -1
  61. package/dist-esm/samples-dev/dataVersionsGetSample.js +1 -1
  62. package/dist-esm/samples-dev/dataVersionsListSample.js +1 -1
  63. package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.js +4 -4
  64. package/dist-esm/samples-dev/datastoresCreateOrUpdateSample.js.map +1 -1
  65. package/dist-esm/samples-dev/datastoresDeleteSample.js +1 -1
  66. package/dist-esm/samples-dev/datastoresGetSample.js +1 -1
  67. package/dist-esm/samples-dev/datastoresListSample.js +1 -1
  68. package/dist-esm/samples-dev/datastoresListSecretsSample.js +1 -1
  69. package/dist-esm/samples-dev/environmentContainersCreateOrUpdateSample.js +1 -1
  70. package/dist-esm/samples-dev/environmentContainersCreateOrUpdateSample.js.map +1 -1
  71. package/dist-esm/samples-dev/environmentContainersDeleteSample.js +1 -1
  72. package/dist-esm/samples-dev/environmentContainersGetSample.js +1 -1
  73. package/dist-esm/samples-dev/environmentContainersListSample.js +1 -1
  74. package/dist-esm/samples-dev/environmentVersionsCreateOrUpdateSample.js +1 -1
  75. package/dist-esm/samples-dev/environmentVersionsCreateOrUpdateSample.js.map +1 -1
  76. package/dist-esm/samples-dev/environmentVersionsDeleteSample.js +1 -1
  77. package/dist-esm/samples-dev/environmentVersionsGetSample.js +1 -1
  78. package/dist-esm/samples-dev/environmentVersionsListSample.js +1 -1
  79. package/dist-esm/samples-dev/jobsCancelSample.js +4 -4
  80. package/dist-esm/samples-dev/jobsCancelSample.js.map +1 -1
  81. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js +7 -80
  82. package/dist-esm/samples-dev/jobsCreateOrUpdateSample.js.map +1 -1
  83. package/dist-esm/samples-dev/jobsDeleteSample.js +1 -1
  84. package/dist-esm/samples-dev/jobsGetSample.js +3 -22
  85. package/dist-esm/samples-dev/jobsGetSample.js.map +1 -1
  86. package/dist-esm/samples-dev/jobsListSample.js +12 -44
  87. package/dist-esm/samples-dev/jobsListSample.js.map +1 -1
  88. package/dist-esm/samples-dev/modelContainersCreateOrUpdateSample.js +1 -1
  89. package/dist-esm/samples-dev/modelContainersCreateOrUpdateSample.js.map +1 -1
  90. package/dist-esm/samples-dev/modelContainersDeleteSample.js +1 -1
  91. package/dist-esm/samples-dev/modelContainersGetSample.js +1 -1
  92. package/dist-esm/samples-dev/modelContainersListSample.js +1 -1
  93. package/dist-esm/samples-dev/modelVersionsCreateOrUpdateSample.js +1 -1
  94. package/dist-esm/samples-dev/modelVersionsCreateOrUpdateSample.js.map +1 -1
  95. package/dist-esm/samples-dev/modelVersionsDeleteSample.js +1 -1
  96. package/dist-esm/samples-dev/modelVersionsGetSample.js +1 -1
  97. package/dist-esm/samples-dev/modelVersionsListSample.js +1 -1
  98. package/dist-esm/samples-dev/onlineDeploymentsCreateOrUpdateSample.js +2 -2
  99. package/dist-esm/samples-dev/onlineDeploymentsCreateOrUpdateSample.js.map +1 -1
  100. package/dist-esm/samples-dev/onlineDeploymentsDeleteSample.js +1 -1
  101. package/dist-esm/samples-dev/onlineDeploymentsGetLogsSample.js +1 -1
  102. package/dist-esm/samples-dev/onlineDeploymentsGetSample.js +2 -2
  103. package/dist-esm/samples-dev/onlineDeploymentsListSample.js +1 -1
  104. package/dist-esm/samples-dev/onlineDeploymentsListSkusSample.js +2 -2
  105. package/dist-esm/samples-dev/onlineDeploymentsUpdateSample.js +2 -16
  106. package/dist-esm/samples-dev/onlineDeploymentsUpdateSample.js.map +1 -1
  107. package/dist-esm/samples-dev/onlineEndpointsCreateOrUpdateSample.js +1 -1
  108. package/dist-esm/samples-dev/onlineEndpointsCreateOrUpdateSample.js.map +1 -1
  109. package/dist-esm/samples-dev/onlineEndpointsDeleteSample.js +1 -1
  110. package/dist-esm/samples-dev/onlineEndpointsGetSample.js +1 -1
  111. package/dist-esm/samples-dev/onlineEndpointsGetTokenSample.js +1 -1
  112. package/dist-esm/samples-dev/onlineEndpointsListKeysSample.js +1 -1
  113. package/dist-esm/samples-dev/onlineEndpointsListSample.js +1 -1
  114. package/dist-esm/samples-dev/onlineEndpointsRegenerateKeysSample.js +1 -1
  115. package/dist-esm/samples-dev/onlineEndpointsUpdateSample.js +1 -11
  116. package/dist-esm/samples-dev/onlineEndpointsUpdateSample.js.map +1 -1
  117. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  118. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
  119. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
  120. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
  121. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +1 -1
  122. package/dist-esm/samples-dev/privateLinkResourcesListSample.js +1 -1
  123. package/dist-esm/samples-dev/quotasListSample.js +1 -1
  124. package/dist-esm/samples-dev/quotasUpdateSample.js +1 -1
  125. package/dist-esm/samples-dev/usagesListSample.js +1 -1
  126. package/dist-esm/samples-dev/virtualMachineSizesListSample.js +1 -1
  127. package/dist-esm/samples-dev/workspaceConnectionsCreateSample.js +8 -7
  128. package/dist-esm/samples-dev/workspaceConnectionsCreateSample.js.map +1 -1
  129. package/dist-esm/samples-dev/workspaceConnectionsDeleteSample.js +3 -3
  130. package/dist-esm/samples-dev/workspaceConnectionsGetSample.js +3 -3
  131. package/dist-esm/samples-dev/workspaceConnectionsListSample.js +4 -4
  132. package/dist-esm/samples-dev/workspaceConnectionsListSample.js.map +1 -1
  133. package/dist-esm/samples-dev/workspaceFeaturesListSample.js +1 -1
  134. package/dist-esm/samples-dev/workspacesCreateOrUpdateSample.js +1 -1
  135. package/dist-esm/samples-dev/workspacesDeleteSample.js +1 -1
  136. package/dist-esm/samples-dev/workspacesDiagnoseSample.js +1 -1
  137. package/dist-esm/samples-dev/workspacesGetSample.js +1 -1
  138. package/dist-esm/samples-dev/workspacesListByResourceGroupSample.js +1 -1
  139. package/dist-esm/samples-dev/workspacesListBySubscriptionSample.js +1 -1
  140. package/dist-esm/samples-dev/workspacesListKeysSample.js +1 -1
  141. package/dist-esm/samples-dev/workspacesListNotebookAccessTokenSample.js +1 -1
  142. package/dist-esm/samples-dev/workspacesListNotebookKeysSample.js +1 -1
  143. package/dist-esm/samples-dev/workspacesListOutboundNetworkDependenciesEndpointsSample.js +1 -1
  144. package/dist-esm/samples-dev/workspacesListStorageAccountKeysSample.js +1 -1
  145. package/dist-esm/samples-dev/workspacesPrepareNotebookSample.js +1 -1
  146. package/dist-esm/samples-dev/workspacesResyncKeysSample.js +1 -1
  147. package/dist-esm/samples-dev/workspacesUpdateSample.js +1 -1
  148. package/dist-esm/src/azureMachineLearningWorkspaces.d.ts +2 -0
  149. package/dist-esm/src/azureMachineLearningWorkspaces.d.ts.map +1 -1
  150. package/dist-esm/src/azureMachineLearningWorkspaces.js +48 -14
  151. package/dist-esm/src/azureMachineLearningWorkspaces.js.map +1 -1
  152. package/dist-esm/src/models/index.d.ts +908 -2592
  153. package/dist-esm/src/models/index.d.ts.map +1 -1
  154. package/dist-esm/src/models/index.js +325 -575
  155. package/dist-esm/src/models/index.js.map +1 -1
  156. package/dist-esm/src/models/mappers.d.ts +92 -197
  157. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  158. package/dist-esm/src/models/mappers.js +1604 -4098
  159. package/dist-esm/src/models/mappers.js.map +1 -1
  160. package/dist-esm/src/models/parameters.d.ts +2 -5
  161. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  162. package/dist-esm/src/models/parameters.js +36 -58
  163. package/dist-esm/src/models/parameters.js.map +1 -1
  164. package/dist-esm/src/operations/batchDeployments.d.ts +6 -6
  165. package/dist-esm/src/operations/batchDeployments.d.ts.map +1 -1
  166. package/dist-esm/src/operations/batchDeployments.js +9 -9
  167. package/dist-esm/src/operations/batchDeployments.js.map +1 -1
  168. package/dist-esm/src/operations/batchEndpoints.d.ts +6 -6
  169. package/dist-esm/src/operations/batchEndpoints.d.ts.map +1 -1
  170. package/dist-esm/src/operations/batchEndpoints.js +9 -9
  171. package/dist-esm/src/operations/batchEndpoints.js.map +1 -1
  172. package/dist-esm/src/operations/codeContainers.d.ts +3 -3
  173. package/dist-esm/src/operations/codeContainers.d.ts.map +1 -1
  174. package/dist-esm/src/operations/codeContainers.js +3 -3
  175. package/dist-esm/src/operations/codeContainers.js.map +1 -1
  176. package/dist-esm/src/operations/codeVersions.d.ts +3 -3
  177. package/dist-esm/src/operations/codeVersions.d.ts.map +1 -1
  178. package/dist-esm/src/operations/codeVersions.js +3 -3
  179. package/dist-esm/src/operations/codeVersions.js.map +1 -1
  180. package/dist-esm/src/operations/componentContainers.d.ts +3 -3
  181. package/dist-esm/src/operations/componentContainers.d.ts.map +1 -1
  182. package/dist-esm/src/operations/componentContainers.js +3 -3
  183. package/dist-esm/src/operations/componentContainers.js.map +1 -1
  184. package/dist-esm/src/operations/componentVersions.d.ts +3 -3
  185. package/dist-esm/src/operations/componentVersions.d.ts.map +1 -1
  186. package/dist-esm/src/operations/componentVersions.js +3 -3
  187. package/dist-esm/src/operations/componentVersions.js.map +1 -1
  188. package/dist-esm/src/operations/dataContainers.d.ts +3 -3
  189. package/dist-esm/src/operations/dataContainers.d.ts.map +1 -1
  190. package/dist-esm/src/operations/dataContainers.js +3 -3
  191. package/dist-esm/src/operations/dataContainers.js.map +1 -1
  192. package/dist-esm/src/operations/dataVersions.d.ts +3 -3
  193. package/dist-esm/src/operations/dataVersions.d.ts.map +1 -1
  194. package/dist-esm/src/operations/dataVersions.js +3 -3
  195. package/dist-esm/src/operations/dataVersions.js.map +1 -1
  196. package/dist-esm/src/operations/datastores.d.ts +3 -3
  197. package/dist-esm/src/operations/datastores.d.ts.map +1 -1
  198. package/dist-esm/src/operations/datastores.js +3 -3
  199. package/dist-esm/src/operations/datastores.js.map +1 -1
  200. package/dist-esm/src/operations/environmentContainers.d.ts +3 -3
  201. package/dist-esm/src/operations/environmentContainers.d.ts.map +1 -1
  202. package/dist-esm/src/operations/environmentContainers.js +3 -3
  203. package/dist-esm/src/operations/environmentContainers.js.map +1 -1
  204. package/dist-esm/src/operations/environmentVersions.d.ts +3 -3
  205. package/dist-esm/src/operations/environmentVersions.d.ts.map +1 -1
  206. package/dist-esm/src/operations/environmentVersions.js +3 -3
  207. package/dist-esm/src/operations/environmentVersions.js.map +1 -1
  208. package/dist-esm/src/operations/jobs.d.ts +13 -5
  209. package/dist-esm/src/operations/jobs.d.ts.map +1 -1
  210. package/dist-esm/src/operations/jobs.js +55 -12
  211. package/dist-esm/src/operations/jobs.js.map +1 -1
  212. package/dist-esm/src/operations/modelContainers.d.ts +3 -3
  213. package/dist-esm/src/operations/modelContainers.d.ts.map +1 -1
  214. package/dist-esm/src/operations/modelContainers.js +3 -3
  215. package/dist-esm/src/operations/modelContainers.js.map +1 -1
  216. package/dist-esm/src/operations/modelVersions.d.ts +3 -3
  217. package/dist-esm/src/operations/modelVersions.d.ts.map +1 -1
  218. package/dist-esm/src/operations/modelVersions.js +3 -3
  219. package/dist-esm/src/operations/modelVersions.js.map +1 -1
  220. package/dist-esm/src/operations/onlineDeployments.d.ts +6 -6
  221. package/dist-esm/src/operations/onlineDeployments.d.ts.map +1 -1
  222. package/dist-esm/src/operations/onlineDeployments.js +12 -12
  223. package/dist-esm/src/operations/onlineDeployments.js.map +1 -1
  224. package/dist-esm/src/operations/onlineEndpoints.d.ts +6 -6
  225. package/dist-esm/src/operations/onlineEndpoints.d.ts.map +1 -1
  226. package/dist-esm/src/operations/onlineEndpoints.js +12 -12
  227. package/dist-esm/src/operations/onlineEndpoints.js.map +1 -1
  228. package/dist-esm/src/operations/workspaceConnections.d.ts +16 -13
  229. package/dist-esm/src/operations/workspaceConnections.d.ts.map +1 -1
  230. package/dist-esm/src/operations/workspaceConnections.js +77 -40
  231. package/dist-esm/src/operations/workspaceConnections.js.map +1 -1
  232. package/dist-esm/src/operationsInterfaces/batchDeployments.d.ts +6 -6
  233. package/dist-esm/src/operationsInterfaces/batchDeployments.d.ts.map +1 -1
  234. package/dist-esm/src/operationsInterfaces/batchEndpoints.d.ts +6 -6
  235. package/dist-esm/src/operationsInterfaces/batchEndpoints.d.ts.map +1 -1
  236. package/dist-esm/src/operationsInterfaces/codeContainers.d.ts +3 -3
  237. package/dist-esm/src/operationsInterfaces/codeContainers.d.ts.map +1 -1
  238. package/dist-esm/src/operationsInterfaces/codeVersions.d.ts +3 -3
  239. package/dist-esm/src/operationsInterfaces/codeVersions.d.ts.map +1 -1
  240. package/dist-esm/src/operationsInterfaces/componentContainers.d.ts +3 -3
  241. package/dist-esm/src/operationsInterfaces/componentContainers.d.ts.map +1 -1
  242. package/dist-esm/src/operationsInterfaces/componentVersions.d.ts +3 -3
  243. package/dist-esm/src/operationsInterfaces/componentVersions.d.ts.map +1 -1
  244. package/dist-esm/src/operationsInterfaces/dataContainers.d.ts +3 -3
  245. package/dist-esm/src/operationsInterfaces/dataContainers.d.ts.map +1 -1
  246. package/dist-esm/src/operationsInterfaces/dataVersions.d.ts +3 -3
  247. package/dist-esm/src/operationsInterfaces/dataVersions.d.ts.map +1 -1
  248. package/dist-esm/src/operationsInterfaces/datastores.d.ts +3 -3
  249. package/dist-esm/src/operationsInterfaces/datastores.d.ts.map +1 -1
  250. package/dist-esm/src/operationsInterfaces/environmentContainers.d.ts +3 -3
  251. package/dist-esm/src/operationsInterfaces/environmentContainers.d.ts.map +1 -1
  252. package/dist-esm/src/operationsInterfaces/environmentVersions.d.ts +3 -3
  253. package/dist-esm/src/operationsInterfaces/environmentVersions.d.ts.map +1 -1
  254. package/dist-esm/src/operationsInterfaces/jobs.d.ts +13 -5
  255. package/dist-esm/src/operationsInterfaces/jobs.d.ts.map +1 -1
  256. package/dist-esm/src/operationsInterfaces/modelContainers.d.ts +3 -3
  257. package/dist-esm/src/operationsInterfaces/modelContainers.d.ts.map +1 -1
  258. package/dist-esm/src/operationsInterfaces/modelVersions.d.ts +3 -3
  259. package/dist-esm/src/operationsInterfaces/modelVersions.d.ts.map +1 -1
  260. package/dist-esm/src/operationsInterfaces/onlineDeployments.d.ts +6 -6
  261. package/dist-esm/src/operationsInterfaces/onlineDeployments.d.ts.map +1 -1
  262. package/dist-esm/src/operationsInterfaces/onlineEndpoints.d.ts +6 -6
  263. package/dist-esm/src/operationsInterfaces/onlineEndpoints.d.ts.map +1 -1
  264. package/dist-esm/src/operationsInterfaces/workspaceConnections.d.ts +3 -7
  265. package/dist-esm/src/operationsInterfaces/workspaceConnections.d.ts.map +1 -1
  266. package/dist-esm/test/sampleTest.js +11 -13
  267. package/dist-esm/test/sampleTest.js.map +1 -1
  268. package/package.json +11 -8
  269. package/review/arm-machinelearning.api.md +569 -1738
  270. package/src/azureMachineLearningWorkspaces.ts +58 -17
  271. package/src/models/index.ts +1118 -2976
  272. package/src/models/mappers.ts +1852 -4600
  273. package/src/models/parameters.ts +56 -82
  274. package/src/operations/batchDeployments.ts +18 -18
  275. package/src/operations/batchEndpoints.ts +18 -18
  276. package/src/operations/codeContainers.ts +8 -8
  277. package/src/operations/codeVersions.ts +8 -8
  278. package/src/operations/componentContainers.ts +8 -8
  279. package/src/operations/componentVersions.ts +8 -8
  280. package/src/operations/dataContainers.ts +8 -8
  281. package/src/operations/dataVersions.ts +8 -8
  282. package/src/operations/datastores.ts +8 -8
  283. package/src/operations/environmentContainers.ts +8 -8
  284. package/src/operations/environmentVersions.ts +8 -8
  285. package/src/operations/jobs.ts +86 -18
  286. package/src/operations/modelContainers.ts +8 -8
  287. package/src/operations/modelVersions.ts +8 -8
  288. package/src/operations/onlineDeployments.ts +21 -21
  289. package/src/operations/onlineEndpoints.ts +21 -21
  290. package/src/operations/workspaceConnections.ts +111 -56
  291. package/src/operationsInterfaces/batchDeployments.ts +7 -7
  292. package/src/operationsInterfaces/batchEndpoints.ts +7 -7
  293. package/src/operationsInterfaces/codeContainers.ts +3 -3
  294. package/src/operationsInterfaces/codeVersions.ts +3 -3
  295. package/src/operationsInterfaces/componentContainers.ts +3 -3
  296. package/src/operationsInterfaces/componentVersions.ts +3 -3
  297. package/src/operationsInterfaces/dataContainers.ts +3 -3
  298. package/src/operationsInterfaces/dataVersions.ts +3 -3
  299. package/src/operationsInterfaces/datastores.ts +3 -3
  300. package/src/operationsInterfaces/environmentContainers.ts +3 -3
  301. package/src/operationsInterfaces/environmentVersions.ts +3 -3
  302. package/src/operationsInterfaces/jobs.ts +18 -5
  303. package/src/operationsInterfaces/modelContainers.ts +3 -3
  304. package/src/operationsInterfaces/modelVersions.ts +3 -3
  305. package/src/operationsInterfaces/onlineDeployments.ts +7 -7
  306. package/src/operationsInterfaces/onlineEndpoints.ts +7 -7
  307. package/src/operationsInterfaces/workspaceConnections.ts +3 -7
  308. package/types/arm-machinelearning.d.ts +905 -2716
  309. package/dist-esm/samples-dev/workspaceSkusListSample.d.ts +0 -2
  310. package/dist-esm/samples-dev/workspaceSkusListSample.d.ts.map +0 -1
  311. package/dist-esm/samples-dev/workspaceSkusListSample.js +0 -43
  312. package/dist-esm/samples-dev/workspaceSkusListSample.js.map +0 -1
@@ -11,26 +11,26 @@ import { PollerLike } from '@azure/core-lro';
11
11
  import { PollOperationState } from '@azure/core-lro';
12
12
 
13
13
  // @public
14
- export type AccountKeyDatastoreCredentials = DatastoreCredentials & {
14
+ export interface AccountKeyDatastoreCredentials extends DatastoreCredentials {
15
15
  credentialsType: "AccountKey";
16
16
  secrets: AccountKeyDatastoreSecrets;
17
- };
17
+ }
18
18
 
19
19
  // @public
20
- export type AccountKeyDatastoreSecrets = DatastoreSecrets & {
21
- secretsType: "AccountKey";
20
+ export interface AccountKeyDatastoreSecrets extends DatastoreSecrets {
22
21
  key?: string;
23
- };
22
+ secretsType: "AccountKey";
23
+ }
24
24
 
25
25
  // @public
26
- export type Aks = Compute & AKSSchema & {
26
+ export interface Aks extends Compute, AKSSchema {
27
27
  computeType: "AKS";
28
- };
28
+ }
29
29
 
30
30
  // @public
31
- export type AksComputeSecrets = ComputeSecrets & AksComputeSecretsProperties & {
31
+ export interface AksComputeSecrets extends ComputeSecrets, AksComputeSecretsProperties {
32
32
  computeType: "AKS";
33
- };
33
+ }
34
34
 
35
35
  // @public
36
36
  export interface AksComputeSecretsProperties {
@@ -69,9 +69,9 @@ export interface AKSSchemaProperties {
69
69
  export type AllocationState = string;
70
70
 
71
71
  // @public
72
- export type AmlCompute = Compute & AmlComputeSchema & {
72
+ export interface AmlCompute extends Compute, AmlComputeSchema {
73
73
  computeType: "AmlCompute";
74
- };
74
+ }
75
75
 
76
76
  // @public
77
77
  export interface AmlComputeNodeInformation {
@@ -99,9 +99,7 @@ export interface AmlComputeProperties {
99
99
  isolatedNetwork?: boolean;
100
100
  readonly nodeStateCounts?: NodeStateCounts;
101
101
  osType?: OsType;
102
- propertyBag?: {
103
- [propertyName: string]: any;
104
- };
102
+ propertyBag?: Record<string, unknown>;
105
103
  remoteLoginPortPublicAccess?: RemoteLoginPortPublicAccess;
106
104
  scaleSettings?: ScaleSettings;
107
105
  subnet?: ResourceId;
@@ -138,9 +136,9 @@ export interface AmlOperationListResult {
138
136
  }
139
137
 
140
138
  // @public
141
- export type AmlToken = IdentityConfiguration & {
139
+ export interface AmlToken extends IdentityConfiguration {
142
140
  identityType: "AMLToken";
143
- };
141
+ }
144
142
 
145
143
  // @public
146
144
  export interface AmlUserFeature {
@@ -153,17 +151,17 @@ export interface AmlUserFeature {
153
151
  export type ApplicationSharingPolicy = string;
154
152
 
155
153
  // @public (undocumented)
156
- export type AssetBase = ResourceBase & {
154
+ export interface AssetBase extends ResourceBase {
157
155
  isAnonymous?: boolean;
158
156
  isArchived?: boolean;
159
- };
157
+ }
160
158
 
161
159
  // @public (undocumented)
162
- export type AssetContainer = ResourceBase & {
160
+ export interface AssetContainer extends ResourceBase {
163
161
  isArchived?: boolean;
164
162
  readonly latestVersion?: string;
165
163
  readonly nextVersion?: string;
166
- };
164
+ }
167
165
 
168
166
  // @public
169
167
  export interface AssetJobInput {
@@ -191,38 +189,6 @@ export interface AssignedUser {
191
189
  tenantId: string;
192
190
  }
193
191
 
194
- // @public
195
- export type AutoForecastHorizon = ForecastHorizon & {
196
- mode: "Auto";
197
- };
198
-
199
- // @public
200
- export type AutoMLJob = JobBaseDetails & {
201
- environmentId?: string;
202
- environmentVariables?: {
203
- [propertyName: string]: string | null;
204
- };
205
- outputs?: {
206
- [propertyName: string]: JobOutputUnion | null;
207
- };
208
- resources?: ResourceConfiguration;
209
- taskDetails: AutoMLVerticalUnion;
210
- };
211
-
212
- // @public
213
- export interface AutoMLVertical {
214
- logVerbosity?: LogVerbosity;
215
- taskType: "Classification" | "Forecasting" | "ImageClassification" | "ImageClassificationMultilabel" | "ImageInstanceSegmentation" | "ImageObjectDetection" | "Regression" | "TextClassification" | "TextClassificationMultilabel" | "TextNER";
216
- }
217
-
218
- // @public (undocumented)
219
- export type AutoMLVerticalUnion = AutoMLVertical | Classification | Forecasting | ImageClassification | ImageClassificationMultilabel | ImageInstanceSegmentation | ImageObjectDetection | Regression | TextClassification | TextClassificationMultilabel | TextNer;
220
-
221
- // @public
222
- export type AutoNCrossValidations = NCrossValidations & {
223
- mode: "Auto";
224
- };
225
-
226
192
  // @public
227
193
  export interface AutoPauseProperties {
228
194
  // (undocumented)
@@ -244,53 +210,42 @@ export interface AutoScaleProperties {
244
210
  minNodeCount?: number;
245
211
  }
246
212
 
247
- // @public (undocumented)
248
- export type AutoSeasonality = Seasonality & {
249
- mode: "Auto";
250
- };
251
-
252
- // @public (undocumented)
253
- export type AutoTargetLags = TargetLags & {
254
- mode: "Auto";
255
- };
256
-
257
- // @public
258
- export type AutoTargetRollingWindowSize = TargetRollingWindowSize & {
259
- mode: "Auto";
260
- };
261
-
262
213
  // @public
263
- export type AzureBlobDatastore = DatastoreDetails & {
214
+ export interface AzureBlobDatastore extends DatastoreProperties {
264
215
  accountName?: string;
265
216
  containerName?: string;
217
+ datastoreType: "AzureBlob";
266
218
  endpoint?: string;
267
219
  protocol?: string;
268
220
  serviceDataAccessAuthIdentity?: ServiceDataAccessAuthIdentity;
269
- };
221
+ }
270
222
 
271
223
  // @public
272
- export type AzureDataLakeGen1Datastore = DatastoreDetails & {
224
+ export interface AzureDataLakeGen1Datastore extends DatastoreProperties {
225
+ datastoreType: "AzureDataLakeGen1";
273
226
  serviceDataAccessAuthIdentity?: ServiceDataAccessAuthIdentity;
274
227
  storeName: string;
275
- };
228
+ }
276
229
 
277
230
  // @public
278
- export type AzureDataLakeGen2Datastore = DatastoreDetails & {
231
+ export interface AzureDataLakeGen2Datastore extends DatastoreProperties {
279
232
  accountName: string;
233
+ datastoreType: "AzureDataLakeGen2";
280
234
  endpoint?: string;
281
235
  filesystem: string;
282
236
  protocol?: string;
283
237
  serviceDataAccessAuthIdentity?: ServiceDataAccessAuthIdentity;
284
- };
238
+ }
285
239
 
286
240
  // @public
287
- export type AzureFileDatastore = DatastoreDetails & {
241
+ export interface AzureFileDatastore extends DatastoreProperties {
288
242
  accountName: string;
243
+ datastoreType: "AzureFile";
289
244
  endpoint?: string;
290
245
  fileShareName: string;
291
246
  protocol?: string;
292
247
  serviceDataAccessAuthIdentity?: ServiceDataAccessAuthIdentity;
293
- };
248
+ }
294
249
 
295
250
  // @public (undocumented)
296
251
  export class AzureMachineLearningWorkspaces extends coreClient.ServiceClient {
@@ -363,22 +318,22 @@ export interface AzureMachineLearningWorkspacesOptionalParams extends coreClient
363
318
  }
364
319
 
365
320
  // @public
366
- export type BanditPolicy = EarlyTerminationPolicy & {
321
+ export interface BanditPolicy extends EarlyTerminationPolicy {
367
322
  policyType: "Bandit";
368
323
  slackAmount?: number;
369
324
  slackFactor?: number;
370
- };
325
+ }
371
326
 
372
327
  // @public (undocumented)
373
- export type BatchDeploymentData = TrackedResource & {
328
+ export interface BatchDeployment extends TrackedResource {
374
329
  identity?: ManagedServiceIdentity;
375
330
  kind?: string;
376
- properties: BatchDeploymentDetails;
331
+ properties: BatchDeploymentProperties;
377
332
  sku?: Sku;
378
- };
333
+ }
379
334
 
380
335
  // @public
381
- export type BatchDeploymentDetails = EndpointDeploymentPropertiesBase & {
336
+ export interface BatchDeploymentProperties extends EndpointDeploymentPropertiesBase {
382
337
  compute?: string;
383
338
  errorThreshold?: number;
384
339
  loggingLevel?: BatchLoggingLevel;
@@ -390,18 +345,18 @@ export type BatchDeploymentDetails = EndpointDeploymentPropertiesBase & {
390
345
  readonly provisioningState?: DeploymentProvisioningState;
391
346
  resources?: ResourceConfiguration;
392
347
  retrySettings?: BatchRetrySettings;
393
- };
348
+ }
394
349
 
395
350
  // @public
396
351
  export interface BatchDeployments {
397
- beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeploymentData, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BatchDeploymentsCreateOrUpdateResponse>, BatchDeploymentsCreateOrUpdateResponse>>;
398
- beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeploymentData, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<BatchDeploymentsCreateOrUpdateResponse>;
352
+ beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BatchDeploymentsCreateOrUpdateResponse>, BatchDeploymentsCreateOrUpdateResponse>>;
353
+ beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: BatchDeployment, options?: BatchDeploymentsCreateOrUpdateOptionalParams): Promise<BatchDeploymentsCreateOrUpdateResponse>;
399
354
  beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
400
355
  beginDeleteAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsDeleteOptionalParams): Promise<void>;
401
- beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialTrackedResource, options?: BatchDeploymentsUpdateOptionalParams): Promise<PollerLike<PollOperationState<BatchDeploymentsUpdateResponse>, BatchDeploymentsUpdateResponse>>;
402
- beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialTrackedResource, options?: BatchDeploymentsUpdateOptionalParams): Promise<BatchDeploymentsUpdateResponse>;
356
+ beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams): Promise<PollerLike<PollOperationState<BatchDeploymentsUpdateResponse>, BatchDeploymentsUpdateResponse>>;
357
+ beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties, options?: BatchDeploymentsUpdateOptionalParams): Promise<BatchDeploymentsUpdateResponse>;
403
358
  get(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: BatchDeploymentsGetOptionalParams): Promise<BatchDeploymentsGetResponse>;
404
- list(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchDeploymentsListOptionalParams): PagedAsyncIterableIterator<BatchDeploymentData>;
359
+ list(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchDeploymentsListOptionalParams): PagedAsyncIterableIterator<BatchDeployment>;
405
360
  }
406
361
 
407
362
  // @public
@@ -417,7 +372,7 @@ export interface BatchDeploymentsCreateOrUpdateOptionalParams extends coreClient
417
372
  }
418
373
 
419
374
  // @public
420
- export type BatchDeploymentsCreateOrUpdateResponse = BatchDeploymentData;
375
+ export type BatchDeploymentsCreateOrUpdateResponse = BatchDeployment;
421
376
 
422
377
  // @public
423
378
  export interface BatchDeploymentsDeleteHeaders {
@@ -437,7 +392,7 @@ export interface BatchDeploymentsGetOptionalParams extends coreClient.OperationO
437
392
  }
438
393
 
439
394
  // @public
440
- export type BatchDeploymentsGetResponse = BatchDeploymentData;
395
+ export type BatchDeploymentsGetResponse = BatchDeployment;
441
396
 
442
397
  // @public
443
398
  export interface BatchDeploymentsListNextOptionalParams extends coreClient.OperationOptions {
@@ -473,21 +428,21 @@ export interface BatchDeploymentsUpdateOptionalParams extends coreClient.Operati
473
428
  }
474
429
 
475
430
  // @public
476
- export type BatchDeploymentsUpdateResponse = BatchDeploymentData;
431
+ export type BatchDeploymentsUpdateResponse = BatchDeployment;
477
432
 
478
433
  // @public
479
434
  export interface BatchDeploymentTrackedResourceArmPaginatedResult {
480
435
  nextLink?: string;
481
- value?: BatchDeploymentData[];
436
+ value?: BatchDeployment[];
482
437
  }
483
438
 
484
439
  // @public (undocumented)
485
- export type BatchEndpointData = TrackedResource & {
440
+ export interface BatchEndpoint extends TrackedResource {
486
441
  identity?: ManagedServiceIdentity;
487
442
  kind?: string;
488
- properties: BatchEndpointDetails;
443
+ properties: BatchEndpointProperties;
489
444
  sku?: Sku;
490
- };
445
+ }
491
446
 
492
447
  // @public
493
448
  export interface BatchEndpointDefaults {
@@ -495,21 +450,21 @@ export interface BatchEndpointDefaults {
495
450
  }
496
451
 
497
452
  // @public
498
- export type BatchEndpointDetails = EndpointPropertiesBase & {
453
+ export interface BatchEndpointProperties extends EndpointPropertiesBase {
499
454
  defaults?: BatchEndpointDefaults;
500
455
  readonly provisioningState?: EndpointProvisioningState;
501
- };
456
+ }
502
457
 
503
458
  // @public
504
459
  export interface BatchEndpoints {
505
- beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpointData, options?: BatchEndpointsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BatchEndpointsCreateOrUpdateResponse>, BatchEndpointsCreateOrUpdateResponse>>;
506
- beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpointData, options?: BatchEndpointsCreateOrUpdateOptionalParams): Promise<BatchEndpointsCreateOrUpdateResponse>;
460
+ beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BatchEndpointsCreateOrUpdateResponse>, BatchEndpointsCreateOrUpdateResponse>>;
461
+ beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: BatchEndpoint, options?: BatchEndpointsCreateOrUpdateOptionalParams): Promise<BatchEndpointsCreateOrUpdateResponse>;
507
462
  beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
508
463
  beginDeleteAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsDeleteOptionalParams): Promise<void>;
509
- beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialBatchEndpointPartialTrackedResource, options?: BatchEndpointsUpdateOptionalParams): Promise<PollerLike<PollOperationState<BatchEndpointsUpdateResponse>, BatchEndpointsUpdateResponse>>;
510
- beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialBatchEndpointPartialTrackedResource, options?: BatchEndpointsUpdateOptionalParams): Promise<BatchEndpointsUpdateResponse>;
464
+ beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams): Promise<PollerLike<PollOperationState<BatchEndpointsUpdateResponse>, BatchEndpointsUpdateResponse>>;
465
+ beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: BatchEndpointsUpdateOptionalParams): Promise<BatchEndpointsUpdateResponse>;
511
466
  get(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsGetOptionalParams): Promise<BatchEndpointsGetResponse>;
512
- list(resourceGroupName: string, workspaceName: string, options?: BatchEndpointsListOptionalParams): PagedAsyncIterableIterator<BatchEndpointData>;
467
+ list(resourceGroupName: string, workspaceName: string, options?: BatchEndpointsListOptionalParams): PagedAsyncIterableIterator<BatchEndpoint>;
513
468
  listKeys(resourceGroupName: string, workspaceName: string, endpointName: string, options?: BatchEndpointsListKeysOptionalParams): Promise<BatchEndpointsListKeysResponse>;
514
469
  }
515
470
 
@@ -526,7 +481,7 @@ export interface BatchEndpointsCreateOrUpdateOptionalParams extends coreClient.O
526
481
  }
527
482
 
528
483
  // @public
529
- export type BatchEndpointsCreateOrUpdateResponse = BatchEndpointData;
484
+ export type BatchEndpointsCreateOrUpdateResponse = BatchEndpoint;
530
485
 
531
486
  // @public
532
487
  export interface BatchEndpointsDeleteHeaders {
@@ -546,7 +501,7 @@ export interface BatchEndpointsGetOptionalParams extends coreClient.OperationOpt
546
501
  }
547
502
 
548
503
  // @public
549
- export type BatchEndpointsGetResponse = BatchEndpointData;
504
+ export type BatchEndpointsGetResponse = BatchEndpoint;
550
505
 
551
506
  // @public
552
507
  export interface BatchEndpointsListKeysOptionalParams extends coreClient.OperationOptions {
@@ -587,12 +542,12 @@ export interface BatchEndpointsUpdateOptionalParams extends coreClient.Operation
587
542
  }
588
543
 
589
544
  // @public
590
- export type BatchEndpointsUpdateResponse = BatchEndpointData;
545
+ export type BatchEndpointsUpdateResponse = BatchEndpoint;
591
546
 
592
547
  // @public
593
548
  export interface BatchEndpointTrackedResourceArmPaginatedResult {
594
549
  nextLink?: string;
595
- value?: BatchEndpointData[];
550
+ value?: BatchEndpoint[];
596
551
  }
597
552
 
598
553
  // @public
@@ -608,9 +563,9 @@ export interface BatchRetrySettings {
608
563
  }
609
564
 
610
565
  // @public
611
- export type BayesianSamplingAlgorithm = SamplingAlgorithm & {
566
+ export interface BayesianSamplingAlgorithm extends SamplingAlgorithm {
612
567
  samplingAlgorithmType: "Bayesian";
613
- };
568
+ }
614
569
 
615
570
  // @public
616
571
  export type BillingCurrency = string;
@@ -625,37 +580,21 @@ export interface BuildContext {
625
580
  export type Caching = string;
626
581
 
627
582
  // @public
628
- export type CertificateDatastoreCredentials = DatastoreCredentials & {
629
- credentialsType: "Certificate";
583
+ export interface CertificateDatastoreCredentials extends DatastoreCredentials {
630
584
  authorityUrl?: string;
631
585
  clientId: string;
586
+ credentialsType: "Certificate";
632
587
  resourceUrl?: string;
633
588
  secrets: CertificateDatastoreSecrets;
634
589
  tenantId: string;
635
590
  thumbprint: string;
636
- };
591
+ }
637
592
 
638
593
  // @public
639
- export type CertificateDatastoreSecrets = DatastoreSecrets & {
640
- secretsType: "Certificate";
594
+ export interface CertificateDatastoreSecrets extends DatastoreSecrets {
641
595
  certificate?: string;
642
- };
643
-
644
- // @public
645
- export type Classification = TableVertical & AutoMLVertical & {
646
- allowedModels?: ClassificationModels[];
647
- blockedModels?: ClassificationModels[];
648
- primaryMetric?: ClassificationPrimaryMetrics;
649
- };
650
-
651
- // @public
652
- export type ClassificationModels = string;
653
-
654
- // @public
655
- export type ClassificationMultilabelPrimaryMetrics = string;
656
-
657
- // @public
658
- export type ClassificationPrimaryMetrics = string;
596
+ secretsType: "Certificate";
597
+ }
659
598
 
660
599
  // @public
661
600
  export type ClusterPurpose = string;
@@ -672,25 +611,26 @@ export interface CodeConfiguration {
672
611
  }
673
612
 
674
613
  // @public
675
- export type CodeContainerData = Resource & {
676
- properties: CodeContainerDetails;
677
- };
614
+ export interface CodeContainer extends Resource {
615
+ properties: CodeContainerProperties;
616
+ }
678
617
 
679
618
  // @public
680
- export type CodeContainerDetails = AssetContainer & {};
619
+ export interface CodeContainerProperties extends AssetContainer {
620
+ }
681
621
 
682
622
  // @public
683
623
  export interface CodeContainerResourceArmPaginatedResult {
684
624
  nextLink?: string;
685
- value?: CodeContainerData[];
625
+ value?: CodeContainer[];
686
626
  }
687
627
 
688
628
  // @public
689
629
  export interface CodeContainers {
690
- createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: CodeContainerData, options?: CodeContainersCreateOrUpdateOptionalParams): Promise<CodeContainersCreateOrUpdateResponse>;
630
+ createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: CodeContainer, options?: CodeContainersCreateOrUpdateOptionalParams): Promise<CodeContainersCreateOrUpdateResponse>;
691
631
  delete(resourceGroupName: string, workspaceName: string, name: string, options?: CodeContainersDeleteOptionalParams): Promise<void>;
692
632
  get(resourceGroupName: string, workspaceName: string, name: string, options?: CodeContainersGetOptionalParams): Promise<CodeContainersGetResponse>;
693
- list(resourceGroupName: string, workspaceName: string, options?: CodeContainersListOptionalParams): PagedAsyncIterableIterator<CodeContainerData>;
633
+ list(resourceGroupName: string, workspaceName: string, options?: CodeContainersListOptionalParams): PagedAsyncIterableIterator<CodeContainer>;
694
634
  }
695
635
 
696
636
  // @public
@@ -698,7 +638,7 @@ export interface CodeContainersCreateOrUpdateOptionalParams extends coreClient.O
698
638
  }
699
639
 
700
640
  // @public
701
- export type CodeContainersCreateOrUpdateResponse = CodeContainerData;
641
+ export type CodeContainersCreateOrUpdateResponse = CodeContainer;
702
642
 
703
643
  // @public
704
644
  export interface CodeContainersDeleteOptionalParams extends coreClient.OperationOptions {
@@ -709,7 +649,7 @@ export interface CodeContainersGetOptionalParams extends coreClient.OperationOpt
709
649
  }
710
650
 
711
651
  // @public
712
- export type CodeContainersGetResponse = CodeContainerData;
652
+ export type CodeContainersGetResponse = CodeContainer;
713
653
 
714
654
  // @public
715
655
  export interface CodeContainersListNextOptionalParams extends coreClient.OperationOptions {
@@ -728,27 +668,27 @@ export interface CodeContainersListOptionalParams extends coreClient.OperationOp
728
668
  export type CodeContainersListResponse = CodeContainerResourceArmPaginatedResult;
729
669
 
730
670
  // @public
731
- export type CodeVersionData = Resource & {
732
- properties: CodeVersionDetails;
733
- };
671
+ export interface CodeVersion extends Resource {
672
+ properties: CodeVersionProperties;
673
+ }
734
674
 
735
675
  // @public
736
- export type CodeVersionDetails = AssetBase & {
676
+ export interface CodeVersionProperties extends AssetBase {
737
677
  codeUri?: string;
738
- };
678
+ }
739
679
 
740
680
  // @public
741
681
  export interface CodeVersionResourceArmPaginatedResult {
742
682
  nextLink?: string;
743
- value?: CodeVersionData[];
683
+ value?: CodeVersion[];
744
684
  }
745
685
 
746
686
  // @public
747
687
  export interface CodeVersions {
748
- createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, version: string, body: CodeVersionData, options?: CodeVersionsCreateOrUpdateOptionalParams): Promise<CodeVersionsCreateOrUpdateResponse>;
688
+ createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, version: string, body: CodeVersion, options?: CodeVersionsCreateOrUpdateOptionalParams): Promise<CodeVersionsCreateOrUpdateResponse>;
749
689
  delete(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: CodeVersionsDeleteOptionalParams): Promise<void>;
750
690
  get(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: CodeVersionsGetOptionalParams): Promise<CodeVersionsGetResponse>;
751
- list(resourceGroupName: string, workspaceName: string, name: string, options?: CodeVersionsListOptionalParams): PagedAsyncIterableIterator<CodeVersionData>;
691
+ list(resourceGroupName: string, workspaceName: string, name: string, options?: CodeVersionsListOptionalParams): PagedAsyncIterableIterator<CodeVersion>;
752
692
  }
753
693
 
754
694
  // @public
@@ -756,7 +696,7 @@ export interface CodeVersionsCreateOrUpdateOptionalParams extends coreClient.Ope
756
696
  }
757
697
 
758
698
  // @public
759
- export type CodeVersionsCreateOrUpdateResponse = CodeVersionData;
699
+ export type CodeVersionsCreateOrUpdateResponse = CodeVersion;
760
700
 
761
701
  // @public
762
702
  export interface CodeVersionsDeleteOptionalParams extends coreClient.OperationOptions {
@@ -767,7 +707,7 @@ export interface CodeVersionsGetOptionalParams extends coreClient.OperationOptio
767
707
  }
768
708
 
769
709
  // @public
770
- export type CodeVersionsGetResponse = CodeVersionData;
710
+ export type CodeVersionsGetResponse = CodeVersion;
771
711
 
772
712
  // @public
773
713
  export interface CodeVersionsListNextOptionalParams extends coreClient.OperationOptions {
@@ -790,13 +730,7 @@ export interface CodeVersionsListOptionalParams extends coreClient.OperationOpti
790
730
  export type CodeVersionsListResponse = CodeVersionResourceArmPaginatedResult;
791
731
 
792
732
  // @public
793
- export interface ColumnTransformer {
794
- fields?: string[];
795
- parameters?: Record<string, unknown>;
796
- }
797
-
798
- // @public
799
- export type CommandJob = JobBaseDetails & {
733
+ export interface CommandJob extends JobBaseProperties {
800
734
  codeId?: string;
801
735
  command: string;
802
736
  distribution?: DistributionConfigurationUnion;
@@ -807,39 +741,41 @@ export type CommandJob = JobBaseDetails & {
807
741
  inputs?: {
808
742
  [propertyName: string]: JobInputUnion | null;
809
743
  };
744
+ jobType: "Command";
810
745
  limits?: CommandJobLimits;
811
746
  outputs?: {
812
747
  [propertyName: string]: JobOutputUnion | null;
813
748
  };
814
749
  readonly parameters?: Record<string, unknown>;
815
750
  resources?: ResourceConfiguration;
816
- };
751
+ }
817
752
 
818
753
  // @public
819
- export type CommandJobLimits = JobLimits & {
754
+ export interface CommandJobLimits extends JobLimits {
820
755
  jobLimitsType: "Command";
821
- };
756
+ }
822
757
 
823
758
  // @public
824
- export type ComponentContainerData = Resource & {
825
- properties: ComponentContainerDetails;
826
- };
759
+ export interface ComponentContainer extends Resource {
760
+ properties: ComponentContainerProperties;
761
+ }
827
762
 
828
763
  // @public
829
- export type ComponentContainerDetails = AssetContainer & {};
764
+ export interface ComponentContainerProperties extends AssetContainer {
765
+ }
830
766
 
831
767
  // @public
832
768
  export interface ComponentContainerResourceArmPaginatedResult {
833
769
  nextLink?: string;
834
- value?: ComponentContainerData[];
770
+ value?: ComponentContainer[];
835
771
  }
836
772
 
837
773
  // @public
838
774
  export interface ComponentContainers {
839
- createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: ComponentContainerData, options?: ComponentContainersCreateOrUpdateOptionalParams): Promise<ComponentContainersCreateOrUpdateResponse>;
775
+ createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: ComponentContainer, options?: ComponentContainersCreateOrUpdateOptionalParams): Promise<ComponentContainersCreateOrUpdateResponse>;
840
776
  delete(resourceGroupName: string, workspaceName: string, name: string, options?: ComponentContainersDeleteOptionalParams): Promise<void>;
841
777
  get(resourceGroupName: string, workspaceName: string, name: string, options?: ComponentContainersGetOptionalParams): Promise<ComponentContainersGetResponse>;
842
- list(resourceGroupName: string, workspaceName: string, options?: ComponentContainersListOptionalParams): PagedAsyncIterableIterator<ComponentContainerData>;
778
+ list(resourceGroupName: string, workspaceName: string, options?: ComponentContainersListOptionalParams): PagedAsyncIterableIterator<ComponentContainer>;
843
779
  }
844
780
 
845
781
  // @public
@@ -847,7 +783,7 @@ export interface ComponentContainersCreateOrUpdateOptionalParams extends coreCli
847
783
  }
848
784
 
849
785
  // @public
850
- export type ComponentContainersCreateOrUpdateResponse = ComponentContainerData;
786
+ export type ComponentContainersCreateOrUpdateResponse = ComponentContainer;
851
787
 
852
788
  // @public
853
789
  export interface ComponentContainersDeleteOptionalParams extends coreClient.OperationOptions {
@@ -858,7 +794,7 @@ export interface ComponentContainersGetOptionalParams extends coreClient.Operati
858
794
  }
859
795
 
860
796
  // @public
861
- export type ComponentContainersGetResponse = ComponentContainerData;
797
+ export type ComponentContainersGetResponse = ComponentContainer;
862
798
 
863
799
  // @public
864
800
  export interface ComponentContainersListNextOptionalParams extends coreClient.OperationOptions {
@@ -879,27 +815,27 @@ export interface ComponentContainersListOptionalParams extends coreClient.Operat
879
815
  export type ComponentContainersListResponse = ComponentContainerResourceArmPaginatedResult;
880
816
 
881
817
  // @public
882
- export type ComponentVersionData = Resource & {
883
- properties: ComponentVersionDetails;
884
- };
818
+ export interface ComponentVersion extends Resource {
819
+ properties: ComponentVersionProperties;
820
+ }
885
821
 
886
822
  // @public
887
- export type ComponentVersionDetails = AssetBase & {
823
+ export interface ComponentVersionProperties extends AssetBase {
888
824
  componentSpec?: Record<string, unknown>;
889
- };
825
+ }
890
826
 
891
827
  // @public
892
828
  export interface ComponentVersionResourceArmPaginatedResult {
893
829
  nextLink?: string;
894
- value?: ComponentVersionData[];
830
+ value?: ComponentVersion[];
895
831
  }
896
832
 
897
833
  // @public
898
834
  export interface ComponentVersions {
899
- createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, version: string, body: ComponentVersionData, options?: ComponentVersionsCreateOrUpdateOptionalParams): Promise<ComponentVersionsCreateOrUpdateResponse>;
835
+ createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, version: string, body: ComponentVersion, options?: ComponentVersionsCreateOrUpdateOptionalParams): Promise<ComponentVersionsCreateOrUpdateResponse>;
900
836
  delete(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: ComponentVersionsDeleteOptionalParams): Promise<void>;
901
837
  get(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: ComponentVersionsGetOptionalParams): Promise<ComponentVersionsGetResponse>;
902
- list(resourceGroupName: string, workspaceName: string, name: string, options?: ComponentVersionsListOptionalParams): PagedAsyncIterableIterator<ComponentVersionData>;
838
+ list(resourceGroupName: string, workspaceName: string, name: string, options?: ComponentVersionsListOptionalParams): PagedAsyncIterableIterator<ComponentVersion>;
903
839
  }
904
840
 
905
841
  // @public
@@ -907,7 +843,7 @@ export interface ComponentVersionsCreateOrUpdateOptionalParams extends coreClien
907
843
  }
908
844
 
909
845
  // @public
910
- export type ComponentVersionsCreateOrUpdateResponse = ComponentVersionData;
846
+ export type ComponentVersionsCreateOrUpdateResponse = ComponentVersion;
911
847
 
912
848
  // @public
913
849
  export interface ComponentVersionsDeleteOptionalParams extends coreClient.OperationOptions {
@@ -918,7 +854,7 @@ export interface ComponentVersionsGetOptionalParams extends coreClient.Operation
918
854
  }
919
855
 
920
856
  // @public
921
- export type ComponentVersionsGetResponse = ComponentVersionData;
857
+ export type ComponentVersionsGetResponse = ComponentVersion;
922
858
 
923
859
  // @public
924
860
  export interface ComponentVersionsListNextOptionalParams extends coreClient.OperationOptions {
@@ -990,9 +926,9 @@ export interface ComputeGetOptionalParams extends coreClient.OperationOptions {
990
926
  export type ComputeGetResponse = ComputeResource;
991
927
 
992
928
  // @public
993
- export type ComputeInstance = Compute & ComputeInstanceSchema & {
929
+ export interface ComputeInstance extends Compute, ComputeInstanceSchema {
994
930
  computeType: "ComputeInstance";
995
- };
931
+ }
996
932
 
997
933
  // @public
998
934
  export interface ComputeInstanceApplication {
@@ -1166,14 +1102,14 @@ export interface ComputeOperations {
1166
1102
  export type ComputePowerAction = string;
1167
1103
 
1168
1104
  // @public
1169
- export type ComputeResource = Resource & ComputeResourceSchema & {
1105
+ export interface ComputeResource extends Resource, ComputeResourceSchema {
1170
1106
  identity?: ManagedServiceIdentity;
1171
1107
  location?: string;
1108
+ sku?: Sku;
1172
1109
  tags?: {
1173
1110
  [propertyName: string]: string;
1174
1111
  };
1175
- sku?: Sku;
1176
- };
1112
+ }
1177
1113
 
1178
1114
  // @public (undocumented)
1179
1115
  export interface ComputeResourceSchema {
@@ -1210,7 +1146,8 @@ export interface ComputeStartStopSchedule {
1210
1146
  action?: ComputePowerAction;
1211
1147
  readonly id?: string;
1212
1148
  readonly provisioningStatus?: ProvisioningStatus;
1213
- schedule?: ScheduleBaseUnion;
1149
+ // (undocumented)
1150
+ schedule?: ScheduleBase;
1214
1151
  }
1215
1152
 
1216
1153
  // @public
@@ -1234,6 +1171,12 @@ export interface ComputeUpdateOptionalParams extends coreClient.OperationOptions
1234
1171
  // @public
1235
1172
  export type ComputeUpdateResponse = ComputeResource;
1236
1173
 
1174
+ // @public
1175
+ export type ConnectionAuthType = string;
1176
+
1177
+ // @public
1178
+ export type ConnectionCategory = string;
1179
+
1237
1180
  // @public
1238
1181
  export interface ContainerResourceRequirements {
1239
1182
  containerResourceLimits?: ContainerResourceSettings;
@@ -1261,57 +1204,23 @@ export type CreatedByType = string;
1261
1204
  // @public
1262
1205
  export type CredentialsType = string;
1263
1206
 
1264
- // @public
1265
- export type CronSchedule = ScheduleBase & {
1266
- scheduleType: "Cron";
1267
- expression: string;
1268
- };
1269
-
1270
- // @public
1271
- export type CustomForecastHorizon = ForecastHorizon & {
1272
- mode: "Custom";
1273
- value: number;
1274
- };
1275
-
1276
- // @public (undocumented)
1277
- export type CustomModelJobInput = AssetJobInput & JobInput & {};
1278
-
1279
1207
  // @public (undocumented)
1280
- export type CustomModelJobOutput = AssetJobOutput & JobOutput & {};
1281
-
1282
- // @public
1283
- export type CustomNCrossValidations = NCrossValidations & {
1284
- mode: "Custom";
1285
- value: number;
1286
- };
1287
-
1288
- // @public (undocumented)
1289
- export type CustomSeasonality = Seasonality & {
1290
- mode: "Custom";
1291
- value: number;
1292
- };
1293
-
1294
- // @public (undocumented)
1295
- export type CustomTargetLags = TargetLags & {
1296
- mode: "Custom";
1297
- values: number[];
1298
- };
1208
+ export interface CustomModelJobInput extends AssetJobInput, JobInput {
1209
+ }
1299
1210
 
1300
1211
  // @public (undocumented)
1301
- export type CustomTargetRollingWindowSize = TargetRollingWindowSize & {
1302
- mode: "Custom";
1303
- value: number;
1304
- };
1212
+ export interface CustomModelJobOutput extends AssetJobOutput, JobOutput {
1213
+ }
1305
1214
 
1306
1215
  // @public
1307
- export type Databricks = Compute & DatabricksSchema & {
1216
+ export interface Databricks extends Compute, DatabricksSchema {
1308
1217
  computeType: "Databricks";
1309
- };
1218
+ }
1310
1219
 
1311
1220
  // @public
1312
- export type DatabricksComputeSecrets = ComputeSecrets & DatabricksComputeSecretsProperties & {
1221
+ export interface DatabricksComputeSecrets extends ComputeSecrets, DatabricksComputeSecretsProperties {
1313
1222
  computeType: "Databricks";
1314
- };
1223
+ }
1315
1224
 
1316
1225
  // @public
1317
1226
  export interface DatabricksComputeSecretsProperties {
@@ -1330,27 +1239,27 @@ export interface DatabricksSchema {
1330
1239
  }
1331
1240
 
1332
1241
  // @public
1333
- export type DataContainerData = Resource & {
1334
- properties: DataContainerDetails;
1335
- };
1242
+ export interface DataContainer extends Resource {
1243
+ properties: DataContainerProperties;
1244
+ }
1336
1245
 
1337
1246
  // @public
1338
- export type DataContainerDetails = AssetContainer & {
1247
+ export interface DataContainerProperties extends AssetContainer {
1339
1248
  dataType: DataType;
1340
- };
1249
+ }
1341
1250
 
1342
1251
  // @public
1343
1252
  export interface DataContainerResourceArmPaginatedResult {
1344
1253
  nextLink?: string;
1345
- value?: DataContainerData[];
1254
+ value?: DataContainer[];
1346
1255
  }
1347
1256
 
1348
1257
  // @public
1349
1258
  export interface DataContainers {
1350
- createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: DataContainerData, options?: DataContainersCreateOrUpdateOptionalParams): Promise<DataContainersCreateOrUpdateResponse>;
1259
+ createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: DataContainer, options?: DataContainersCreateOrUpdateOptionalParams): Promise<DataContainersCreateOrUpdateResponse>;
1351
1260
  delete(resourceGroupName: string, workspaceName: string, name: string, options?: DataContainersDeleteOptionalParams): Promise<void>;
1352
1261
  get(resourceGroupName: string, workspaceName: string, name: string, options?: DataContainersGetOptionalParams): Promise<DataContainersGetResponse>;
1353
- list(resourceGroupName: string, workspaceName: string, options?: DataContainersListOptionalParams): PagedAsyncIterableIterator<DataContainerData>;
1262
+ list(resourceGroupName: string, workspaceName: string, options?: DataContainersListOptionalParams): PagedAsyncIterableIterator<DataContainer>;
1354
1263
  }
1355
1264
 
1356
1265
  // @public
@@ -1358,7 +1267,7 @@ export interface DataContainersCreateOrUpdateOptionalParams extends coreClient.O
1358
1267
  }
1359
1268
 
1360
1269
  // @public
1361
- export type DataContainersCreateOrUpdateResponse = DataContainerData;
1270
+ export type DataContainersCreateOrUpdateResponse = DataContainer;
1362
1271
 
1363
1272
  // @public
1364
1273
  export interface DataContainersDeleteOptionalParams extends coreClient.OperationOptions {
@@ -1369,7 +1278,7 @@ export interface DataContainersGetOptionalParams extends coreClient.OperationOpt
1369
1278
  }
1370
1279
 
1371
1280
  // @public
1372
- export type DataContainersGetResponse = DataContainerData;
1281
+ export type DataContainersGetResponse = DataContainer;
1373
1282
 
1374
1283
  // @public
1375
1284
  export interface DataContainersListNextOptionalParams extends coreClient.OperationOptions {
@@ -1390,14 +1299,14 @@ export interface DataContainersListOptionalParams extends coreClient.OperationOp
1390
1299
  export type DataContainersListResponse = DataContainerResourceArmPaginatedResult;
1391
1300
 
1392
1301
  // @public
1393
- export type DataFactory = Compute & {
1302
+ export interface DataFactory extends Compute {
1394
1303
  computeType: "DataFactory";
1395
- };
1304
+ }
1396
1305
 
1397
1306
  // @public
1398
- export type DataLakeAnalytics = Compute & DataLakeAnalyticsSchema & {
1307
+ export interface DataLakeAnalytics extends Compute, DataLakeAnalyticsSchema {
1399
1308
  computeType: "DataLakeAnalytics";
1400
- };
1309
+ }
1401
1310
 
1402
1311
  // @public (undocumented)
1403
1312
  export interface DataLakeAnalyticsSchema {
@@ -1411,54 +1320,47 @@ export interface DataLakeAnalyticsSchemaProperties {
1411
1320
  }
1412
1321
 
1413
1322
  // @public
1414
- export type DataPathAssetReference = AssetReferenceBase & {
1415
- referenceType: "DataPath";
1323
+ export interface DataPathAssetReference extends AssetReferenceBase {
1416
1324
  datastoreId?: string;
1417
1325
  path?: string;
1418
- };
1326
+ referenceType: "DataPath";
1327
+ }
1419
1328
 
1420
1329
  // @public
1421
- export interface DataSettings {
1422
- targetColumnName: string;
1423
- testData?: TestDataSettings;
1424
- trainingData: TrainingDataSettings;
1330
+ export interface Datastore extends Resource {
1331
+ properties: DatastorePropertiesUnion;
1425
1332
  }
1426
1333
 
1427
1334
  // @public
1428
1335
  export interface DatastoreCredentials {
1429
- credentialsType: "AccountKey" | "Certificate" | "KerberosKeytab" | "KerberosPassword" | "None" | "Sas" | "ServicePrincipal";
1336
+ credentialsType: "AccountKey" | "Certificate" | "None" | "Sas" | "ServicePrincipal";
1430
1337
  }
1431
1338
 
1432
1339
  // @public (undocumented)
1433
- export type DatastoreCredentialsUnion = DatastoreCredentials | AccountKeyDatastoreCredentials | CertificateDatastoreCredentials | KerberosKeytabCredentials | KerberosPasswordCredentials | NoneDatastoreCredentials | SasDatastoreCredentials | ServicePrincipalDatastoreCredentials;
1434
-
1435
- // @public
1436
- export type DatastoreData = Resource & {
1437
- properties: DatastoreDetailsUnion;
1438
- };
1340
+ export type DatastoreCredentialsUnion = DatastoreCredentials | AccountKeyDatastoreCredentials | CertificateDatastoreCredentials | NoneDatastoreCredentials | SasDatastoreCredentials | ServicePrincipalDatastoreCredentials;
1439
1341
 
1440
1342
  // @public
1441
- export type DatastoreDetails = ResourceBase & {
1343
+ export interface DatastoreProperties extends ResourceBase {
1442
1344
  credentials: DatastoreCredentialsUnion;
1443
1345
  datastoreType: DatastoreType;
1444
1346
  readonly isDefault?: boolean;
1445
- };
1347
+ }
1446
1348
 
1447
1349
  // @public (undocumented)
1448
- export type DatastoreDetailsUnion = DatastoreDetails | AzureBlobDatastore | AzureDataLakeGen1Datastore | AzureDataLakeGen2Datastore | AzureFileDatastore | HdfsDatastore;
1350
+ export type DatastorePropertiesUnion = DatastoreProperties | AzureBlobDatastore | AzureDataLakeGen1Datastore | AzureDataLakeGen2Datastore | AzureFileDatastore;
1449
1351
 
1450
1352
  // @public
1451
1353
  export interface DatastoreResourceArmPaginatedResult {
1452
1354
  nextLink?: string;
1453
- value?: DatastoreData[];
1355
+ value?: Datastore[];
1454
1356
  }
1455
1357
 
1456
1358
  // @public
1457
1359
  export interface Datastores {
1458
- createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: DatastoreData, options?: DatastoresCreateOrUpdateOptionalParams): Promise<DatastoresCreateOrUpdateResponse>;
1360
+ createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: Datastore, options?: DatastoresCreateOrUpdateOptionalParams): Promise<DatastoresCreateOrUpdateResponse>;
1459
1361
  delete(resourceGroupName: string, workspaceName: string, name: string, options?: DatastoresDeleteOptionalParams): Promise<void>;
1460
1362
  get(resourceGroupName: string, workspaceName: string, name: string, options?: DatastoresGetOptionalParams): Promise<DatastoresGetResponse>;
1461
- list(resourceGroupName: string, workspaceName: string, options?: DatastoresListOptionalParams): PagedAsyncIterableIterator<DatastoreData>;
1363
+ list(resourceGroupName: string, workspaceName: string, options?: DatastoresListOptionalParams): PagedAsyncIterableIterator<Datastore>;
1462
1364
  listSecrets(resourceGroupName: string, workspaceName: string, name: string, options?: DatastoresListSecretsOptionalParams): Promise<DatastoresListSecretsResponse>;
1463
1365
  }
1464
1366
 
@@ -1468,7 +1370,7 @@ export interface DatastoresCreateOrUpdateOptionalParams extends coreClient.Opera
1468
1370
  }
1469
1371
 
1470
1372
  // @public
1471
- export type DatastoresCreateOrUpdateResponse = DatastoreData;
1373
+ export type DatastoresCreateOrUpdateResponse = Datastore;
1472
1374
 
1473
1375
  // @public
1474
1376
  export interface DatastoresDeleteOptionalParams extends coreClient.OperationOptions {
@@ -1476,18 +1378,18 @@ export interface DatastoresDeleteOptionalParams extends coreClient.OperationOpti
1476
1378
 
1477
1379
  // @public
1478
1380
  export interface DatastoreSecrets {
1479
- secretsType: "AccountKey" | "Certificate" | "KerberosKeytab" | "KerberosPassword" | "Sas" | "ServicePrincipal";
1381
+ secretsType: "AccountKey" | "Certificate" | "Sas" | "ServicePrincipal";
1480
1382
  }
1481
1383
 
1482
1384
  // @public (undocumented)
1483
- export type DatastoreSecretsUnion = DatastoreSecrets | AccountKeyDatastoreSecrets | CertificateDatastoreSecrets | KerberosKeytabSecrets | KerberosPasswordSecrets | SasDatastoreSecrets | ServicePrincipalDatastoreSecrets;
1385
+ export type DatastoreSecretsUnion = DatastoreSecrets | AccountKeyDatastoreSecrets | CertificateDatastoreSecrets | SasDatastoreSecrets | ServicePrincipalDatastoreSecrets;
1484
1386
 
1485
1387
  // @public
1486
1388
  export interface DatastoresGetOptionalParams extends coreClient.OperationOptions {
1487
1389
  }
1488
1390
 
1489
1391
  // @public
1490
- export type DatastoresGetResponse = DatastoreData;
1392
+ export type DatastoresGetResponse = Datastore;
1491
1393
 
1492
1394
  // @public
1493
1395
  export interface DatastoresListNextOptionalParams extends coreClient.OperationOptions {
@@ -1531,31 +1433,31 @@ export type DatastoreType = string;
1531
1433
  export type DataType = string;
1532
1434
 
1533
1435
  // @public
1534
- export type DataVersionBaseData = Resource & {
1535
- properties: DataVersionBaseDetailsUnion;
1536
- };
1436
+ export interface DataVersionBase extends Resource {
1437
+ properties: DataVersionBasePropertiesUnion;
1438
+ }
1537
1439
 
1538
1440
  // @public
1539
- export type DataVersionBaseDetails = AssetBase & {
1441
+ export interface DataVersionBaseProperties extends AssetBase {
1540
1442
  dataType: DataType;
1541
1443
  dataUri: string;
1542
- };
1444
+ }
1543
1445
 
1544
1446
  // @public (undocumented)
1545
- export type DataVersionBaseDetailsUnion = DataVersionBaseDetails | MLTableData | UriFileDataVersion | UriFolderDataVersion;
1447
+ export type DataVersionBasePropertiesUnion = DataVersionBaseProperties | MLTableData | UriFileDataVersion | UriFolderDataVersion;
1546
1448
 
1547
1449
  // @public
1548
1450
  export interface DataVersionBaseResourceArmPaginatedResult {
1549
1451
  nextLink?: string;
1550
- value?: DataVersionBaseData[];
1452
+ value?: DataVersionBase[];
1551
1453
  }
1552
1454
 
1553
1455
  // @public
1554
1456
  export interface DataVersions {
1555
- createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, version: string, body: DataVersionBaseData, options?: DataVersionsCreateOrUpdateOptionalParams): Promise<DataVersionsCreateOrUpdateResponse>;
1457
+ createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, version: string, body: DataVersionBase, options?: DataVersionsCreateOrUpdateOptionalParams): Promise<DataVersionsCreateOrUpdateResponse>;
1556
1458
  delete(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: DataVersionsDeleteOptionalParams): Promise<void>;
1557
1459
  get(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: DataVersionsGetOptionalParams): Promise<DataVersionsGetResponse>;
1558
- list(resourceGroupName: string, workspaceName: string, name: string, options?: DataVersionsListOptionalParams): PagedAsyncIterableIterator<DataVersionBaseData>;
1460
+ list(resourceGroupName: string, workspaceName: string, name: string, options?: DataVersionsListOptionalParams): PagedAsyncIterableIterator<DataVersionBase>;
1559
1461
  }
1560
1462
 
1561
1463
  // @public
@@ -1563,7 +1465,7 @@ export interface DataVersionsCreateOrUpdateOptionalParams extends coreClient.Ope
1563
1465
  }
1564
1466
 
1565
1467
  // @public
1566
- export type DataVersionsCreateOrUpdateResponse = DataVersionBaseData;
1468
+ export type DataVersionsCreateOrUpdateResponse = DataVersionBase;
1567
1469
 
1568
1470
  // @public
1569
1471
  export interface DataVersionsDeleteOptionalParams extends coreClient.OperationOptions {
@@ -1574,7 +1476,7 @@ export interface DataVersionsGetOptionalParams extends coreClient.OperationOptio
1574
1476
  }
1575
1477
 
1576
1478
  // @public
1577
- export type DataVersionsGetResponse = DataVersionBaseData;
1479
+ export type DataVersionsGetResponse = DataVersionBase;
1578
1480
 
1579
1481
  // @public
1580
1482
  export interface DataVersionsListNextOptionalParams extends coreClient.OperationOptions {
@@ -1601,9 +1503,9 @@ export interface DataVersionsListOptionalParams extends coreClient.OperationOpti
1601
1503
  export type DataVersionsListResponse = DataVersionBaseResourceArmPaginatedResult;
1602
1504
 
1603
1505
  // @public (undocumented)
1604
- export type DefaultScaleSettings = OnlineScaleSettings & {
1506
+ export interface DefaultScaleSettings extends OnlineScaleSettings {
1605
1507
  scaleType: "Default";
1606
- };
1508
+ }
1607
1509
 
1608
1510
  // @public (undocumented)
1609
1511
  export interface DeploymentLogs {
@@ -1717,9 +1619,6 @@ export type EarlyTerminationPolicyType = string;
1717
1619
  // @public (undocumented)
1718
1620
  export type EarlyTerminationPolicyUnion = EarlyTerminationPolicy | BanditPolicy | MedianStoppingPolicy | TruncationSelectionPolicy;
1719
1621
 
1720
- // @public
1721
- export type EgressPublicNetworkAccessType = string;
1722
-
1723
1622
  // @public (undocumented)
1724
1623
  export interface EncryptionKeyVaultProperties {
1725
1624
  identityClientId?: string;
@@ -1786,25 +1685,26 @@ export interface EndpointPropertiesBase {
1786
1685
  export type EndpointProvisioningState = string;
1787
1686
 
1788
1687
  // @public
1789
- export type EnvironmentContainerData = Resource & {
1790
- properties: EnvironmentContainerDetails;
1791
- };
1688
+ export interface EnvironmentContainer extends Resource {
1689
+ properties: EnvironmentContainerProperties;
1690
+ }
1792
1691
 
1793
1692
  // @public
1794
- export type EnvironmentContainerDetails = AssetContainer & {};
1693
+ export interface EnvironmentContainerProperties extends AssetContainer {
1694
+ }
1795
1695
 
1796
1696
  // @public
1797
1697
  export interface EnvironmentContainerResourceArmPaginatedResult {
1798
1698
  nextLink?: string;
1799
- value?: EnvironmentContainerData[];
1699
+ value?: EnvironmentContainer[];
1800
1700
  }
1801
1701
 
1802
1702
  // @public
1803
1703
  export interface EnvironmentContainers {
1804
- createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: EnvironmentContainerData, options?: EnvironmentContainersCreateOrUpdateOptionalParams): Promise<EnvironmentContainersCreateOrUpdateResponse>;
1704
+ createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: EnvironmentContainer, options?: EnvironmentContainersCreateOrUpdateOptionalParams): Promise<EnvironmentContainersCreateOrUpdateResponse>;
1805
1705
  delete(resourceGroupName: string, workspaceName: string, name: string, options?: EnvironmentContainersDeleteOptionalParams): Promise<void>;
1806
1706
  get(resourceGroupName: string, workspaceName: string, name: string, options?: EnvironmentContainersGetOptionalParams): Promise<EnvironmentContainersGetResponse>;
1807
- list(resourceGroupName: string, workspaceName: string, options?: EnvironmentContainersListOptionalParams): PagedAsyncIterableIterator<EnvironmentContainerData>;
1707
+ list(resourceGroupName: string, workspaceName: string, options?: EnvironmentContainersListOptionalParams): PagedAsyncIterableIterator<EnvironmentContainer>;
1808
1708
  }
1809
1709
 
1810
1710
  // @public
@@ -1812,7 +1712,7 @@ export interface EnvironmentContainersCreateOrUpdateOptionalParams extends coreC
1812
1712
  }
1813
1713
 
1814
1714
  // @public
1815
- export type EnvironmentContainersCreateOrUpdateResponse = EnvironmentContainerData;
1715
+ export type EnvironmentContainersCreateOrUpdateResponse = EnvironmentContainer;
1816
1716
 
1817
1717
  // @public
1818
1718
  export interface EnvironmentContainersDeleteOptionalParams extends coreClient.OperationOptions {
@@ -1823,7 +1723,7 @@ export interface EnvironmentContainersGetOptionalParams extends coreClient.Opera
1823
1723
  }
1824
1724
 
1825
1725
  // @public
1826
- export type EnvironmentContainersGetResponse = EnvironmentContainerData;
1726
+ export type EnvironmentContainersGetResponse = EnvironmentContainer;
1827
1727
 
1828
1728
  // @public
1829
1729
  export interface EnvironmentContainersListNextOptionalParams extends coreClient.OperationOptions {
@@ -1847,32 +1747,32 @@ export type EnvironmentContainersListResponse = EnvironmentContainerResourceArmP
1847
1747
  export type EnvironmentType = string;
1848
1748
 
1849
1749
  // @public
1850
- export type EnvironmentVersionData = Resource & {
1851
- properties: EnvironmentVersionDetails;
1852
- };
1750
+ export interface EnvironmentVersion extends Resource {
1751
+ properties: EnvironmentVersionProperties;
1752
+ }
1853
1753
 
1854
1754
  // @public
1855
- export type EnvironmentVersionDetails = AssetBase & {
1755
+ export interface EnvironmentVersionProperties extends AssetBase {
1856
1756
  build?: BuildContext;
1857
1757
  condaFile?: string;
1858
1758
  readonly environmentType?: EnvironmentType;
1859
1759
  image?: string;
1860
1760
  inferenceConfig?: InferenceContainerProperties;
1861
1761
  osType?: OperatingSystemType;
1862
- };
1762
+ }
1863
1763
 
1864
1764
  // @public
1865
1765
  export interface EnvironmentVersionResourceArmPaginatedResult {
1866
1766
  nextLink?: string;
1867
- value?: EnvironmentVersionData[];
1767
+ value?: EnvironmentVersion[];
1868
1768
  }
1869
1769
 
1870
1770
  // @public
1871
1771
  export interface EnvironmentVersions {
1872
- createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, version: string, body: EnvironmentVersionData, options?: EnvironmentVersionsCreateOrUpdateOptionalParams): Promise<EnvironmentVersionsCreateOrUpdateResponse>;
1772
+ createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, version: string, body: EnvironmentVersion, options?: EnvironmentVersionsCreateOrUpdateOptionalParams): Promise<EnvironmentVersionsCreateOrUpdateResponse>;
1873
1773
  delete(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: EnvironmentVersionsDeleteOptionalParams): Promise<void>;
1874
1774
  get(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: EnvironmentVersionsGetOptionalParams): Promise<EnvironmentVersionsGetResponse>;
1875
- list(resourceGroupName: string, workspaceName: string, name: string, options?: EnvironmentVersionsListOptionalParams): PagedAsyncIterableIterator<EnvironmentVersionData>;
1775
+ list(resourceGroupName: string, workspaceName: string, name: string, options?: EnvironmentVersionsListOptionalParams): PagedAsyncIterableIterator<EnvironmentVersion>;
1876
1776
  }
1877
1777
 
1878
1778
  // @public
@@ -1880,7 +1780,7 @@ export interface EnvironmentVersionsCreateOrUpdateOptionalParams extends coreCli
1880
1780
  }
1881
1781
 
1882
1782
  // @public
1883
- export type EnvironmentVersionsCreateOrUpdateResponse = EnvironmentVersionData;
1783
+ export type EnvironmentVersionsCreateOrUpdateResponse = EnvironmentVersion;
1884
1784
 
1885
1785
  // @public
1886
1786
  export interface EnvironmentVersionsDeleteOptionalParams extends coreClient.OperationOptions {
@@ -1891,7 +1791,7 @@ export interface EnvironmentVersionsGetOptionalParams extends coreClient.Operati
1891
1791
  }
1892
1792
 
1893
1793
  // @public
1894
- export type EnvironmentVersionsGetResponse = EnvironmentVersionData;
1794
+ export type EnvironmentVersionsGetResponse = EnvironmentVersion;
1895
1795
 
1896
1796
  // @public
1897
1797
  export interface EnvironmentVersionsListNextOptionalParams extends coreClient.OperationOptions {
@@ -1955,17 +1855,6 @@ export interface ExternalFqdnResponse {
1955
1855
  value?: FqdnEndpoints[];
1956
1856
  }
1957
1857
 
1958
- // @public
1959
- export type FeatureLags = string;
1960
-
1961
- // @public
1962
- export type FeaturizationMode = string;
1963
-
1964
- // @public
1965
- export interface FeaturizationSettings {
1966
- datasetLanguage?: string;
1967
- }
1968
-
1969
1858
  // @public (undocumented)
1970
1859
  export interface FlavorData {
1971
1860
  data?: {
@@ -1973,48 +1862,6 @@ export interface FlavorData {
1973
1862
  };
1974
1863
  }
1975
1864
 
1976
- // @public
1977
- export interface ForecastHorizon {
1978
- mode: "Auto" | "Custom";
1979
- }
1980
-
1981
- // @public
1982
- export type ForecastHorizonMode = string;
1983
-
1984
- // @public (undocumented)
1985
- export type ForecastHorizonUnion = ForecastHorizon | AutoForecastHorizon | CustomForecastHorizon;
1986
-
1987
- // @public
1988
- export type Forecasting = TableVertical & AutoMLVertical & {
1989
- allowedModels?: ForecastingModels[];
1990
- blockedModels?: ForecastingModels[];
1991
- forecastingSettings?: ForecastingSettings;
1992
- primaryMetric?: ForecastingPrimaryMetrics;
1993
- };
1994
-
1995
- // @public
1996
- export type ForecastingModels = string;
1997
-
1998
- // @public
1999
- export type ForecastingPrimaryMetrics = string;
2000
-
2001
- // @public
2002
- export interface ForecastingSettings {
2003
- countryOrRegionForHolidays?: string;
2004
- cvStepSize?: number;
2005
- featureLags?: FeatureLags;
2006
- forecastHorizon?: ForecastHorizonUnion;
2007
- frequency?: string;
2008
- seasonality?: SeasonalityUnion;
2009
- shortSeriesHandlingConfig?: ShortSeriesHandlingConfiguration;
2010
- targetAggregateFunction?: TargetAggregationFunction;
2011
- targetLags?: TargetLagsUnion;
2012
- targetRollingWindowSize?: TargetRollingWindowSizeUnion;
2013
- timeColumnName?: string;
2014
- timeSeriesIdColumnNames?: string[];
2015
- useStl?: UseStl;
2016
- }
2017
-
2018
1865
  // @public (undocumented)
2019
1866
  export interface FqdnEndpoint {
2020
1867
  // (undocumented)
@@ -2047,21 +1894,14 @@ export interface FqdnEndpointsProperties {
2047
1894
  export type Goal = string;
2048
1895
 
2049
1896
  // @public
2050
- export type GridSamplingAlgorithm = SamplingAlgorithm & {
1897
+ export interface GridSamplingAlgorithm extends SamplingAlgorithm {
2051
1898
  samplingAlgorithmType: "Grid";
2052
- };
2053
-
2054
- // @public (undocumented)
2055
- export type HdfsDatastore = DatastoreDetails & {
2056
- hdfsServerCertificate?: string;
2057
- nameNodeAddress: string;
2058
- protocol?: string;
2059
- };
1899
+ }
2060
1900
 
2061
1901
  // @public
2062
- export type HDInsight = Compute & HDInsightSchema & {
1902
+ export interface HDInsight extends Compute, HDInsightSchema {
2063
1903
  computeType: "HDInsight";
2064
- };
1904
+ }
2065
1905
 
2066
1906
  // @public
2067
1907
  export interface HDInsightProperties {
@@ -2076,10 +1916,10 @@ export interface HDInsightSchema {
2076
1916
  }
2077
1917
 
2078
1918
  // @public
2079
- export type IdAssetReference = AssetReferenceBase & {
2080
- referenceType: "Id";
1919
+ export interface IdAssetReference extends AssetReferenceBase {
2081
1920
  assetId: string;
2082
- };
1921
+ referenceType: "Id";
1922
+ }
2083
1923
 
2084
1924
  // @public
2085
1925
  export interface IdentityConfiguration {
@@ -2097,198 +1937,6 @@ export interface IdentityForCmk {
2097
1937
  userAssignedIdentity?: string;
2098
1938
  }
2099
1939
 
2100
- // @public
2101
- export type ImageClassification = ImageClassificationBase & AutoMLVertical & {
2102
- taskType: "ImageClassification";
2103
- primaryMetric?: ClassificationPrimaryMetrics;
2104
- };
2105
-
2106
- // @public (undocumented)
2107
- export type ImageClassificationBase = ImageVertical & {
2108
- modelSettings?: ImageModelSettingsClassification;
2109
- searchSpace?: ImageModelDistributionSettingsClassification[];
2110
- };
2111
-
2112
- // @public
2113
- export type ImageClassificationMultilabel = ImageClassificationBase & AutoMLVertical & {
2114
- taskType: "ImageClassificationMultilabel";
2115
- primaryMetric?: ClassificationMultilabelPrimaryMetrics;
2116
- };
2117
-
2118
- // @public
2119
- export type ImageInstanceSegmentation = ImageObjectDetectionBase & AutoMLVertical & {
2120
- taskType: "ImageInstanceSegmentation";
2121
- primaryMetric?: InstanceSegmentationPrimaryMetrics;
2122
- };
2123
-
2124
- // @public
2125
- export interface ImageLimitSettings {
2126
- maxConcurrentTrials?: number;
2127
- maxTrials?: number;
2128
- timeout?: string;
2129
- }
2130
-
2131
- // @public
2132
- export interface ImageModelDistributionSettings {
2133
- amsGradient?: string;
2134
- augmentations?: string;
2135
- beta1?: string;
2136
- beta2?: string;
2137
- distributed?: string;
2138
- earlyStopping?: string;
2139
- earlyStoppingDelay?: string;
2140
- earlyStoppingPatience?: string;
2141
- enableOnnxNormalization?: string;
2142
- evaluationFrequency?: string;
2143
- gradientAccumulationStep?: string;
2144
- layersToFreeze?: string;
2145
- learningRate?: string;
2146
- learningRateScheduler?: string;
2147
- modelName?: string;
2148
- momentum?: string;
2149
- nesterov?: string;
2150
- numberOfEpochs?: string;
2151
- numberOfWorkers?: string;
2152
- optimizer?: string;
2153
- randomSeed?: string;
2154
- splitRatio?: string;
2155
- stepLRGamma?: string;
2156
- stepLRStepSize?: string;
2157
- trainingBatchSize?: string;
2158
- validationBatchSize?: string;
2159
- warmupCosineLRCycles?: string;
2160
- warmupCosineLRWarmupEpochs?: string;
2161
- weightDecay?: string;
2162
- }
2163
-
2164
- // @public
2165
- export type ImageModelDistributionSettingsClassification = ImageModelDistributionSettings & {
2166
- trainingCropSize?: string;
2167
- validationCropSize?: string;
2168
- validationResizeSize?: string;
2169
- weightedLoss?: string;
2170
- };
2171
-
2172
- // @public
2173
- export type ImageModelDistributionSettingsObjectDetection = ImageModelDistributionSettings & {
2174
- boxDetectionsPerImage?: string;
2175
- boxScoreThreshold?: string;
2176
- imageSize?: string;
2177
- maxSize?: string;
2178
- minSize?: string;
2179
- modelSize?: string;
2180
- multiScale?: string;
2181
- nmsIouThreshold?: string;
2182
- tileGridSize?: string;
2183
- tileOverlapRatio?: string;
2184
- tilePredictionsNmsThreshold?: string;
2185
- validationIouThreshold?: string;
2186
- validationMetricType?: string;
2187
- };
2188
-
2189
- // @public
2190
- export interface ImageModelSettings {
2191
- advancedSettings?: string;
2192
- amsGradient?: boolean;
2193
- augmentations?: string;
2194
- beta1?: number;
2195
- beta2?: number;
2196
- checkpointDatasetId?: string;
2197
- checkpointFilename?: string;
2198
- checkpointFrequency?: number;
2199
- checkpointRunId?: string;
2200
- distributed?: boolean;
2201
- earlyStopping?: boolean;
2202
- earlyStoppingDelay?: number;
2203
- earlyStoppingPatience?: number;
2204
- enableOnnxNormalization?: boolean;
2205
- evaluationFrequency?: number;
2206
- gradientAccumulationStep?: number;
2207
- layersToFreeze?: number;
2208
- learningRate?: number;
2209
- learningRateScheduler?: LearningRateScheduler;
2210
- modelName?: string;
2211
- momentum?: number;
2212
- nesterov?: boolean;
2213
- numberOfEpochs?: number;
2214
- numberOfWorkers?: number;
2215
- optimizer?: StochasticOptimizer;
2216
- randomSeed?: number;
2217
- splitRatio?: number;
2218
- stepLRGamma?: number;
2219
- stepLRStepSize?: number;
2220
- trainingBatchSize?: number;
2221
- validationBatchSize?: number;
2222
- warmupCosineLRCycles?: number;
2223
- warmupCosineLRWarmupEpochs?: number;
2224
- weightDecay?: number;
2225
- }
2226
-
2227
- // @public
2228
- export type ImageModelSettingsClassification = ImageModelSettings & {
2229
- trainingCropSize?: number;
2230
- validationCropSize?: number;
2231
- validationResizeSize?: number;
2232
- weightedLoss?: number;
2233
- };
2234
-
2235
- // @public
2236
- export type ImageModelSettingsObjectDetection = ImageModelSettings & {
2237
- boxDetectionsPerImage?: number;
2238
- boxScoreThreshold?: number;
2239
- imageSize?: number;
2240
- maxSize?: number;
2241
- minSize?: number;
2242
- modelSize?: ModelSize;
2243
- multiScale?: boolean;
2244
- nmsIouThreshold?: number;
2245
- tileGridSize?: string;
2246
- tileOverlapRatio?: number;
2247
- tilePredictionsNmsThreshold?: number;
2248
- validationIouThreshold?: number;
2249
- validationMetricType?: ValidationMetricType;
2250
- };
2251
-
2252
- // @public
2253
- export type ImageObjectDetection = ImageObjectDetectionBase & AutoMLVertical & {
2254
- taskType: "ImageObjectDetection";
2255
- primaryMetric?: ObjectDetectionPrimaryMetrics;
2256
- };
2257
-
2258
- // @public (undocumented)
2259
- export type ImageObjectDetectionBase = ImageVertical & {
2260
- modelSettings?: ImageModelSettingsObjectDetection;
2261
- searchSpace?: ImageModelDistributionSettingsObjectDetection[];
2262
- };
2263
-
2264
- // @public
2265
- export interface ImageSweepLimitSettings {
2266
- maxConcurrentTrials?: number;
2267
- maxTrials?: number;
2268
- }
2269
-
2270
- // @public
2271
- export interface ImageSweepSettings {
2272
- earlyTermination?: EarlyTerminationPolicyUnion;
2273
- limits: ImageSweepLimitSettings;
2274
- samplingAlgorithm: SamplingAlgorithmType;
2275
- }
2276
-
2277
- // @public
2278
- export interface ImageVertical {
2279
- dataSettings: ImageVerticalDataSettings;
2280
- limitSettings: ImageLimitSettings;
2281
- sweepSettings?: ImageSweepSettings;
2282
- }
2283
-
2284
- // @public
2285
- export type ImageVerticalDataSettings = DataSettings & {
2286
- validationData?: ImageVerticalValidationDataSettings;
2287
- };
2288
-
2289
- // @public (undocumented)
2290
- export type ImageVerticalValidationDataSettings = ValidationDataSettings & {};
2291
-
2292
1940
  // @public (undocumented)
2293
1941
  export interface InferenceContainerProperties {
2294
1942
  livenessRoute?: Route;
@@ -2299,13 +1947,10 @@ export interface InferenceContainerProperties {
2299
1947
  // @public
2300
1948
  export type InputDeliveryMode = string;
2301
1949
 
2302
- // @public
2303
- export type InstanceSegmentationPrimaryMetrics = string;
2304
-
2305
1950
  // @public
2306
1951
  export interface InstanceTypeSchema {
2307
1952
  nodeSelector?: {
2308
- [propertyName: string]: string;
1953
+ [propertyName: string]: string | null;
2309
1954
  };
2310
1955
  resources?: InstanceTypeSchemaResources;
2311
1956
  }
@@ -2321,45 +1966,44 @@ export interface InstanceTypeSchemaResources {
2321
1966
  }
2322
1967
 
2323
1968
  // @public
2324
- export type JobBaseData = Resource & {
2325
- properties: JobBaseDetailsUnion;
2326
- };
1969
+ export interface JobBase extends Resource {
1970
+ properties: JobBasePropertiesUnion;
1971
+ }
2327
1972
 
2328
1973
  // @public
2329
- export type JobBaseDetails = ResourceBase & {
1974
+ export interface JobBaseProperties extends ResourceBase {
2330
1975
  computeId?: string;
2331
1976
  displayName?: string;
2332
1977
  experimentName?: string;
2333
1978
  identity?: IdentityConfigurationUnion;
2334
1979
  isArchived?: boolean;
2335
1980
  jobType: JobType;
2336
- schedule?: ScheduleBaseUnion;
2337
1981
  services?: {
2338
1982
  [propertyName: string]: JobService | null;
2339
1983
  };
2340
1984
  readonly status?: JobStatus;
2341
- };
1985
+ }
2342
1986
 
2343
1987
  // @public (undocumented)
2344
- export type JobBaseDetailsUnion = JobBaseDetails | AutoMLJob | CommandJob | PipelineJob | SweepJob;
1988
+ export type JobBasePropertiesUnion = JobBaseProperties | CommandJob | PipelineJob | SweepJob;
2345
1989
 
2346
1990
  // @public
2347
1991
  export interface JobBaseResourceArmPaginatedResult {
2348
1992
  nextLink?: string;
2349
- value?: JobBaseData[];
1993
+ value?: JobBase[];
2350
1994
  }
2351
1995
 
2352
1996
  // @public
2353
1997
  export interface JobInput {
2354
1998
  description?: string;
2355
- jobInputType: "MLTable" | "CustomModel" | "Literal" | "MLFlowModel" | "TritonModel" | "UriFile" | "UriFolder";
1999
+ jobInputType: "custom_model" | "literal" | "mlflow_model" | "mltable" | "triton_model" | "uri_file" | "uri_folder";
2356
2000
  }
2357
2001
 
2358
2002
  // @public
2359
2003
  export type JobInputType = string;
2360
2004
 
2361
2005
  // @public (undocumented)
2362
- export type JobInputUnion = JobInput | MLTableJobInput | CustomModelJobInput | LiteralJobInput | MLFlowModelJobInput | TritonModelJobInput | UriFileJobInput | UriFolderJobInput;
2006
+ export type JobInputUnion = JobInput | CustomModelJobInput | LiteralJobInput | MLFlowModelJobInput | MLTableJobInput | TritonModelJobInput | UriFileJobInput | UriFolderJobInput;
2363
2007
 
2364
2008
  // @public (undocumented)
2365
2009
  export interface JobLimits {
@@ -2376,7 +2020,7 @@ export type JobLimitsUnion = JobLimits | CommandJobLimits | SweepJobLimits;
2376
2020
  // @public
2377
2021
  export interface JobOutput {
2378
2022
  description?: string;
2379
- jobOutputType: "CustomModel" | "MLFlowModel" | "MLTable" | "TritonModel" | "UriFile" | "UriFolder";
2023
+ jobOutputType: "custom_model" | "mlflow_model" | "mltable" | "triton_model" | "uri_file" | "uri_folder";
2380
2024
  }
2381
2025
 
2382
2026
  // @public
@@ -2387,16 +2031,25 @@ export type JobOutputUnion = JobOutput | CustomModelJobOutput | MLFlowModelJobOu
2387
2031
 
2388
2032
  // @public
2389
2033
  export interface Jobs {
2034
+ beginCancel(resourceGroupName: string, workspaceName: string, id: string, options?: JobsCancelOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2035
+ beginCancelAndWait(resourceGroupName: string, workspaceName: string, id: string, options?: JobsCancelOptionalParams): Promise<void>;
2390
2036
  beginDelete(resourceGroupName: string, workspaceName: string, id: string, options?: JobsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2391
2037
  beginDeleteAndWait(resourceGroupName: string, workspaceName: string, id: string, options?: JobsDeleteOptionalParams): Promise<void>;
2392
- cancel(resourceGroupName: string, workspaceName: string, id: string, options?: JobsCancelOptionalParams): Promise<void>;
2393
- createOrUpdate(resourceGroupName: string, workspaceName: string, id: string, body: JobBaseData, options?: JobsCreateOrUpdateOptionalParams): Promise<JobsCreateOrUpdateResponse>;
2038
+ createOrUpdate(resourceGroupName: string, workspaceName: string, id: string, body: JobBase, options?: JobsCreateOrUpdateOptionalParams): Promise<JobsCreateOrUpdateResponse>;
2394
2039
  get(resourceGroupName: string, workspaceName: string, id: string, options?: JobsGetOptionalParams): Promise<JobsGetResponse>;
2395
- list(resourceGroupName: string, workspaceName: string, options?: JobsListOptionalParams): PagedAsyncIterableIterator<JobBaseData>;
2040
+ list(resourceGroupName: string, workspaceName: string, options?: JobsListOptionalParams): PagedAsyncIterableIterator<JobBase>;
2041
+ }
2042
+
2043
+ // @public
2044
+ export interface JobsCancelHeaders {
2045
+ location?: string;
2046
+ retryAfter?: number;
2396
2047
  }
2397
2048
 
2398
2049
  // @public
2399
2050
  export interface JobsCancelOptionalParams extends coreClient.OperationOptions {
2051
+ resumeFrom?: string;
2052
+ updateIntervalInMs?: number;
2400
2053
  }
2401
2054
 
2402
2055
  // @public
@@ -2404,7 +2057,7 @@ export interface JobsCreateOrUpdateOptionalParams extends coreClient.OperationOp
2404
2057
  }
2405
2058
 
2406
2059
  // @public
2407
- export type JobsCreateOrUpdateResponse = JobBaseData;
2060
+ export type JobsCreateOrUpdateResponse = JobBase;
2408
2061
 
2409
2062
  // @public
2410
2063
  export interface JobsDeleteHeaders {
@@ -2436,14 +2089,12 @@ export interface JobsGetOptionalParams extends coreClient.OperationOptions {
2436
2089
  }
2437
2090
 
2438
2091
  // @public
2439
- export type JobsGetResponse = JobBaseData;
2092
+ export type JobsGetResponse = JobBase;
2440
2093
 
2441
2094
  // @public
2442
2095
  export interface JobsListNextOptionalParams extends coreClient.OperationOptions {
2443
2096
  jobType?: string;
2444
2097
  listViewType?: ListViewType;
2445
- scheduled?: boolean;
2446
- scheduleId?: string;
2447
2098
  skip?: string;
2448
2099
  tag?: string;
2449
2100
  }
@@ -2455,8 +2106,6 @@ export type JobsListNextResponse = JobBaseResourceArmPaginatedResult;
2455
2106
  export interface JobsListOptionalParams extends coreClient.OperationOptions {
2456
2107
  jobType?: string;
2457
2108
  listViewType?: ListViewType;
2458
- scheduled?: boolean;
2459
- scheduleId?: string;
2460
2109
  skip?: string;
2461
2110
  tag?: string;
2462
2111
  }
@@ -2470,516 +2119,275 @@ export type JobStatus = string;
2470
2119
  // @public
2471
2120
  export type JobType = string;
2472
2121
 
2473
- // @public (undocumented)
2474
- export interface KerberosCredentials {
2475
- kerberosKdcAddress: string;
2476
- kerberosPrincipal: string;
2477
- kerberosRealm: string;
2478
- }
2479
-
2480
- // @public (undocumented)
2481
- export type KerberosKeytabCredentials = KerberosCredentials & DatastoreCredentials & {
2482
- secrets: KerberosKeytabSecrets;
2483
- };
2484
-
2485
- // @public (undocumented)
2486
- export type KerberosKeytabSecrets = DatastoreSecrets & {
2487
- secretsType: "KerberosKeytab";
2488
- kerberosKeytab?: string;
2489
- };
2490
-
2491
- // @public (undocumented)
2492
- export type KerberosPasswordCredentials = KerberosCredentials & DatastoreCredentials & {
2493
- secrets: KerberosPasswordSecrets;
2494
- };
2495
-
2496
- // @public (undocumented)
2497
- export type KerberosPasswordSecrets = DatastoreSecrets & {
2498
- secretsType: "KerberosPassword";
2499
- kerberosPassword?: string;
2500
- };
2501
-
2502
2122
  // @public
2503
2123
  type KeyType_2 = string;
2504
2124
  export { KeyType_2 as KeyType }
2505
2125
 
2506
2126
  // @public
2507
2127
  export enum KnownAllocationState {
2508
- // (undocumented)
2509
2128
  Resizing = "Resizing",
2510
- // (undocumented)
2511
2129
  Steady = "Steady"
2512
2130
  }
2513
2131
 
2514
2132
  // @public
2515
2133
  export enum KnownApplicationSharingPolicy {
2516
- // (undocumented)
2517
2134
  Personal = "Personal",
2518
- // (undocumented)
2519
2135
  Shared = "Shared"
2520
2136
  }
2521
2137
 
2522
2138
  // @public
2523
2139
  export enum KnownAutosave {
2524
- // (undocumented)
2525
2140
  Local = "Local",
2526
- // (undocumented)
2527
2141
  None = "None",
2528
- // (undocumented)
2529
2142
  Remote = "Remote"
2530
2143
  }
2531
2144
 
2532
2145
  // @public
2533
2146
  export enum KnownBatchLoggingLevel {
2534
- // (undocumented)
2535
2147
  Debug = "Debug",
2536
- // (undocumented)
2537
2148
  Info = "Info",
2538
- // (undocumented)
2539
2149
  Warning = "Warning"
2540
2150
  }
2541
2151
 
2542
2152
  // @public
2543
2153
  export enum KnownBatchOutputAction {
2544
- // (undocumented)
2545
2154
  AppendRow = "AppendRow",
2546
- // (undocumented)
2547
2155
  SummaryOnly = "SummaryOnly"
2548
2156
  }
2549
2157
 
2550
2158
  // @public
2551
2159
  export enum KnownBillingCurrency {
2552
- // (undocumented)
2553
2160
  USD = "USD"
2554
2161
  }
2555
2162
 
2556
2163
  // @public
2557
2164
  export enum KnownCaching {
2558
- // (undocumented)
2559
2165
  None = "None",
2560
- // (undocumented)
2561
2166
  ReadOnly = "ReadOnly",
2562
- // (undocumented)
2563
2167
  ReadWrite = "ReadWrite"
2564
2168
  }
2565
2169
 
2566
- // @public
2567
- export enum KnownClassificationModels {
2568
- BernoulliNaiveBayes = "BernoulliNaiveBayes",
2569
- DecisionTree = "DecisionTree",
2570
- ExtremeRandomTrees = "ExtremeRandomTrees",
2571
- GradientBoosting = "GradientBoosting",
2572
- KNN = "KNN",
2573
- LightGBM = "LightGBM",
2574
- LinearSVM = "LinearSVM",
2575
- LogisticRegression = "LogisticRegression",
2576
- MultinomialNaiveBayes = "MultinomialNaiveBayes",
2577
- RandomForest = "RandomForest",
2578
- SGD = "SGD",
2579
- SVM = "SVM",
2580
- XGBoostClassifier = "XGBoostClassifier"
2581
- }
2582
-
2583
- // @public
2584
- export enum KnownClassificationMultilabelPrimaryMetrics {
2585
- Accuracy = "Accuracy",
2586
- AUCWeighted = "AUCWeighted",
2587
- AveragePrecisionScoreWeighted = "AveragePrecisionScoreWeighted",
2588
- IOU = "IOU",
2589
- NormMacroRecall = "NormMacroRecall",
2590
- PrecisionScoreWeighted = "PrecisionScoreWeighted"
2591
- }
2592
-
2593
- // @public
2594
- export enum KnownClassificationPrimaryMetrics {
2595
- Accuracy = "Accuracy",
2596
- AUCWeighted = "AUCWeighted",
2597
- AveragePrecisionScoreWeighted = "AveragePrecisionScoreWeighted",
2598
- NormMacroRecall = "NormMacroRecall",
2599
- PrecisionScoreWeighted = "PrecisionScoreWeighted"
2600
- }
2601
-
2602
2170
  // @public
2603
2171
  export enum KnownClusterPurpose {
2604
- // (undocumented)
2605
2172
  DenseProd = "DenseProd",
2606
- // (undocumented)
2607
2173
  DevTest = "DevTest",
2608
- // (undocumented)
2609
2174
  FastProd = "FastProd"
2610
2175
  }
2611
2176
 
2612
2177
  // @public
2613
2178
  export enum KnownComputeInstanceAuthorizationType {
2614
- // (undocumented)
2615
2179
  Personal = "personal"
2616
2180
  }
2617
2181
 
2618
2182
  // @public
2619
2183
  export enum KnownComputeInstanceState {
2620
- // (undocumented)
2621
2184
  CreateFailed = "CreateFailed",
2622
- // (undocumented)
2623
2185
  Creating = "Creating",
2624
- // (undocumented)
2625
2186
  Deleting = "Deleting",
2626
- // (undocumented)
2627
2187
  JobRunning = "JobRunning",
2628
- // (undocumented)
2629
2188
  Restarting = "Restarting",
2630
- // (undocumented)
2631
2189
  Running = "Running",
2632
- // (undocumented)
2633
2190
  SettingUp = "SettingUp",
2634
- // (undocumented)
2635
2191
  SetupFailed = "SetupFailed",
2636
- // (undocumented)
2637
2192
  Starting = "Starting",
2638
- // (undocumented)
2639
2193
  Stopped = "Stopped",
2640
- // (undocumented)
2641
2194
  Stopping = "Stopping",
2642
- // (undocumented)
2643
2195
  Unknown = "Unknown",
2644
- // (undocumented)
2645
2196
  Unusable = "Unusable",
2646
- // (undocumented)
2647
2197
  UserSettingUp = "UserSettingUp",
2648
- // (undocumented)
2649
2198
  UserSetupFailed = "UserSetupFailed"
2650
2199
  }
2651
2200
 
2652
2201
  // @public
2653
2202
  export enum KnownComputePowerAction {
2654
- // (undocumented)
2655
2203
  Start = "Start",
2656
- // (undocumented)
2657
2204
  Stop = "Stop"
2658
2205
  }
2659
2206
 
2660
2207
  // @public
2661
2208
  export enum KnownComputeType {
2662
- // (undocumented)
2663
2209
  AKS = "AKS",
2664
- // (undocumented)
2665
2210
  AmlCompute = "AmlCompute",
2666
- // (undocumented)
2667
2211
  ComputeInstance = "ComputeInstance",
2668
- // (undocumented)
2669
2212
  Databricks = "Databricks",
2670
- // (undocumented)
2671
2213
  DataFactory = "DataFactory",
2672
- // (undocumented)
2673
2214
  DataLakeAnalytics = "DataLakeAnalytics",
2674
- // (undocumented)
2675
2215
  HDInsight = "HDInsight",
2676
- // (undocumented)
2677
2216
  Kubernetes = "Kubernetes",
2678
- // (undocumented)
2679
2217
  SynapseSpark = "SynapseSpark",
2680
- // (undocumented)
2681
2218
  VirtualMachine = "VirtualMachine"
2682
2219
  }
2683
2220
 
2221
+ // @public
2222
+ export enum KnownConnectionAuthType {
2223
+ ManagedIdentity = "ManagedIdentity",
2224
+ None = "None",
2225
+ PAT = "PAT",
2226
+ SAS = "SAS",
2227
+ UsernamePassword = "UsernamePassword"
2228
+ }
2229
+
2230
+ // @public
2231
+ export enum KnownConnectionCategory {
2232
+ ContainerRegistry = "ContainerRegistry",
2233
+ Git = "Git",
2234
+ PythonFeed = "PythonFeed"
2235
+ }
2236
+
2684
2237
  // @public
2685
2238
  export enum KnownContainerType {
2686
- // (undocumented)
2687
2239
  InferenceServer = "InferenceServer",
2688
- // (undocumented)
2689
2240
  StorageInitializer = "StorageInitializer"
2690
2241
  }
2691
2242
 
2692
2243
  // @public
2693
2244
  export enum KnownCreatedByType {
2694
- // (undocumented)
2695
2245
  Application = "Application",
2696
- // (undocumented)
2697
2246
  Key = "Key",
2698
- // (undocumented)
2699
2247
  ManagedIdentity = "ManagedIdentity",
2700
- // (undocumented)
2701
2248
  User = "User"
2702
2249
  }
2703
2250
 
2704
2251
  // @public
2705
2252
  export enum KnownCredentialsType {
2706
- // (undocumented)
2707
2253
  AccountKey = "AccountKey",
2708
- // (undocumented)
2709
2254
  Certificate = "Certificate",
2710
- // (undocumented)
2711
- KerberosKeytab = "KerberosKeytab",
2712
- // (undocumented)
2713
- KerberosPassword = "KerberosPassword",
2714
- // (undocumented)
2715
2255
  None = "None",
2716
- // (undocumented)
2717
2256
  Sas = "Sas",
2718
- // (undocumented)
2719
2257
  ServicePrincipal = "ServicePrincipal"
2720
2258
  }
2721
2259
 
2722
2260
  // @public
2723
2261
  export enum KnownDatastoreType {
2724
- // (undocumented)
2725
2262
  AzureBlob = "AzureBlob",
2726
- // (undocumented)
2727
2263
  AzureDataLakeGen1 = "AzureDataLakeGen1",
2728
- // (undocumented)
2729
2264
  AzureDataLakeGen2 = "AzureDataLakeGen2",
2730
- // (undocumented)
2731
- AzureFile = "AzureFile",
2732
- // (undocumented)
2733
- Hdfs = "Hdfs"
2265
+ AzureFile = "AzureFile"
2734
2266
  }
2735
2267
 
2736
2268
  // @public
2737
2269
  export enum KnownDataType {
2738
- // (undocumented)
2739
- MLTable = "MLTable",
2740
- // (undocumented)
2741
- UriFile = "UriFile",
2742
- // (undocumented)
2743
- UriFolder = "UriFolder"
2270
+ Mltable = "mltable",
2271
+ UriFile = "uri_file",
2272
+ UriFolder = "uri_folder"
2744
2273
  }
2745
2274
 
2746
2275
  // @public
2747
2276
  export enum KnownDeploymentProvisioningState {
2748
- // (undocumented)
2749
2277
  Canceled = "Canceled",
2750
- // (undocumented)
2751
2278
  Creating = "Creating",
2752
- // (undocumented)
2753
2279
  Deleting = "Deleting",
2754
- // (undocumented)
2755
2280
  Failed = "Failed",
2756
- // (undocumented)
2757
2281
  Scaling = "Scaling",
2758
- // (undocumented)
2759
2282
  Succeeded = "Succeeded",
2760
- // (undocumented)
2761
2283
  Updating = "Updating"
2762
2284
  }
2763
2285
 
2764
2286
  // @public
2765
2287
  export enum KnownDiagnoseResultLevel {
2766
- // (undocumented)
2767
2288
  Error = "Error",
2768
- // (undocumented)
2769
2289
  Information = "Information",
2770
- // (undocumented)
2771
2290
  Warning = "Warning"
2772
2291
  }
2773
2292
 
2774
2293
  // @public
2775
2294
  export enum KnownDistributionType {
2776
- // (undocumented)
2777
2295
  Mpi = "Mpi",
2778
- // (undocumented)
2779
2296
  PyTorch = "PyTorch",
2780
- // (undocumented)
2781
2297
  TensorFlow = "TensorFlow"
2782
2298
  }
2783
2299
 
2784
2300
  // @public
2785
2301
  export enum KnownEarlyTerminationPolicyType {
2786
- // (undocumented)
2787
2302
  Bandit = "Bandit",
2788
- // (undocumented)
2789
2303
  MedianStopping = "MedianStopping",
2790
- // (undocumented)
2791
2304
  TruncationSelection = "TruncationSelection"
2792
2305
  }
2793
2306
 
2794
- // @public
2795
- export enum KnownEgressPublicNetworkAccessType {
2796
- // (undocumented)
2797
- Disabled = "Disabled",
2798
- // (undocumented)
2799
- Enabled = "Enabled"
2800
- }
2801
-
2802
2307
  // @public
2803
2308
  export enum KnownEncryptionStatus {
2804
- // (undocumented)
2805
2309
  Disabled = "Disabled",
2806
- // (undocumented)
2807
2310
  Enabled = "Enabled"
2808
2311
  }
2809
2312
 
2810
2313
  // @public
2811
2314
  export enum KnownEndpointAuthMode {
2812
- // (undocumented)
2813
2315
  AADToken = "AADToken",
2814
- // (undocumented)
2815
2316
  AMLToken = "AMLToken",
2816
- // (undocumented)
2817
2317
  Key = "Key"
2818
2318
  }
2819
2319
 
2820
2320
  // @public
2821
2321
  export enum KnownEndpointComputeType {
2822
- // (undocumented)
2823
2322
  AzureMLCompute = "AzureMLCompute",
2824
- // (undocumented)
2825
2323
  Kubernetes = "Kubernetes",
2826
- // (undocumented)
2827
2324
  Managed = "Managed"
2828
2325
  }
2829
2326
 
2830
2327
  // @public
2831
2328
  export enum KnownEndpointProvisioningState {
2832
- // (undocumented)
2833
2329
  Canceled = "Canceled",
2834
- // (undocumented)
2835
2330
  Creating = "Creating",
2836
- // (undocumented)
2837
2331
  Deleting = "Deleting",
2838
- // (undocumented)
2839
2332
  Failed = "Failed",
2840
- // (undocumented)
2841
2333
  Succeeded = "Succeeded",
2842
- // (undocumented)
2843
2334
  Updating = "Updating"
2844
2335
  }
2845
2336
 
2846
2337
  // @public
2847
2338
  export enum KnownEnvironmentType {
2848
- // (undocumented)
2849
2339
  Curated = "Curated",
2850
- // (undocumented)
2851
2340
  UserCreated = "UserCreated"
2852
2341
  }
2853
2342
 
2854
- // @public
2855
- export enum KnownFeatureLags {
2856
- Auto = "Auto",
2857
- None = "None"
2858
- }
2859
-
2860
- // @public
2861
- export enum KnownFeaturizationMode {
2862
- Auto = "Auto",
2863
- Custom = "Custom",
2864
- Off = "Off"
2865
- }
2866
-
2867
- // @public
2868
- export enum KnownForecastHorizonMode {
2869
- Auto = "Auto",
2870
- Custom = "Custom"
2871
- }
2872
-
2873
- // @public
2874
- export enum KnownForecastingModels {
2875
- Arimax = "Arimax",
2876
- AutoArima = "AutoArima",
2877
- Average = "Average",
2878
- DecisionTree = "DecisionTree",
2879
- ElasticNet = "ElasticNet",
2880
- ExponentialSmoothing = "ExponentialSmoothing",
2881
- ExtremeRandomTrees = "ExtremeRandomTrees",
2882
- GradientBoosting = "GradientBoosting",
2883
- KNN = "KNN",
2884
- LassoLars = "LassoLars",
2885
- LightGBM = "LightGBM",
2886
- Naive = "Naive",
2887
- Prophet = "Prophet",
2888
- RandomForest = "RandomForest",
2889
- SeasonalAverage = "SeasonalAverage",
2890
- SeasonalNaive = "SeasonalNaive",
2891
- SGD = "SGD",
2892
- TCNForecaster = "TCNForecaster",
2893
- XGBoostRegressor = "XGBoostRegressor"
2894
- }
2895
-
2896
- // @public
2897
- export enum KnownForecastingPrimaryMetrics {
2898
- NormalizedMeanAbsoluteError = "NormalizedMeanAbsoluteError",
2899
- NormalizedRootMeanSquaredError = "NormalizedRootMeanSquaredError",
2900
- R2Score = "R2Score",
2901
- SpearmanCorrelation = "SpearmanCorrelation"
2902
- }
2903
-
2904
2343
  // @public
2905
2344
  export enum KnownGoal {
2906
- // (undocumented)
2907
2345
  Maximize = "Maximize",
2908
- // (undocumented)
2909
2346
  Minimize = "Minimize"
2910
2347
  }
2911
2348
 
2912
2349
  // @public
2913
2350
  export enum KnownIdentityConfigurationType {
2914
- // (undocumented)
2915
2351
  AMLToken = "AMLToken",
2916
- // (undocumented)
2917
2352
  Managed = "Managed",
2918
- // (undocumented)
2919
2353
  UserIdentity = "UserIdentity"
2920
2354
  }
2921
2355
 
2922
2356
  // @public
2923
2357
  export enum KnownInputDeliveryMode {
2924
- // (undocumented)
2925
2358
  Direct = "Direct",
2926
- // (undocumented)
2927
2359
  Download = "Download",
2928
- // (undocumented)
2929
2360
  EvalDownload = "EvalDownload",
2930
- // (undocumented)
2931
2361
  EvalMount = "EvalMount",
2932
- // (undocumented)
2933
2362
  ReadOnlyMount = "ReadOnlyMount",
2934
- // (undocumented)
2935
2363
  ReadWriteMount = "ReadWriteMount"
2936
2364
  }
2937
2365
 
2938
- // @public
2939
- export enum KnownInstanceSegmentationPrimaryMetrics {
2940
- MeanAveragePrecision = "MeanAveragePrecision"
2941
- }
2942
-
2943
2366
  // @public
2944
2367
  export enum KnownJobInputType {
2945
- // (undocumented)
2946
- CustomModel = "CustomModel",
2947
- // (undocumented)
2948
- Literal = "Literal",
2949
- // (undocumented)
2950
- MLFlowModel = "MLFlowModel",
2951
- // (undocumented)
2952
- MLTable = "MLTable",
2953
- // (undocumented)
2954
- TritonModel = "TritonModel",
2955
- // (undocumented)
2956
- UriFile = "UriFile",
2957
- // (undocumented)
2958
- UriFolder = "UriFolder"
2368
+ CustomModel = "custom_model",
2369
+ Literal = "literal",
2370
+ MlflowModel = "mlflow_model",
2371
+ Mltable = "mltable",
2372
+ TritonModel = "triton_model",
2373
+ UriFile = "uri_file",
2374
+ UriFolder = "uri_folder"
2959
2375
  }
2960
2376
 
2961
2377
  // @public
2962
2378
  export enum KnownJobLimitsType {
2963
- // (undocumented)
2964
2379
  Command = "Command",
2965
- // (undocumented)
2966
2380
  Sweep = "Sweep"
2967
2381
  }
2968
2382
 
2969
2383
  // @public
2970
2384
  export enum KnownJobOutputType {
2971
- // (undocumented)
2972
- CustomModel = "CustomModel",
2973
- // (undocumented)
2974
- MLFlowModel = "MLFlowModel",
2975
- // (undocumented)
2976
- MLTable = "MLTable",
2977
- // (undocumented)
2978
- TritonModel = "TritonModel",
2979
- // (undocumented)
2980
- UriFile = "UriFile",
2981
- // (undocumented)
2982
- UriFolder = "UriFolder"
2385
+ CustomModel = "custom_model",
2386
+ MlflowModel = "mlflow_model",
2387
+ Mltable = "mltable",
2388
+ TritonModel = "triton_model",
2389
+ UriFile = "uri_file",
2390
+ UriFolder = "uri_folder"
2983
2391
  }
2984
2392
 
2985
2393
  // @public
@@ -2996,422 +2404,228 @@ export enum KnownJobStatus {
2996
2404
  Provisioning = "Provisioning",
2997
2405
  Queued = "Queued",
2998
2406
  Running = "Running",
2999
- Scheduled = "Scheduled",
3000
2407
  Starting = "Starting",
3001
2408
  Unknown = "Unknown"
3002
2409
  }
3003
2410
 
3004
2411
  // @public
3005
2412
  export enum KnownJobType {
3006
- // (undocumented)
3007
- AutoML = "AutoML",
3008
- // (undocumented)
3009
2413
  Command = "Command",
3010
- // (undocumented)
3011
2414
  Pipeline = "Pipeline",
3012
- // (undocumented)
3013
2415
  Sweep = "Sweep"
3014
2416
  }
3015
2417
 
3016
2418
  // @public
3017
2419
  export enum KnownKeyType {
3018
- // (undocumented)
3019
2420
  Primary = "Primary",
3020
- // (undocumented)
3021
2421
  Secondary = "Secondary"
3022
2422
  }
3023
2423
 
3024
- // @public
3025
- export enum KnownLearningRateScheduler {
3026
- None = "None",
3027
- Step = "Step",
3028
- WarmupCosine = "WarmupCosine"
3029
- }
3030
-
3031
2424
  // @public
3032
2425
  export enum KnownListViewType {
3033
- // (undocumented)
3034
2426
  ActiveOnly = "ActiveOnly",
3035
- // (undocumented)
3036
2427
  All = "All",
3037
- // (undocumented)
3038
2428
  ArchivedOnly = "ArchivedOnly"
3039
2429
  }
3040
2430
 
3041
2431
  // @public
3042
2432
  export enum KnownLoadBalancerType {
3043
- // (undocumented)
3044
2433
  InternalLoadBalancer = "InternalLoadBalancer",
3045
- // (undocumented)
3046
2434
  PublicIp = "PublicIp"
3047
2435
  }
3048
2436
 
3049
- // @public
3050
- export enum KnownLogVerbosity {
3051
- Critical = "Critical",
3052
- Debug = "Debug",
3053
- Error = "Error",
3054
- Info = "Info",
3055
- NotSet = "NotSet",
3056
- Warning = "Warning"
3057
- }
3058
-
3059
2437
  // @public
3060
2438
  export enum KnownManagedServiceIdentityType {
3061
- // (undocumented)
3062
2439
  None = "None",
3063
- // (undocumented)
3064
2440
  SystemAssigned = "SystemAssigned",
3065
- // (undocumented)
3066
2441
  SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
3067
- // (undocumented)
3068
2442
  UserAssigned = "UserAssigned"
3069
2443
  }
3070
2444
 
3071
- // @public
3072
- export enum KnownModelSize {
3073
- ExtraLarge = "ExtraLarge",
3074
- Large = "Large",
3075
- Medium = "Medium",
3076
- None = "None",
3077
- Small = "Small"
3078
- }
3079
-
3080
- // @public
3081
- export enum KnownModelType {
3082
- // (undocumented)
3083
- CustomModel = "CustomModel",
3084
- // (undocumented)
3085
- MLFlowModel = "MLFlowModel",
3086
- // (undocumented)
3087
- TritonModel = "TritonModel"
3088
- }
3089
-
3090
2445
  // @public
3091
2446
  export enum KnownMountAction {
3092
- // (undocumented)
3093
2447
  Mount = "Mount",
3094
- // (undocumented)
3095
2448
  Unmount = "Unmount"
3096
2449
  }
3097
2450
 
3098
2451
  // @public
3099
2452
  export enum KnownMountState {
3100
- // (undocumented)
3101
2453
  Mounted = "Mounted",
3102
- // (undocumented)
3103
2454
  MountFailed = "MountFailed",
3104
- // (undocumented)
3105
2455
  MountRequested = "MountRequested",
3106
- // (undocumented)
3107
2456
  Unmounted = "Unmounted",
3108
- // (undocumented)
3109
2457
  UnmountFailed = "UnmountFailed",
3110
- // (undocumented)
3111
2458
  UnmountRequested = "UnmountRequested"
3112
2459
  }
3113
2460
 
3114
- // @public
3115
- export enum KnownNCrossValidationsMode {
3116
- Auto = "Auto",
3117
- Custom = "Custom"
3118
- }
3119
-
3120
2461
  // @public
3121
2462
  export enum KnownNetwork {
3122
- // (undocumented)
3123
2463
  Bridge = "Bridge",
3124
- // (undocumented)
3125
2464
  Host = "Host"
3126
2465
  }
3127
2466
 
3128
2467
  // @public
3129
2468
  export enum KnownNodeState {
3130
- // (undocumented)
3131
2469
  Idle = "idle",
3132
- // (undocumented)
3133
2470
  Leaving = "leaving",
3134
- // (undocumented)
3135
2471
  Preempted = "preempted",
3136
- // (undocumented)
3137
2472
  Preparing = "preparing",
3138
- // (undocumented)
3139
2473
  Running = "running",
3140
- // (undocumented)
3141
2474
  Unusable = "unusable"
3142
2475
  }
3143
2476
 
3144
- // @public
3145
- export enum KnownObjectDetectionPrimaryMetrics {
3146
- MeanAveragePrecision = "MeanAveragePrecision"
3147
- }
3148
-
3149
2477
  // @public
3150
2478
  export enum KnownOperatingSystemType {
3151
- // (undocumented)
3152
2479
  Linux = "Linux",
3153
- // (undocumented)
3154
2480
  Windows = "Windows"
3155
2481
  }
3156
2482
 
3157
2483
  // @public
3158
2484
  export enum KnownOperationName {
3159
- // (undocumented)
3160
2485
  Create = "Create",
3161
- // (undocumented)
3162
2486
  Delete = "Delete",
3163
- // (undocumented)
3164
2487
  Reimage = "Reimage",
3165
- // (undocumented)
3166
2488
  Restart = "Restart",
3167
- // (undocumented)
3168
2489
  Start = "Start",
3169
- // (undocumented)
3170
2490
  Stop = "Stop"
3171
2491
  }
3172
2492
 
3173
2493
  // @public
3174
2494
  export enum KnownOperationStatus {
3175
- // (undocumented)
3176
2495
  CreateFailed = "CreateFailed",
3177
- // (undocumented)
3178
2496
  DeleteFailed = "DeleteFailed",
3179
- // (undocumented)
3180
2497
  InProgress = "InProgress",
3181
- // (undocumented)
3182
2498
  ReimageFailed = "ReimageFailed",
3183
- // (undocumented)
3184
2499
  RestartFailed = "RestartFailed",
3185
- // (undocumented)
3186
2500
  StartFailed = "StartFailed",
3187
- // (undocumented)
3188
2501
  StopFailed = "StopFailed",
3189
- // (undocumented)
3190
2502
  Succeeded = "Succeeded"
3191
2503
  }
3192
2504
 
3193
2505
  // @public
3194
2506
  export enum KnownOperationTrigger {
3195
- // (undocumented)
3196
2507
  IdleShutdown = "IdleShutdown",
3197
- // (undocumented)
3198
2508
  Schedule = "Schedule",
3199
- // (undocumented)
3200
2509
  User = "User"
3201
2510
  }
3202
2511
 
3203
2512
  // @public
3204
2513
  export enum KnownOrderString {
3205
- // (undocumented)
3206
2514
  CreatedAtAsc = "CreatedAtAsc",
3207
- // (undocumented)
3208
2515
  CreatedAtDesc = "CreatedAtDesc",
3209
- // (undocumented)
3210
2516
  UpdatedAtAsc = "UpdatedAtAsc",
3211
- // (undocumented)
3212
2517
  UpdatedAtDesc = "UpdatedAtDesc"
3213
2518
  }
3214
2519
 
3215
2520
  // @public
3216
2521
  export enum KnownOsType {
3217
- // (undocumented)
3218
2522
  Linux = "Linux",
3219
- // (undocumented)
3220
2523
  Windows = "Windows"
3221
2524
  }
3222
2525
 
3223
2526
  // @public
3224
2527
  export enum KnownOutputDeliveryMode {
3225
- // (undocumented)
3226
2528
  ReadWriteMount = "ReadWriteMount",
3227
- // (undocumented)
3228
2529
  Upload = "Upload"
3229
2530
  }
3230
2531
 
3231
2532
  // @public
3232
2533
  export enum KnownPrivateEndpointConnectionProvisioningState {
3233
- // (undocumented)
3234
2534
  Creating = "Creating",
3235
- // (undocumented)
3236
2535
  Deleting = "Deleting",
3237
- // (undocumented)
3238
2536
  Failed = "Failed",
3239
- // (undocumented)
3240
2537
  Succeeded = "Succeeded"
3241
2538
  }
3242
2539
 
3243
2540
  // @public
3244
2541
  export enum KnownPrivateEndpointServiceConnectionStatus {
3245
- // (undocumented)
3246
2542
  Approved = "Approved",
3247
- // (undocumented)
3248
2543
  Disconnected = "Disconnected",
3249
- // (undocumented)
3250
2544
  Pending = "Pending",
3251
- // (undocumented)
3252
2545
  Rejected = "Rejected",
3253
- // (undocumented)
3254
2546
  Timeout = "Timeout"
3255
2547
  }
3256
2548
 
3257
2549
  // @public
3258
2550
  export enum KnownProvisioningState {
3259
- // (undocumented)
3260
2551
  Canceled = "Canceled",
3261
- // (undocumented)
3262
2552
  Creating = "Creating",
3263
- // (undocumented)
3264
2553
  Deleting = "Deleting",
3265
- // (undocumented)
3266
2554
  Failed = "Failed",
3267
- // (undocumented)
3268
2555
  Succeeded = "Succeeded",
3269
- // (undocumented)
3270
2556
  Unknown = "Unknown",
3271
- // (undocumented)
3272
2557
  Updating = "Updating"
3273
2558
  }
3274
2559
 
3275
2560
  // @public
3276
2561
  export enum KnownProvisioningStatus {
3277
- // (undocumented)
3278
2562
  Completed = "Completed",
3279
- // (undocumented)
3280
2563
  Failed = "Failed",
3281
- // (undocumented)
3282
2564
  Provisioning = "Provisioning"
3283
2565
  }
3284
2566
 
3285
2567
  // @public
3286
2568
  export enum KnownPublicNetworkAccess {
3287
- // (undocumented)
3288
- Disabled = "Disabled",
3289
- // (undocumented)
3290
- Enabled = "Enabled"
3291
- }
3292
-
3293
- // @public
3294
- export enum KnownPublicNetworkAccessType {
3295
- // (undocumented)
3296
2569
  Disabled = "Disabled",
3297
- // (undocumented)
3298
2570
  Enabled = "Enabled"
3299
2571
  }
3300
2572
 
3301
2573
  // @public
3302
2574
  export enum KnownQuotaUnit {
3303
- // (undocumented)
3304
2575
  Count = "Count"
3305
2576
  }
3306
2577
 
3307
2578
  // @public
3308
2579
  export enum KnownRandomSamplingAlgorithmRule {
3309
- // (undocumented)
3310
2580
  Random = "Random",
3311
- // (undocumented)
3312
2581
  Sobol = "Sobol"
3313
2582
  }
3314
2583
 
3315
- // @public
3316
- export enum KnownRecurrenceFrequency {
3317
- Day = "Day",
3318
- Hour = "Hour",
3319
- Minute = "Minute",
3320
- Month = "Month",
3321
- Week = "Week"
3322
- }
3323
-
3324
2584
  // @public
3325
2585
  export enum KnownReferenceType {
3326
- // (undocumented)
3327
2586
  DataPath = "DataPath",
3328
- // (undocumented)
3329
2587
  Id = "Id",
3330
- // (undocumented)
3331
2588
  OutputPath = "OutputPath"
3332
2589
  }
3333
2590
 
3334
- // @public
3335
- export enum KnownRegressionModels {
3336
- DecisionTree = "DecisionTree",
3337
- ElasticNet = "ElasticNet",
3338
- ExtremeRandomTrees = "ExtremeRandomTrees",
3339
- GradientBoosting = "GradientBoosting",
3340
- KNN = "KNN",
3341
- LassoLars = "LassoLars",
3342
- LightGBM = "LightGBM",
3343
- RandomForest = "RandomForest",
3344
- SGD = "SGD",
3345
- XGBoostRegressor = "XGBoostRegressor"
3346
- }
3347
-
3348
- // @public
3349
- export enum KnownRegressionPrimaryMetrics {
3350
- NormalizedMeanAbsoluteError = "NormalizedMeanAbsoluteError",
3351
- NormalizedRootMeanSquaredError = "NormalizedRootMeanSquaredError",
3352
- R2Score = "R2Score",
3353
- SpearmanCorrelation = "SpearmanCorrelation"
3354
- }
3355
-
3356
2591
  // @public
3357
2592
  export enum KnownRemoteLoginPortPublicAccess {
3358
- // (undocumented)
3359
2593
  Disabled = "Disabled",
3360
- // (undocumented)
3361
2594
  Enabled = "Enabled",
3362
- // (undocumented)
3363
2595
  NotSpecified = "NotSpecified"
3364
2596
  }
3365
2597
 
3366
2598
  // @public
3367
2599
  export enum KnownSamplingAlgorithmType {
3368
- // (undocumented)
3369
2600
  Bayesian = "Bayesian",
3370
- // (undocumented)
3371
2601
  Grid = "Grid",
3372
- // (undocumented)
3373
2602
  Random = "Random"
3374
2603
  }
3375
2604
 
3376
2605
  // @public
3377
- export enum KnownScaleType {
3378
- // (undocumented)
3379
- Default = "Default",
3380
- // (undocumented)
3381
- TargetUtilization = "TargetUtilization"
3382
- }
3383
-
3384
- // @public
3385
- export enum KnownScheduleStatus {
3386
- Disabled = "Disabled",
3387
- Enabled = "Enabled"
2606
+ export enum KnownScaleType {
2607
+ Default = "Default",
2608
+ TargetUtilization = "TargetUtilization"
3388
2609
  }
3389
2610
 
3390
2611
  // @public
3391
- export enum KnownScheduleType {
3392
- Cron = "Cron",
3393
- Recurrence = "Recurrence"
2612
+ export enum KnownScheduleProvisioningState {
2613
+ Completed = "Completed",
2614
+ Failed = "Failed",
2615
+ Provisioning = "Provisioning"
3394
2616
  }
3395
2617
 
3396
2618
  // @public
3397
- export enum KnownSeasonalityMode {
3398
- Auto = "Auto",
3399
- Custom = "Custom"
2619
+ export enum KnownScheduleStatus {
2620
+ Disabled = "Disabled",
2621
+ Enabled = "Enabled"
3400
2622
  }
3401
2623
 
3402
2624
  // @public
3403
2625
  export enum KnownSecretsType {
3404
- // (undocumented)
3405
2626
  AccountKey = "AccountKey",
3406
- // (undocumented)
3407
2627
  Certificate = "Certificate",
3408
- // (undocumented)
3409
- KerberosKeytab = "KerberosKeytab",
3410
- // (undocumented)
3411
- KerberosPassword = "KerberosPassword",
3412
- // (undocumented)
3413
2628
  Sas = "Sas",
3414
- // (undocumented)
3415
2629
  ServicePrincipal = "ServicePrincipal"
3416
2630
  }
3417
2631
 
@@ -3422,232 +2636,101 @@ export enum KnownServiceDataAccessAuthIdentity {
3422
2636
  WorkspaceUserAssignedIdentity = "WorkspaceUserAssignedIdentity"
3423
2637
  }
3424
2638
 
3425
- // @public
3426
- export enum KnownShortSeriesHandlingConfiguration {
3427
- Auto = "Auto",
3428
- Drop = "Drop",
3429
- None = "None",
3430
- Pad = "Pad"
3431
- }
3432
-
3433
2639
  // @public
3434
2640
  export enum KnownSkuScaleType {
3435
- // (undocumented)
3436
2641
  Automatic = "Automatic",
3437
- // (undocumented)
3438
2642
  Manual = "Manual",
3439
- // (undocumented)
3440
2643
  None = "None"
3441
2644
  }
3442
2645
 
3443
2646
  // @public
3444
2647
  export enum KnownSourceType {
3445
- // (undocumented)
3446
2648
  Dataset = "Dataset",
3447
- // (undocumented)
3448
2649
  Datastore = "Datastore",
3449
- // (undocumented)
3450
2650
  URI = "URI"
3451
2651
  }
3452
2652
 
3453
2653
  // @public
3454
2654
  export enum KnownSshPublicAccess {
3455
- // (undocumented)
3456
2655
  Disabled = "Disabled",
3457
- // (undocumented)
3458
2656
  Enabled = "Enabled"
3459
2657
  }
3460
2658
 
3461
2659
  // @public
3462
- export enum KnownSslConfigurationStatus {
3463
- // (undocumented)
2660
+ export enum KnownSslConfigStatus {
3464
2661
  Auto = "Auto",
3465
- // (undocumented)
3466
2662
  Disabled = "Disabled",
3467
- // (undocumented)
3468
2663
  Enabled = "Enabled"
3469
2664
  }
3470
2665
 
3471
- // @public
3472
- export enum KnownStackMetaLearnerType {
3473
- ElasticNet = "ElasticNet",
3474
- ElasticNetCV = "ElasticNetCV",
3475
- // (undocumented)
3476
- LightGBMClassifier = "LightGBMClassifier",
3477
- // (undocumented)
3478
- LightGBMRegressor = "LightGBMRegressor",
3479
- // (undocumented)
3480
- LinearRegression = "LinearRegression",
3481
- LogisticRegression = "LogisticRegression",
3482
- LogisticRegressionCV = "LogisticRegressionCV",
3483
- // (undocumented)
3484
- None = "None"
3485
- }
3486
-
3487
2666
  // @public
3488
2667
  export enum KnownStatus {
3489
- // (undocumented)
3490
2668
  Failure = "Failure",
3491
- // (undocumented)
3492
2669
  InvalidQuotaBelowClusterMinimum = "InvalidQuotaBelowClusterMinimum",
3493
- // (undocumented)
3494
2670
  InvalidQuotaExceedsSubscriptionLimit = "InvalidQuotaExceedsSubscriptionLimit",
3495
- // (undocumented)
3496
2671
  InvalidVMFamilyName = "InvalidVMFamilyName",
3497
- // (undocumented)
3498
2672
  OperationNotEnabledForRegion = "OperationNotEnabledForRegion",
3499
- // (undocumented)
3500
2673
  OperationNotSupportedForSku = "OperationNotSupportedForSku",
3501
- // (undocumented)
3502
2674
  Success = "Success",
3503
- // (undocumented)
3504
2675
  Undefined = "Undefined"
3505
2676
  }
3506
2677
 
3507
- // @public
3508
- export enum KnownStochasticOptimizer {
3509
- Adam = "Adam",
3510
- Adamw = "Adamw",
3511
- None = "None",
3512
- Sgd = "Sgd"
3513
- }
3514
-
3515
2678
  // @public
3516
2679
  export enum KnownStorageAccountType {
3517
- // (undocumented)
3518
2680
  PremiumLRS = "Premium_LRS",
3519
- // (undocumented)
3520
2681
  StandardLRS = "Standard_LRS"
3521
2682
  }
3522
2683
 
3523
- // @public
3524
- export enum KnownTargetAggregationFunction {
3525
- // (undocumented)
3526
- Max = "Max",
3527
- // (undocumented)
3528
- Mean = "Mean",
3529
- // (undocumented)
3530
- Min = "Min",
3531
- None = "None",
3532
- // (undocumented)
3533
- Sum = "Sum"
3534
- }
3535
-
3536
- // @public
3537
- export enum KnownTargetLagsMode {
3538
- Auto = "Auto",
3539
- Custom = "Custom"
3540
- }
3541
-
3542
- // @public
3543
- export enum KnownTargetRollingWindowSizeMode {
3544
- Auto = "Auto",
3545
- Custom = "Custom"
3546
- }
3547
-
3548
- // @public
3549
- export enum KnownTaskType {
3550
- Classification = "Classification",
3551
- Forecasting = "Forecasting",
3552
- ImageClassification = "ImageClassification",
3553
- ImageClassificationMultilabel = "ImageClassificationMultilabel",
3554
- ImageInstanceSegmentation = "ImageInstanceSegmentation",
3555
- ImageObjectDetection = "ImageObjectDetection",
3556
- Regression = "Regression",
3557
- TextClassification = "TextClassification",
3558
- TextClassificationMultilabel = "TextClassificationMultilabel",
3559
- TextNER = "TextNER"
3560
- }
3561
-
3562
2684
  // @public
3563
2685
  export enum KnownUnderlyingResourceAction {
3564
- // (undocumented)
3565
2686
  Delete = "Delete",
3566
- // (undocumented)
3567
2687
  Detach = "Detach"
3568
2688
  }
3569
2689
 
3570
2690
  // @public
3571
2691
  export enum KnownUnitOfMeasure {
3572
- // (undocumented)
3573
2692
  OneHour = "OneHour"
3574
2693
  }
3575
2694
 
3576
2695
  // @public
3577
2696
  export enum KnownUsageUnit {
3578
- // (undocumented)
3579
2697
  Count = "Count"
3580
2698
  }
3581
2699
 
3582
- // @public
3583
- export enum KnownUseStl {
3584
- None = "None",
3585
- // (undocumented)
3586
- Season = "Season",
3587
- // (undocumented)
3588
- SeasonTrend = "SeasonTrend"
3589
- }
3590
-
3591
- // @public
3592
- export enum KnownValidationMetricType {
3593
- Coco = "Coco",
3594
- CocoVoc = "CocoVoc",
3595
- None = "None",
3596
- Voc = "Voc"
3597
- }
3598
-
3599
2700
  // @public
3600
2701
  export enum KnownValueFormat {
3601
- // (undocumented)
3602
2702
  Json = "JSON"
3603
2703
  }
3604
2704
 
3605
2705
  // @public
3606
2706
  export enum KnownVMPriceOSType {
3607
- // (undocumented)
3608
2707
  Linux = "Linux",
3609
- // (undocumented)
3610
2708
  Windows = "Windows"
3611
2709
  }
3612
2710
 
3613
2711
  // @public
3614
2712
  export enum KnownVmPriority {
3615
- // (undocumented)
3616
2713
  Dedicated = "Dedicated",
3617
- // (undocumented)
3618
2714
  LowPriority = "LowPriority"
3619
2715
  }
3620
2716
 
3621
2717
  // @public
3622
2718
  export enum KnownVMTier {
3623
- // (undocumented)
3624
2719
  LowPriority = "LowPriority",
3625
- // (undocumented)
3626
2720
  Spot = "Spot",
3627
- // (undocumented)
3628
2721
  Standard = "Standard"
3629
2722
  }
3630
2723
 
3631
2724
  // @public
3632
- export enum KnownWeekday {
3633
- Friday = "Friday",
3634
- Monday = "Monday",
3635
- Saturday = "Saturday",
3636
- Sunday = "Sunday",
3637
- Thursday = "Thursday",
3638
- Tuesday = "Tuesday",
3639
- Wednesday = "Wednesday"
3640
- }
3641
-
3642
- // @public
3643
- export type Kubernetes = Compute & KubernetesSchema & {
2725
+ export interface Kubernetes extends Compute, KubernetesSchema {
3644
2726
  computeType: "Kubernetes";
3645
- };
2727
+ }
3646
2728
 
3647
2729
  // @public
3648
- export type KubernetesOnlineDeployment = OnlineDeploymentDetails & {
2730
+ export interface KubernetesOnlineDeployment extends OnlineDeploymentProperties {
3649
2731
  containerResourceRequirements?: ContainerResourceRequirements;
3650
- };
2732
+ endpointComputeType: "Kubernetes";
2733
+ }
3651
2734
 
3652
2735
  // @public
3653
2736
  export interface KubernetesProperties {
@@ -3668,9 +2751,6 @@ export interface KubernetesSchema {
3668
2751
  properties?: KubernetesProperties;
3669
2752
  }
3670
2753
 
3671
- // @public
3672
- export type LearningRateScheduler = string;
3673
-
3674
2754
  // @public
3675
2755
  export interface ListAmlUserFeatureResult {
3676
2756
  readonly nextLink?: string;
@@ -3713,27 +2793,33 @@ export interface ListWorkspaceQuotas {
3713
2793
  }
3714
2794
 
3715
2795
  // @public
3716
- export type LiteralJobInput = JobInput & {
3717
- jobInputType: "Literal";
2796
+ export interface LiteralJobInput extends JobInput {
2797
+ jobInputType: "literal";
3718
2798
  value: string;
3719
- };
2799
+ }
3720
2800
 
3721
2801
  // @public
3722
2802
  export type LoadBalancerType = string;
3723
2803
 
3724
2804
  // @public
3725
- export type LogVerbosity = string;
3726
-
3727
- // @public
3728
- export type ManagedIdentity = IdentityConfiguration & {
3729
- identityType: "Managed";
2805
+ export interface ManagedIdentity extends IdentityConfiguration {
3730
2806
  clientId?: string;
2807
+ identityType: "Managed";
3731
2808
  objectId?: string;
3732
2809
  resourceId?: string;
3733
- };
2810
+ }
2811
+
2812
+ // @public (undocumented)
2813
+ export interface ManagedIdentityAuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {
2814
+ authType: "ManagedIdentity";
2815
+ // (undocumented)
2816
+ credentials?: WorkspaceConnectionManagedIdentity;
2817
+ }
3734
2818
 
3735
2819
  // @public
3736
- export type ManagedOnlineDeployment = OnlineDeploymentDetails & {};
2820
+ export interface ManagedOnlineDeployment extends OnlineDeploymentProperties {
2821
+ endpointComputeType: "Managed";
2822
+ }
3737
2823
 
3738
2824
  // @public
3739
2825
  export interface ManagedServiceIdentity {
@@ -3749,47 +2835,53 @@ export interface ManagedServiceIdentity {
3749
2835
  export type ManagedServiceIdentityType = string;
3750
2836
 
3751
2837
  // @public
3752
- export type MedianStoppingPolicy = EarlyTerminationPolicy & {
2838
+ export interface MedianStoppingPolicy extends EarlyTerminationPolicy {
3753
2839
  policyType: "MedianStopping";
3754
- };
2840
+ }
3755
2841
 
3756
2842
  // @public (undocumented)
3757
- export type MLFlowModelJobInput = AssetJobInput & JobInput & {};
2843
+ export interface MLFlowModelJobInput extends AssetJobInput, JobInput {
2844
+ }
3758
2845
 
3759
2846
  // @public (undocumented)
3760
- export type MLFlowModelJobOutput = AssetJobOutput & JobOutput & {};
2847
+ export interface MLFlowModelJobOutput extends AssetJobOutput, JobOutput {
2848
+ }
3761
2849
 
3762
2850
  // @public
3763
- export type MLTableData = DataVersionBaseDetails & {
2851
+ export interface MLTableData extends DataVersionBaseProperties {
2852
+ dataType: "mltable";
3764
2853
  referencedUris?: string[];
3765
- };
2854
+ }
3766
2855
 
3767
2856
  // @public (undocumented)
3768
- export type MLTableJobInput = AssetJobInput & JobInput & {};
2857
+ export interface MLTableJobInput extends AssetJobInput, JobInput {
2858
+ }
3769
2859
 
3770
2860
  // @public (undocumented)
3771
- export type MLTableJobOutput = AssetJobOutput & JobOutput & {};
2861
+ export interface MLTableJobOutput extends AssetJobOutput, JobOutput {
2862
+ }
3772
2863
 
3773
2864
  // @public
3774
- export type ModelContainerData = Resource & {
3775
- properties: ModelContainerDetails;
3776
- };
2865
+ export interface ModelContainer extends Resource {
2866
+ properties: ModelContainerProperties;
2867
+ }
3777
2868
 
3778
2869
  // @public (undocumented)
3779
- export type ModelContainerDetails = AssetContainer & {};
2870
+ export interface ModelContainerProperties extends AssetContainer {
2871
+ }
3780
2872
 
3781
2873
  // @public
3782
2874
  export interface ModelContainerResourceArmPaginatedResult {
3783
2875
  nextLink?: string;
3784
- value?: ModelContainerData[];
2876
+ value?: ModelContainer[];
3785
2877
  }
3786
2878
 
3787
2879
  // @public
3788
2880
  export interface ModelContainers {
3789
- createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: ModelContainerData, options?: ModelContainersCreateOrUpdateOptionalParams): Promise<ModelContainersCreateOrUpdateResponse>;
2881
+ createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: ModelContainer, options?: ModelContainersCreateOrUpdateOptionalParams): Promise<ModelContainersCreateOrUpdateResponse>;
3790
2882
  delete(resourceGroupName: string, workspaceName: string, name: string, options?: ModelContainersDeleteOptionalParams): Promise<void>;
3791
2883
  get(resourceGroupName: string, workspaceName: string, name: string, options?: ModelContainersGetOptionalParams): Promise<ModelContainersGetResponse>;
3792
- list(resourceGroupName: string, workspaceName: string, options?: ModelContainersListOptionalParams): PagedAsyncIterableIterator<ModelContainerData>;
2884
+ list(resourceGroupName: string, workspaceName: string, options?: ModelContainersListOptionalParams): PagedAsyncIterableIterator<ModelContainer>;
3793
2885
  }
3794
2886
 
3795
2887
  // @public
@@ -3797,7 +2889,7 @@ export interface ModelContainersCreateOrUpdateOptionalParams extends coreClient.
3797
2889
  }
3798
2890
 
3799
2891
  // @public
3800
- export type ModelContainersCreateOrUpdateResponse = ModelContainerData;
2892
+ export type ModelContainersCreateOrUpdateResponse = ModelContainer;
3801
2893
 
3802
2894
  // @public
3803
2895
  export interface ModelContainersDeleteOptionalParams extends coreClient.OperationOptions {
@@ -3808,7 +2900,7 @@ export interface ModelContainersGetOptionalParams extends coreClient.OperationOp
3808
2900
  }
3809
2901
 
3810
2902
  // @public
3811
- export type ModelContainersGetResponse = ModelContainerData;
2903
+ export type ModelContainersGetResponse = ModelContainer;
3812
2904
 
3813
2905
  // @public
3814
2906
  export interface ModelContainersListNextOptionalParams extends coreClient.OperationOptions {
@@ -3831,38 +2923,32 @@ export interface ModelContainersListOptionalParams extends coreClient.OperationO
3831
2923
  export type ModelContainersListResponse = ModelContainerResourceArmPaginatedResult;
3832
2924
 
3833
2925
  // @public
3834
- export type ModelSize = string;
3835
-
3836
- // @public
3837
- export type ModelType = string;
3838
-
3839
- // @public
3840
- export type ModelVersionData = Resource & {
3841
- properties: ModelVersionDetails;
3842
- };
2926
+ export interface ModelVersion extends Resource {
2927
+ properties: ModelVersionProperties;
2928
+ }
3843
2929
 
3844
2930
  // @public
3845
- export type ModelVersionDetails = AssetBase & {
2931
+ export interface ModelVersionProperties extends AssetBase {
3846
2932
  flavors?: {
3847
2933
  [propertyName: string]: FlavorData | null;
3848
2934
  };
3849
2935
  jobName?: string;
3850
- modelType?: ModelType;
2936
+ modelType?: string;
3851
2937
  modelUri?: string;
3852
- };
2938
+ }
3853
2939
 
3854
2940
  // @public
3855
2941
  export interface ModelVersionResourceArmPaginatedResult {
3856
2942
  nextLink?: string;
3857
- value?: ModelVersionData[];
2943
+ value?: ModelVersion[];
3858
2944
  }
3859
2945
 
3860
2946
  // @public
3861
2947
  export interface ModelVersions {
3862
- createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, version: string, body: ModelVersionData, options?: ModelVersionsCreateOrUpdateOptionalParams): Promise<ModelVersionsCreateOrUpdateResponse>;
2948
+ createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, version: string, body: ModelVersion, options?: ModelVersionsCreateOrUpdateOptionalParams): Promise<ModelVersionsCreateOrUpdateResponse>;
3863
2949
  delete(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: ModelVersionsDeleteOptionalParams): Promise<void>;
3864
2950
  get(resourceGroupName: string, workspaceName: string, name: string, version: string, options?: ModelVersionsGetOptionalParams): Promise<ModelVersionsGetResponse>;
3865
- list(resourceGroupName: string, workspaceName: string, name: string, options?: ModelVersionsListOptionalParams): PagedAsyncIterableIterator<ModelVersionData>;
2951
+ list(resourceGroupName: string, workspaceName: string, name: string, options?: ModelVersionsListOptionalParams): PagedAsyncIterableIterator<ModelVersion>;
3866
2952
  }
3867
2953
 
3868
2954
  // @public
@@ -3870,7 +2956,7 @@ export interface ModelVersionsCreateOrUpdateOptionalParams extends coreClient.Op
3870
2956
  }
3871
2957
 
3872
2958
  // @public
3873
- export type ModelVersionsCreateOrUpdateResponse = ModelVersionData;
2959
+ export type ModelVersionsCreateOrUpdateResponse = ModelVersion;
3874
2960
 
3875
2961
  // @public
3876
2962
  export interface ModelVersionsDeleteOptionalParams extends coreClient.OperationOptions {
@@ -3881,7 +2967,7 @@ export interface ModelVersionsGetOptionalParams extends coreClient.OperationOpti
3881
2967
  }
3882
2968
 
3883
2969
  // @public
3884
- export type ModelVersionsGetResponse = ModelVersionData;
2970
+ export type ModelVersionsGetResponse = ModelVersion;
3885
2971
 
3886
2972
  // @public
3887
2973
  export interface ModelVersionsListNextOptionalParams extends coreClient.OperationOptions {
@@ -3924,50 +3010,14 @@ export type MountAction = string;
3924
3010
  export type MountState = string;
3925
3011
 
3926
3012
  // @public
3927
- export type Mpi = DistributionConfiguration & {
3013
+ export interface Mpi extends DistributionConfiguration {
3928
3014
  distributionType: "Mpi";
3929
3015
  processCountPerInstance?: number;
3930
- };
3931
-
3932
- // @public
3933
- export interface NCrossValidations {
3934
- mode: "Auto" | "Custom";
3935
3016
  }
3936
3017
 
3937
- // @public
3938
- export type NCrossValidationsMode = string;
3939
-
3940
- // @public (undocumented)
3941
- export type NCrossValidationsUnion = NCrossValidations | AutoNCrossValidations | CustomNCrossValidations;
3942
-
3943
3018
  // @public
3944
3019
  export type Network = string;
3945
3020
 
3946
- // @public
3947
- export interface NlpVertical {
3948
- dataSettings?: NlpVerticalDataSettings;
3949
- featurizationSettings?: NlpVerticalFeaturizationSettings;
3950
- limitSettings?: NlpVerticalLimitSettings;
3951
- }
3952
-
3953
- // @public
3954
- export type NlpVerticalDataSettings = DataSettings & {
3955
- validationData?: NlpVerticalValidationDataSettings;
3956
- };
3957
-
3958
- // @public (undocumented)
3959
- export type NlpVerticalFeaturizationSettings = FeaturizationSettings & {};
3960
-
3961
- // @public
3962
- export interface NlpVerticalLimitSettings {
3963
- maxConcurrentTrials?: number;
3964
- maxTrials?: number;
3965
- timeout?: string;
3966
- }
3967
-
3968
- // @public (undocumented)
3969
- export type NlpVerticalValidationDataSettings = ValidationDataSettings & {};
3970
-
3971
3021
  // @public
3972
3022
  export type NodeState = string;
3973
3023
 
@@ -3981,10 +3031,15 @@ export interface NodeStateCounts {
3981
3031
  readonly unusableNodeCount?: number;
3982
3032
  }
3983
3033
 
3034
+ // @public (undocumented)
3035
+ export interface NoneAuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {
3036
+ authType: "None";
3037
+ }
3038
+
3984
3039
  // @public
3985
- export type NoneDatastoreCredentials = DatastoreCredentials & {
3040
+ export interface NoneDatastoreCredentials extends DatastoreCredentials {
3986
3041
  credentialsType: "None";
3987
- };
3042
+ }
3988
3043
 
3989
3044
  // @public (undocumented)
3990
3045
  export interface NotebookAccessTokenResult {
@@ -4014,9 +3069,6 @@ export interface NotebookResourceInfo {
4014
3069
  resourceId?: string;
4015
3070
  }
4016
3071
 
4017
- // @public
4018
- export type ObjectDetectionPrimaryMetrics = string;
4019
-
4020
3072
  // @public
4021
3073
  export interface Objective {
4022
3074
  goal: Goal;
@@ -4024,43 +3076,41 @@ export interface Objective {
4024
3076
  }
4025
3077
 
4026
3078
  // @public (undocumented)
4027
- export type OnlineDeploymentData = TrackedResource & {
3079
+ export interface OnlineDeployment extends TrackedResource {
4028
3080
  identity?: ManagedServiceIdentity;
4029
3081
  kind?: string;
4030
- properties: OnlineDeploymentDetailsUnion;
3082
+ properties: OnlineDeploymentPropertiesUnion;
4031
3083
  sku?: Sku;
4032
- };
3084
+ }
4033
3085
 
4034
3086
  // @public (undocumented)
4035
- export type OnlineDeploymentDetails = EndpointDeploymentPropertiesBase & {
3087
+ export interface OnlineDeploymentProperties extends EndpointDeploymentPropertiesBase {
4036
3088
  appInsightsEnabled?: boolean;
4037
- egressPublicNetworkAccess?: EgressPublicNetworkAccessType;
4038
3089
  endpointComputeType: EndpointComputeType;
4039
3090
  instanceType?: string;
4040
3091
  livenessProbe?: ProbeSettings;
4041
3092
  model?: string;
4042
3093
  modelMountPath?: string;
4043
- privateNetworkConnection?: boolean;
4044
3094
  readonly provisioningState?: DeploymentProvisioningState;
4045
3095
  readinessProbe?: ProbeSettings;
4046
3096
  requestSettings?: OnlineRequestSettings;
4047
3097
  scaleSettings?: OnlineScaleSettingsUnion;
4048
- };
3098
+ }
4049
3099
 
4050
3100
  // @public (undocumented)
4051
- export type OnlineDeploymentDetailsUnion = OnlineDeploymentDetails | KubernetesOnlineDeployment | ManagedOnlineDeployment;
3101
+ export type OnlineDeploymentPropertiesUnion = OnlineDeploymentProperties | KubernetesOnlineDeployment | ManagedOnlineDeployment;
4052
3102
 
4053
3103
  // @public
4054
3104
  export interface OnlineDeployments {
4055
- beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: OnlineDeploymentData, options?: OnlineDeploymentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<OnlineDeploymentsCreateOrUpdateResponse>, OnlineDeploymentsCreateOrUpdateResponse>>;
4056
- beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: OnlineDeploymentData, options?: OnlineDeploymentsCreateOrUpdateOptionalParams): Promise<OnlineDeploymentsCreateOrUpdateResponse>;
3105
+ beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: OnlineDeployment, options?: OnlineDeploymentsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<OnlineDeploymentsCreateOrUpdateResponse>, OnlineDeploymentsCreateOrUpdateResponse>>;
3106
+ beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: OnlineDeployment, options?: OnlineDeploymentsCreateOrUpdateOptionalParams): Promise<OnlineDeploymentsCreateOrUpdateResponse>;
4057
3107
  beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: OnlineDeploymentsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
4058
3108
  beginDeleteAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: OnlineDeploymentsDeleteOptionalParams): Promise<void>;
4059
- beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialOnlineDeploymentPartialTrackedResource, options?: OnlineDeploymentsUpdateOptionalParams): Promise<PollerLike<PollOperationState<OnlineDeploymentsUpdateResponse>, OnlineDeploymentsUpdateResponse>>;
4060
- beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialOnlineDeploymentPartialTrackedResource, options?: OnlineDeploymentsUpdateOptionalParams): Promise<OnlineDeploymentsUpdateResponse>;
3109
+ beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialMinimalTrackedResourceWithSku, options?: OnlineDeploymentsUpdateOptionalParams): Promise<PollerLike<PollOperationState<OnlineDeploymentsUpdateResponse>, OnlineDeploymentsUpdateResponse>>;
3110
+ beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: PartialMinimalTrackedResourceWithSku, options?: OnlineDeploymentsUpdateOptionalParams): Promise<OnlineDeploymentsUpdateResponse>;
4061
3111
  get(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: OnlineDeploymentsGetOptionalParams): Promise<OnlineDeploymentsGetResponse>;
4062
3112
  getLogs(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: DeploymentLogsRequest, options?: OnlineDeploymentsGetLogsOptionalParams): Promise<OnlineDeploymentsGetLogsResponse>;
4063
- list(resourceGroupName: string, workspaceName: string, endpointName: string, options?: OnlineDeploymentsListOptionalParams): PagedAsyncIterableIterator<OnlineDeploymentData>;
3113
+ list(resourceGroupName: string, workspaceName: string, endpointName: string, options?: OnlineDeploymentsListOptionalParams): PagedAsyncIterableIterator<OnlineDeployment>;
4064
3114
  listSkus(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: OnlineDeploymentsListSkusOptionalParams): PagedAsyncIterableIterator<SkuResource>;
4065
3115
  }
4066
3116
 
@@ -4077,7 +3127,7 @@ export interface OnlineDeploymentsCreateOrUpdateOptionalParams extends coreClien
4077
3127
  }
4078
3128
 
4079
3129
  // @public
4080
- export type OnlineDeploymentsCreateOrUpdateResponse = OnlineDeploymentData;
3130
+ export type OnlineDeploymentsCreateOrUpdateResponse = OnlineDeployment;
4081
3131
 
4082
3132
  // @public
4083
3133
  export interface OnlineDeploymentsDeleteHeaders {
@@ -4104,7 +3154,7 @@ export interface OnlineDeploymentsGetOptionalParams extends coreClient.Operation
4104
3154
  }
4105
3155
 
4106
3156
  // @public
4107
- export type OnlineDeploymentsGetResponse = OnlineDeploymentData;
3157
+ export type OnlineDeploymentsGetResponse = OnlineDeployment;
4108
3158
 
4109
3159
  // @public
4110
3160
  export interface OnlineDeploymentsListNextOptionalParams extends coreClient.OperationOptions {
@@ -4158,48 +3208,44 @@ export interface OnlineDeploymentsUpdateOptionalParams extends coreClient.Operat
4158
3208
  }
4159
3209
 
4160
3210
  // @public
4161
- export type OnlineDeploymentsUpdateResponse = OnlineDeploymentData;
3211
+ export type OnlineDeploymentsUpdateResponse = OnlineDeployment;
4162
3212
 
4163
3213
  // @public
4164
3214
  export interface OnlineDeploymentTrackedResourceArmPaginatedResult {
4165
3215
  nextLink?: string;
4166
- value?: OnlineDeploymentData[];
3216
+ value?: OnlineDeployment[];
4167
3217
  }
4168
3218
 
4169
3219
  // @public (undocumented)
4170
- export type OnlineEndpointData = TrackedResource & {
3220
+ export interface OnlineEndpoint extends TrackedResource {
4171
3221
  identity?: ManagedServiceIdentity;
4172
3222
  kind?: string;
4173
- properties: OnlineEndpointDetails;
3223
+ properties: OnlineEndpointProperties;
4174
3224
  sku?: Sku;
4175
- };
3225
+ }
4176
3226
 
4177
3227
  // @public
4178
- export type OnlineEndpointDetails = EndpointPropertiesBase & {
3228
+ export interface OnlineEndpointProperties extends EndpointPropertiesBase {
4179
3229
  compute?: string;
4180
- mirrorTraffic?: {
4181
- [propertyName: string]: number;
4182
- };
4183
3230
  readonly provisioningState?: EndpointProvisioningState;
4184
- publicNetworkAccess?: PublicNetworkAccessType;
4185
3231
  traffic?: {
4186
3232
  [propertyName: string]: number;
4187
3233
  };
4188
- };
3234
+ }
4189
3235
 
4190
3236
  // @public
4191
3237
  export interface OnlineEndpoints {
4192
- beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: OnlineEndpointData, options?: OnlineEndpointsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<OnlineEndpointsCreateOrUpdateResponse>, OnlineEndpointsCreateOrUpdateResponse>>;
4193
- beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: OnlineEndpointData, options?: OnlineEndpointsCreateOrUpdateOptionalParams): Promise<OnlineEndpointsCreateOrUpdateResponse>;
3238
+ beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: OnlineEndpoint, options?: OnlineEndpointsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<OnlineEndpointsCreateOrUpdateResponse>, OnlineEndpointsCreateOrUpdateResponse>>;
3239
+ beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: OnlineEndpoint, options?: OnlineEndpointsCreateOrUpdateOptionalParams): Promise<OnlineEndpointsCreateOrUpdateResponse>;
4194
3240
  beginDelete(resourceGroupName: string, workspaceName: string, endpointName: string, options?: OnlineEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
4195
3241
  beginDeleteAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, options?: OnlineEndpointsDeleteOptionalParams): Promise<void>;
4196
3242
  beginRegenerateKeys(resourceGroupName: string, workspaceName: string, endpointName: string, body: RegenerateEndpointKeysRequest, options?: OnlineEndpointsRegenerateKeysOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
4197
3243
  beginRegenerateKeysAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: RegenerateEndpointKeysRequest, options?: OnlineEndpointsRegenerateKeysOptionalParams): Promise<void>;
4198
- beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialOnlineEndpointPartialTrackedResource, options?: OnlineEndpointsUpdateOptionalParams): Promise<PollerLike<PollOperationState<OnlineEndpointsUpdateResponse>, OnlineEndpointsUpdateResponse>>;
4199
- beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialOnlineEndpointPartialTrackedResource, options?: OnlineEndpointsUpdateOptionalParams): Promise<OnlineEndpointsUpdateResponse>;
3244
+ beginUpdate(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: OnlineEndpointsUpdateOptionalParams): Promise<PollerLike<PollOperationState<OnlineEndpointsUpdateResponse>, OnlineEndpointsUpdateResponse>>;
3245
+ beginUpdateAndWait(resourceGroupName: string, workspaceName: string, endpointName: string, body: PartialMinimalTrackedResourceWithIdentity, options?: OnlineEndpointsUpdateOptionalParams): Promise<OnlineEndpointsUpdateResponse>;
4200
3246
  get(resourceGroupName: string, workspaceName: string, endpointName: string, options?: OnlineEndpointsGetOptionalParams): Promise<OnlineEndpointsGetResponse>;
4201
3247
  getToken(resourceGroupName: string, workspaceName: string, endpointName: string, options?: OnlineEndpointsGetTokenOptionalParams): Promise<OnlineEndpointsGetTokenResponse>;
4202
- list(resourceGroupName: string, workspaceName: string, options?: OnlineEndpointsListOptionalParams): PagedAsyncIterableIterator<OnlineEndpointData>;
3248
+ list(resourceGroupName: string, workspaceName: string, options?: OnlineEndpointsListOptionalParams): PagedAsyncIterableIterator<OnlineEndpoint>;
4203
3249
  listKeys(resourceGroupName: string, workspaceName: string, endpointName: string, options?: OnlineEndpointsListKeysOptionalParams): Promise<OnlineEndpointsListKeysResponse>;
4204
3250
  }
4205
3251
 
@@ -4216,7 +3262,7 @@ export interface OnlineEndpointsCreateOrUpdateOptionalParams extends coreClient.
4216
3262
  }
4217
3263
 
4218
3264
  // @public
4219
- export type OnlineEndpointsCreateOrUpdateResponse = OnlineEndpointData;
3265
+ export type OnlineEndpointsCreateOrUpdateResponse = OnlineEndpoint;
4220
3266
 
4221
3267
  // @public
4222
3268
  export interface OnlineEndpointsDeleteHeaders {
@@ -4236,7 +3282,7 @@ export interface OnlineEndpointsGetOptionalParams extends coreClient.OperationOp
4236
3282
  }
4237
3283
 
4238
3284
  // @public
4239
- export type OnlineEndpointsGetResponse = OnlineEndpointData;
3285
+ export type OnlineEndpointsGetResponse = OnlineEndpoint;
4240
3286
 
4241
3287
  // @public
4242
3288
  export interface OnlineEndpointsGetTokenOptionalParams extends coreClient.OperationOptions {
@@ -4306,12 +3352,12 @@ export interface OnlineEndpointsUpdateOptionalParams extends coreClient.Operatio
4306
3352
  }
4307
3353
 
4308
3354
  // @public
4309
- export type OnlineEndpointsUpdateResponse = OnlineEndpointData;
3355
+ export type OnlineEndpointsUpdateResponse = OnlineEndpoint;
4310
3356
 
4311
3357
  // @public
4312
3358
  export interface OnlineEndpointTrackedResourceArmPaginatedResult {
4313
3359
  nextLink?: string;
4314
- value?: OnlineEndpointData[];
3360
+ value?: OnlineEndpoint[];
4315
3361
  }
4316
3362
 
4317
3363
  // @public
@@ -4363,11 +3409,11 @@ export type OsType = string;
4363
3409
  export type OutputDeliveryMode = string;
4364
3410
 
4365
3411
  // @public
4366
- export type OutputPathAssetReference = AssetReferenceBase & {
4367
- referenceType: "OutputPath";
3412
+ export interface OutputPathAssetReference extends AssetReferenceBase {
4368
3413
  jobId?: string;
4369
3414
  path?: string;
4370
- };
3415
+ referenceType: "OutputPath";
3416
+ }
4371
3417
 
4372
3418
  // @public
4373
3419
  export interface PaginatedComputeResourcesList {
@@ -4375,106 +3421,19 @@ export interface PaginatedComputeResourcesList {
4375
3421
  value?: ComputeResource[];
4376
3422
  }
4377
3423
 
4378
- // @public
4379
- export interface PaginatedWorkspaceConnectionsList {
4380
- nextLink?: string;
4381
- value?: WorkspaceConnection[];
4382
- }
4383
-
4384
- // @public
4385
- export interface PartialAssetReferenceBase {
4386
- referenceType: "DataPath" | "Id" | "OutputPath";
4387
- }
4388
-
4389
- // @public (undocumented)
4390
- export type PartialAssetReferenceBaseUnion = PartialAssetReferenceBase | PartialDataPathAssetReference | PartialIdAssetReference | PartialOutputPathAssetReference;
4391
-
4392
3424
  // @public
4393
3425
  export interface PartialBatchDeployment {
4394
- codeConfiguration?: PartialCodeConfiguration;
4395
- compute?: string;
4396
3426
  description?: string;
4397
- environmentId?: string;
4398
- environmentVariables?: {
4399
- [propertyName: string]: string | null;
4400
- };
4401
- errorThreshold?: number;
4402
- loggingLevel?: BatchLoggingLevel;
4403
- maxConcurrencyPerInstance?: number;
4404
- miniBatchSize?: number;
4405
- model?: PartialAssetReferenceBaseUnion;
4406
- outputAction?: BatchOutputAction;
4407
- outputFileName?: string;
4408
- properties?: {
4409
- [propertyName: string]: string | null;
4410
- };
4411
- retrySettings?: PartialBatchRetrySettings;
4412
3427
  }
4413
3428
 
4414
3429
  // @public
4415
- export interface PartialBatchDeploymentPartialTrackedResource {
4416
- identity?: PartialManagedServiceIdentity;
4417
- kind?: string;
4418
- location?: string;
3430
+ export interface PartialBatchDeploymentPartialMinimalTrackedResourceWithProperties {
4419
3431
  properties?: PartialBatchDeployment;
4420
- sku?: PartialSku;
4421
3432
  tags?: {
4422
3433
  [propertyName: string]: string | null;
4423
3434
  };
4424
3435
  }
4425
3436
 
4426
- // @public
4427
- export interface PartialBatchEndpoint {
4428
- defaults?: BatchEndpointDefaults;
4429
- }
4430
-
4431
- // @public
4432
- export interface PartialBatchEndpointPartialTrackedResource {
4433
- identity?: PartialManagedServiceIdentity;
4434
- kind?: string;
4435
- location?: string;
4436
- properties?: PartialBatchEndpoint;
4437
- sku?: PartialSku;
4438
- tags?: {
4439
- [propertyName: string]: string | null;
4440
- };
4441
- }
4442
-
4443
- // @public
4444
- export interface PartialBatchRetrySettings {
4445
- maxRetries?: number;
4446
- timeout?: string;
4447
- }
4448
-
4449
- // @public
4450
- export interface PartialCodeConfiguration {
4451
- codeId?: string;
4452
- scoringScript?: string;
4453
- }
4454
-
4455
- // @public
4456
- export type PartialDataPathAssetReference = PartialAssetReferenceBase & {
4457
- referenceType: "DataPath";
4458
- datastoreId?: string;
4459
- path?: string;
4460
- };
4461
-
4462
- // @public
4463
- export type PartialIdAssetReference = PartialAssetReferenceBase & {
4464
- referenceType: "Id";
4465
- assetId?: string;
4466
- };
4467
-
4468
- // @public
4469
- export type PartialKubernetesOnlineDeployment = PartialOnlineDeployment & {
4470
- endpointComputeType: "Kubernetes";
4471
- };
4472
-
4473
- // @public
4474
- export type PartialManagedOnlineDeployment = PartialOnlineDeployment & {
4475
- endpointComputeType: "Managed";
4476
- };
4477
-
4478
3437
  // @public
4479
3438
  export interface PartialManagedServiceIdentity {
4480
3439
  type?: ManagedServiceIdentityType;
@@ -4484,55 +3443,22 @@ export interface PartialManagedServiceIdentity {
4484
3443
  }
4485
3444
 
4486
3445
  // @public
4487
- export interface PartialOnlineDeployment {
4488
- endpointComputeType: "Kubernetes" | "Managed";
4489
- }
4490
-
4491
- // @public
4492
- export interface PartialOnlineDeploymentPartialTrackedResource {
4493
- identity?: PartialManagedServiceIdentity;
4494
- kind?: string;
4495
- location?: string;
4496
- properties?: PartialOnlineDeploymentUnion;
4497
- sku?: PartialSku;
3446
+ export interface PartialMinimalTrackedResource {
4498
3447
  tags?: {
4499
3448
  [propertyName: string]: string | null;
4500
3449
  };
4501
3450
  }
4502
3451
 
4503
- // @public (undocumented)
4504
- export type PartialOnlineDeploymentUnion = PartialOnlineDeployment | PartialKubernetesOnlineDeployment | PartialManagedOnlineDeployment;
4505
-
4506
3452
  // @public
4507
- export interface PartialOnlineEndpoint {
4508
- mirrorTraffic?: {
4509
- [propertyName: string]: number;
4510
- };
4511
- publicNetworkAccess?: PublicNetworkAccessType;
4512
- traffic?: {
4513
- [propertyName: string]: number;
4514
- };
3453
+ export interface PartialMinimalTrackedResourceWithIdentity extends PartialMinimalTrackedResource {
3454
+ identity?: PartialManagedServiceIdentity;
4515
3455
  }
4516
3456
 
4517
3457
  // @public
4518
- export interface PartialOnlineEndpointPartialTrackedResource {
4519
- identity?: PartialManagedServiceIdentity;
4520
- kind?: string;
4521
- location?: string;
4522
- properties?: PartialOnlineEndpoint;
3458
+ export interface PartialMinimalTrackedResourceWithSku extends PartialMinimalTrackedResource {
4523
3459
  sku?: PartialSku;
4524
- tags?: {
4525
- [propertyName: string]: string | null;
4526
- };
4527
3460
  }
4528
3461
 
4529
- // @public
4530
- export type PartialOutputPathAssetReference = PartialAssetReferenceBase & {
4531
- referenceType: "OutputPath";
4532
- jobId?: string;
4533
- path?: string;
4534
- };
4535
-
4536
3462
  // @public
4537
3463
  export interface PartialSku {
4538
3464
  capacity?: number;
@@ -4548,24 +3474,32 @@ export interface Password {
4548
3474
  readonly value?: string;
4549
3475
  }
4550
3476
 
3477
+ // @public (undocumented)
3478
+ export interface PATAuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {
3479
+ authType: "PAT";
3480
+ // (undocumented)
3481
+ credentials?: WorkspaceConnectionPersonalAccessToken;
3482
+ }
3483
+
4551
3484
  // @public
4552
3485
  export interface PersonalComputeInstanceSettings {
4553
3486
  assignedUser?: AssignedUser;
4554
3487
  }
4555
3488
 
4556
3489
  // @public
4557
- export type PipelineJob = JobBaseDetails & {
3490
+ export interface PipelineJob extends JobBaseProperties {
4558
3491
  inputs?: {
4559
3492
  [propertyName: string]: JobInputUnion | null;
4560
3493
  };
4561
3494
  jobs?: {
4562
3495
  [propertyName: string]: Record<string, unknown>;
4563
3496
  };
3497
+ jobType: "Pipeline";
4564
3498
  outputs?: {
4565
3499
  [propertyName: string]: JobOutputUnion | null;
4566
3500
  };
4567
3501
  settings?: Record<string, unknown>;
4568
- };
3502
+ }
4569
3503
 
4570
3504
  // @public
4571
3505
  export interface PrivateEndpoint {
@@ -4574,17 +3508,17 @@ export interface PrivateEndpoint {
4574
3508
  }
4575
3509
 
4576
3510
  // @public
4577
- export type PrivateEndpointConnection = Resource & {
3511
+ export interface PrivateEndpointConnection extends Resource {
4578
3512
  identity?: ManagedServiceIdentity;
4579
3513
  location?: string;
4580
- tags?: {
4581
- [propertyName: string]: string;
4582
- };
4583
- sku?: Sku;
4584
3514
  privateEndpoint?: PrivateEndpoint;
4585
3515
  privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
4586
3516
  readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
4587
- };
3517
+ sku?: Sku;
3518
+ tags?: {
3519
+ [propertyName: string]: string;
3520
+ };
3521
+ }
4588
3522
 
4589
3523
  // @public
4590
3524
  export interface PrivateEndpointConnectionListResult {
@@ -4631,17 +3565,17 @@ export type PrivateEndpointConnectionsListResponse = PrivateEndpointConnectionLi
4631
3565
  export type PrivateEndpointServiceConnectionStatus = string;
4632
3566
 
4633
3567
  // @public
4634
- export type PrivateLinkResource = Resource & {
3568
+ export interface PrivateLinkResource extends Resource {
3569
+ readonly groupId?: string;
4635
3570
  identity?: ManagedServiceIdentity;
4636
3571
  location?: string;
3572
+ readonly requiredMembers?: string[];
3573
+ requiredZoneNames?: string[];
3574
+ sku?: Sku;
4637
3575
  tags?: {
4638
3576
  [propertyName: string]: string;
4639
3577
  };
4640
- sku?: Sku;
4641
- readonly groupId?: string;
4642
- readonly requiredMembers?: string[];
4643
- requiredZoneNames?: string[];
4644
- };
3578
+ }
4645
3579
 
4646
3580
  // @public
4647
3581
  export interface PrivateLinkResourceListResult {
@@ -4686,13 +3620,10 @@ export type ProvisioningStatus = string;
4686
3620
  export type PublicNetworkAccess = string;
4687
3621
 
4688
3622
  // @public
4689
- export type PublicNetworkAccessType = string;
4690
-
4691
- // @public
4692
- export type PyTorch = DistributionConfiguration & {
3623
+ export interface PyTorch extends DistributionConfiguration {
4693
3624
  distributionType: "PyTorch";
4694
3625
  processCountPerInstance?: number;
4695
- };
3626
+ }
4696
3627
 
4697
3628
  // @public
4698
3629
  export interface QuotaBaseProperties {
@@ -4739,32 +3670,14 @@ export interface QuotaUpdateParameters {
4739
3670
  }
4740
3671
 
4741
3672
  // @public
4742
- export type RandomSamplingAlgorithm = SamplingAlgorithm & {
4743
- samplingAlgorithmType: "Random";
3673
+ export interface RandomSamplingAlgorithm extends SamplingAlgorithm {
4744
3674
  rule?: RandomSamplingAlgorithmRule;
3675
+ samplingAlgorithmType: "Random";
4745
3676
  seed?: number;
4746
- };
4747
-
4748
- // @public
4749
- export type RandomSamplingAlgorithmRule = string;
4750
-
4751
- // @public
4752
- export type RecurrenceFrequency = string;
4753
-
4754
- // @public
4755
- export interface RecurrencePattern {
4756
- hours: number[];
4757
- minutes: number[];
4758
- weekdays?: Weekday[];
4759
3677
  }
4760
3678
 
4761
3679
  // @public
4762
- export type RecurrenceSchedule = ScheduleBase & {
4763
- scheduleType: "Recurrence";
4764
- frequency: RecurrenceFrequency;
4765
- interval: number;
4766
- pattern?: RecurrencePattern;
4767
- };
3680
+ export type RandomSamplingAlgorithmRule = string;
4768
3681
 
4769
3682
  // @public
4770
3683
  export type ReferenceType = string;
@@ -4783,19 +3696,6 @@ export interface RegistryListCredentialsResult {
4783
3696
  readonly username?: string;
4784
3697
  }
4785
3698
 
4786
- // @public
4787
- export type Regression = TableVertical & AutoMLVertical & {
4788
- allowedModels?: RegressionModels[];
4789
- blockedModels?: RegressionModels[];
4790
- primaryMetric?: RegressionPrimaryMetrics;
4791
- };
4792
-
4793
- // @public
4794
- export type RegressionModels = string;
4795
-
4796
- // @public
4797
- export type RegressionPrimaryMetrics = string;
4798
-
4799
3699
  // @public
4800
3700
  export type RemoteLoginPortPublicAccess = string;
4801
3701
 
@@ -4865,17 +3765,24 @@ export type SamplingAlgorithmType = string;
4865
3765
  // @public (undocumented)
4866
3766
  export type SamplingAlgorithmUnion = SamplingAlgorithm | BayesianSamplingAlgorithm | GridSamplingAlgorithm | RandomSamplingAlgorithm;
4867
3767
 
3768
+ // @public (undocumented)
3769
+ export interface SASAuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {
3770
+ authType: "SAS";
3771
+ // (undocumented)
3772
+ credentials?: WorkspaceConnectionSharedAccessSignature;
3773
+ }
3774
+
4868
3775
  // @public
4869
- export type SasDatastoreCredentials = DatastoreCredentials & {
3776
+ export interface SasDatastoreCredentials extends DatastoreCredentials {
4870
3777
  credentialsType: "Sas";
4871
3778
  secrets: SasDatastoreSecrets;
4872
- };
3779
+ }
4873
3780
 
4874
3781
  // @public
4875
- export type SasDatastoreSecrets = DatastoreSecrets & {
4876
- secretsType: "Sas";
3782
+ export interface SasDatastoreSecrets extends DatastoreSecrets {
4877
3783
  sasToken?: string;
4878
- };
3784
+ secretsType: "Sas";
3785
+ }
4879
3786
 
4880
3787
  // @public
4881
3788
  export interface ScaleSettings {
@@ -4892,23 +3799,21 @@ export interface ScaleSettingsInformation {
4892
3799
  // @public
4893
3800
  export type ScaleType = string;
4894
3801
 
4895
- // @public
3802
+ // @public (undocumented)
4896
3803
  export interface ScheduleBase {
4897
- endTime?: Date;
4898
- scheduleStatus?: ScheduleStatus;
4899
- scheduleType: "Cron" | "Recurrence";
4900
- startTime?: Date;
4901
- timeZone?: string;
3804
+ // (undocumented)
3805
+ id?: string;
3806
+ // (undocumented)
3807
+ provisioningStatus?: ScheduleProvisioningState;
3808
+ // (undocumented)
3809
+ status?: ScheduleStatus;
4902
3810
  }
4903
3811
 
4904
- // @public (undocumented)
4905
- export type ScheduleBaseUnion = ScheduleBase | CronSchedule | RecurrenceSchedule;
4906
-
4907
3812
  // @public
4908
- export type ScheduleStatus = string;
3813
+ export type ScheduleProvisioningState = string;
4909
3814
 
4910
3815
  // @public
4911
- export type ScheduleType = string;
3816
+ export type ScheduleStatus = string;
4912
3817
 
4913
3818
  // @public
4914
3819
  export interface ScriptReference {
@@ -4924,17 +3829,6 @@ export interface ScriptsToExecute {
4924
3829
  startupScript?: ScriptReference;
4925
3830
  }
4926
3831
 
4927
- // @public
4928
- export interface Seasonality {
4929
- mode: "Auto" | "Custom";
4930
- }
4931
-
4932
- // @public
4933
- export type SeasonalityMode = string;
4934
-
4935
- // @public (undocumented)
4936
- export type SeasonalityUnion = Seasonality | AutoSeasonality | CustomSeasonality;
4937
-
4938
3832
  // @public
4939
3833
  export type SecretsType = string;
4940
3834
 
@@ -4947,20 +3841,20 @@ export interface ServiceManagedResourcesSettings {
4947
3841
  }
4948
3842
 
4949
3843
  // @public
4950
- export type ServicePrincipalDatastoreCredentials = DatastoreCredentials & {
4951
- credentialsType: "ServicePrincipal";
3844
+ export interface ServicePrincipalDatastoreCredentials extends DatastoreCredentials {
4952
3845
  authorityUrl?: string;
4953
3846
  clientId: string;
3847
+ credentialsType: "ServicePrincipal";
4954
3848
  resourceUrl?: string;
4955
3849
  secrets: ServicePrincipalDatastoreSecrets;
4956
3850
  tenantId: string;
4957
- };
3851
+ }
4958
3852
 
4959
3853
  // @public
4960
- export type ServicePrincipalDatastoreSecrets = DatastoreSecrets & {
4961
- secretsType: "ServicePrincipal";
3854
+ export interface ServicePrincipalDatastoreSecrets extends DatastoreSecrets {
4962
3855
  clientSecret?: string;
4963
- };
3856
+ secretsType: "ServicePrincipal";
3857
+ }
4964
3858
 
4965
3859
  // @public
4966
3860
  export interface SetupScripts {
@@ -4976,9 +3870,6 @@ export interface SharedPrivateLinkResource {
4976
3870
  status?: PrivateEndpointServiceConnectionStatus;
4977
3871
  }
4978
3872
 
4979
- // @public
4980
- export type ShortSeriesHandlingConfiguration = string;
4981
-
4982
3873
  // @public
4983
3874
  export interface Sku {
4984
3875
  capacity?: number;
@@ -5027,6 +3918,9 @@ export type SourceType = string;
5027
3918
  // @public
5028
3919
  export type SshPublicAccess = string;
5029
3920
 
3921
+ // @public
3922
+ export type SslConfigStatus = string;
3923
+
5030
3924
  // @public
5031
3925
  export interface SslConfiguration {
5032
3926
  cert?: string;
@@ -5034,37 +3928,22 @@ export interface SslConfiguration {
5034
3928
  key?: string;
5035
3929
  leafDomainLabel?: string;
5036
3930
  overwriteExistingDomain?: boolean;
5037
- status?: SslConfigurationStatus;
5038
- }
5039
-
5040
- // @public
5041
- export type SslConfigurationStatus = string;
5042
-
5043
- // @public
5044
- export interface StackEnsembleSettings {
5045
- stackMetaLearnerKWargs?: Record<string, unknown>;
5046
- stackMetaLearnerTrainPercentage?: number;
5047
- stackMetaLearnerType?: StackMetaLearnerType;
3931
+ status?: SslConfigStatus;
5048
3932
  }
5049
3933
 
5050
- // @public
5051
- export type StackMetaLearnerType = string;
5052
-
5053
3934
  // @public
5054
3935
  export type Status = string;
5055
3936
 
5056
- // @public
5057
- export type StochasticOptimizer = string;
5058
-
5059
3937
  // @public
5060
3938
  export type StorageAccountType = string;
5061
3939
 
5062
3940
  // @public
5063
- export type SweepJob = JobBaseDetails & {
3941
+ export interface SweepJob extends JobBaseProperties {
5064
3942
  earlyTermination?: EarlyTerminationPolicyUnion;
5065
3943
  inputs?: {
5066
3944
  [propertyName: string]: JobInputUnion | null;
5067
3945
  };
3946
+ jobType: "Sweep";
5068
3947
  limits?: SweepJobLimits;
5069
3948
  objective: Objective;
5070
3949
  outputs?: {
@@ -5073,21 +3952,22 @@ export type SweepJob = JobBaseDetails & {
5073
3952
  samplingAlgorithm: SamplingAlgorithmUnion;
5074
3953
  searchSpace: Record<string, unknown>;
5075
3954
  trial: TrialComponent;
5076
- };
3955
+ }
5077
3956
 
5078
3957
  // @public
5079
- export type SweepJobLimits = JobLimits & {
3958
+ export interface SweepJobLimits extends JobLimits {
5080
3959
  jobLimitsType: "Sweep";
5081
3960
  maxConcurrentTrials?: number;
5082
3961
  maxTotalTrials?: number;
5083
3962
  trialTimeout?: string;
5084
- };
3963
+ }
5085
3964
 
5086
3965
  // @public
5087
- export type SynapseSpark = Compute & {
3966
+ export interface SynapseSpark extends Compute {
5088
3967
  computeType: "SynapseSpark";
3968
+ // (undocumented)
5089
3969
  properties?: SynapseSparkProperties;
5090
- };
3970
+ }
5091
3971
 
5092
3972
  // @public (undocumented)
5093
3973
  export interface SynapseSparkProperties {
@@ -5120,138 +4000,28 @@ export interface SystemService {
5120
4000
  readonly version?: string;
5121
4001
  }
5122
4002
 
5123
- // @public
5124
- export interface TableVertical {
5125
- dataSettings?: TableVerticalDataSettings;
5126
- featurizationSettings?: TableVerticalFeaturizationSettings;
5127
- limitSettings?: TableVerticalLimitSettings;
5128
- trainingSettings?: TrainingSettings;
5129
- }
5130
-
5131
- // @public
5132
- export type TableVerticalDataSettings = DataSettings & {
5133
- validationData?: TableVerticalValidationDataSettings;
5134
- weightColumnName?: string;
5135
- };
5136
-
5137
- // @public
5138
- export type TableVerticalFeaturizationSettings = FeaturizationSettings & {
5139
- blockedTransformers?: string[];
5140
- columnNameAndTypes?: {
5141
- [propertyName: string]: string | null;
5142
- };
5143
- dropColumns?: string[];
5144
- enableDnnFeaturization?: boolean;
5145
- mode?: FeaturizationMode;
5146
- transformerParams?: {
5147
- [propertyName: string]: ColumnTransformer[] | null;
5148
- };
5149
- };
5150
-
5151
- // @public
5152
- export interface TableVerticalLimitSettings {
5153
- enableEarlyTermination?: boolean;
5154
- exitScore?: number;
5155
- maxConcurrentTrials?: number;
5156
- maxCoresPerTrial?: number;
5157
- maxTrials?: number;
5158
- timeout?: string;
5159
- trialTimeout?: string;
5160
- }
5161
-
5162
- // @public
5163
- export type TableVerticalValidationDataSettings = ValidationDataSettings & {
5164
- cvSplitColumnNames?: string[];
5165
- nCrossValidations?: NCrossValidationsUnion;
5166
- };
5167
-
5168
- // @public
5169
- export type TargetAggregationFunction = string;
5170
-
5171
- // @public
5172
- export interface TargetLags {
5173
- mode: "Auto" | "Custom";
5174
- }
5175
-
5176
- // @public
5177
- export type TargetLagsMode = string;
5178
-
5179
- // @public (undocumented)
5180
- export type TargetLagsUnion = TargetLags | AutoTargetLags | CustomTargetLags;
5181
-
5182
- // @public
5183
- export interface TargetRollingWindowSize {
5184
- mode: "Auto" | "Custom";
5185
- }
5186
-
5187
- // @public
5188
- export type TargetRollingWindowSizeMode = string;
5189
-
5190
- // @public (undocumented)
5191
- export type TargetRollingWindowSizeUnion = TargetRollingWindowSize | AutoTargetRollingWindowSize | CustomTargetRollingWindowSize;
5192
-
5193
4003
  // @public (undocumented)
5194
- export type TargetUtilizationScaleSettings = OnlineScaleSettings & {
5195
- scaleType: "TargetUtilization";
4004
+ export interface TargetUtilizationScaleSettings extends OnlineScaleSettings {
5196
4005
  maxInstances?: number;
5197
4006
  minInstances?: number;
5198
4007
  pollingInterval?: string;
4008
+ scaleType: "TargetUtilization";
5199
4009
  targetUtilizationPercentage?: number;
5200
- };
5201
-
5202
- // @public
5203
- export type TaskType = string;
4010
+ }
5204
4011
 
5205
4012
  // @public
5206
- export type TensorFlow = DistributionConfiguration & {
4013
+ export interface TensorFlow extends DistributionConfiguration {
5207
4014
  distributionType: "TensorFlow";
5208
4015
  parameterServerCount?: number;
5209
4016
  workerCount?: number;
5210
- };
5211
-
5212
- // @public
5213
- export interface TestDataSettings {
5214
- data?: MLTableJobInput;
5215
- testDataSize?: number;
5216
4017
  }
5217
4018
 
5218
4019
  // @public
5219
- export type TextClassification = NlpVertical & AutoMLVertical & {
5220
- primaryMetric?: ClassificationPrimaryMetrics;
5221
- };
5222
-
5223
- // @public
5224
- export type TextClassificationMultilabel = NlpVertical & AutoMLVertical & {
5225
- readonly primaryMetric?: ClassificationMultilabelPrimaryMetrics;
5226
- };
5227
-
5228
- // @public
5229
- export type TextNer = NlpVertical & AutoMLVertical & {
5230
- readonly primaryMetric?: ClassificationPrimaryMetrics;
5231
- };
5232
-
5233
- // @public
5234
- export type TrackedResource = Resource & {
4020
+ export interface TrackedResource extends Resource {
4021
+ location: string;
5235
4022
  tags?: {
5236
4023
  [propertyName: string]: string;
5237
4024
  };
5238
- location: string;
5239
- };
5240
-
5241
- // @public
5242
- export interface TrainingDataSettings {
5243
- data: MLTableJobInput;
5244
- }
5245
-
5246
- // @public
5247
- export interface TrainingSettings {
5248
- enableDnnTraining?: boolean;
5249
- enableModelExplainability?: boolean;
5250
- enableOnnxCompatibleModels?: boolean;
5251
- enableStackEnsemble?: boolean;
5252
- enableVoteEnsemble?: boolean;
5253
- ensembleModelDownloadTimeout?: string;
5254
- stackEnsembleSettings?: StackEnsembleSettings;
5255
4025
  }
5256
4026
 
5257
4027
  // @public
@@ -5267,16 +4037,18 @@ export interface TrialComponent {
5267
4037
  }
5268
4038
 
5269
4039
  // @public (undocumented)
5270
- export type TritonModelJobInput = AssetJobInput & JobInput & {};
4040
+ export interface TritonModelJobInput extends AssetJobInput, JobInput {
4041
+ }
5271
4042
 
5272
4043
  // @public (undocumented)
5273
- export type TritonModelJobOutput = AssetJobOutput & JobOutput & {};
4044
+ export interface TritonModelJobOutput extends AssetJobOutput, JobOutput {
4045
+ }
5274
4046
 
5275
4047
  // @public
5276
- export type TruncationSelectionPolicy = EarlyTerminationPolicy & {
4048
+ export interface TruncationSelectionPolicy extends EarlyTerminationPolicy {
5277
4049
  policyType: "TruncationSelection";
5278
4050
  truncationPercentage?: number;
5279
- };
4051
+ }
5280
4052
 
5281
4053
  // @public
5282
4054
  export type UnderlyingResourceAction = string;
@@ -5300,22 +4072,30 @@ export interface UpdateWorkspaceQuotasResult {
5300
4072
  }
5301
4073
 
5302
4074
  // @public
5303
- export type UriFileDataVersion = DataVersionBaseDetails & {};
4075
+ export interface UriFileDataVersion extends DataVersionBaseProperties {
4076
+ dataType: "uri_file";
4077
+ }
5304
4078
 
5305
4079
  // @public (undocumented)
5306
- export type UriFileJobInput = AssetJobInput & JobInput & {};
4080
+ export interface UriFileJobInput extends AssetJobInput, JobInput {
4081
+ }
5307
4082
 
5308
4083
  // @public (undocumented)
5309
- export type UriFileJobOutput = AssetJobOutput & JobOutput & {};
4084
+ export interface UriFileJobOutput extends AssetJobOutput, JobOutput {
4085
+ }
5310
4086
 
5311
4087
  // @public
5312
- export type UriFolderDataVersion = DataVersionBaseDetails & {};
4088
+ export interface UriFolderDataVersion extends DataVersionBaseProperties {
4089
+ dataType: "uri_folder";
4090
+ }
5313
4091
 
5314
4092
  // @public (undocumented)
5315
- export type UriFolderJobInput = AssetJobInput & JobInput & {};
4093
+ export interface UriFolderJobInput extends AssetJobInput, JobInput {
4094
+ }
5316
4095
 
5317
4096
  // @public (undocumented)
5318
- export type UriFolderJobOutput = AssetJobOutput & JobOutput & {};
4097
+ export interface UriFolderJobOutput extends AssetJobOutput, JobOutput {
4098
+ }
5319
4099
 
5320
4100
  // @public
5321
4101
  export interface Usage {
@@ -5370,29 +4150,24 @@ export interface UserAssignedIdentity {
5370
4150
  }
5371
4151
 
5372
4152
  // @public
5373
- export type UserIdentity = IdentityConfiguration & {
4153
+ export interface UserIdentity extends IdentityConfiguration {
5374
4154
  identityType: "UserIdentity";
5375
- };
5376
-
5377
- // @public
5378
- export type UseStl = string;
5379
-
5380
- // @public
5381
- export interface ValidationDataSettings {
5382
- data?: MLTableJobInput;
5383
- validationDataSize?: number;
5384
4155
  }
5385
4156
 
5386
- // @public
5387
- export type ValidationMetricType = string;
4157
+ // @public (undocumented)
4158
+ export interface UsernamePasswordAuthTypeWorkspaceConnectionProperties extends WorkspaceConnectionPropertiesV2 {
4159
+ authType: "UsernamePassword";
4160
+ // (undocumented)
4161
+ credentials?: WorkspaceConnectionUsernamePassword;
4162
+ }
5388
4163
 
5389
4164
  // @public
5390
4165
  export type ValueFormat = string;
5391
4166
 
5392
4167
  // @public
5393
- export type VirtualMachine = Compute & VirtualMachineSchema & {
4168
+ export interface VirtualMachine extends Compute, VirtualMachineSchema {
5394
4169
  computeType: "VirtualMachine";
5395
- };
4170
+ }
5396
4171
 
5397
4172
  // @public
5398
4173
  export interface VirtualMachineImage {
@@ -5416,9 +4191,9 @@ export interface VirtualMachineSchemaProperties {
5416
4191
  }
5417
4192
 
5418
4193
  // @public
5419
- export type VirtualMachineSecrets = ComputeSecrets & VirtualMachineSecretsSchema & {
4194
+ export interface VirtualMachineSecrets extends ComputeSecrets, VirtualMachineSecretsSchema {
5420
4195
  computeType: "VirtualMachine";
5421
- };
4196
+ }
5422
4197
 
5423
4198
  // @public (undocumented)
5424
4199
  export interface VirtualMachineSecretsSchema {
@@ -5475,57 +4250,90 @@ export type VmPriority = string;
5475
4250
  export type VMTier = string;
5476
4251
 
5477
4252
  // @public
5478
- export type Weekday = string;
5479
-
5480
- // @public
5481
- export type Workspace = Resource & {
5482
- identity?: ManagedServiceIdentity;
5483
- location?: string;
5484
- tags?: {
5485
- [propertyName: string]: string;
5486
- };
5487
- sku?: Sku;
5488
- readonly workspaceId?: string;
5489
- description?: string;
5490
- friendlyName?: string;
5491
- keyVault?: string;
4253
+ export interface Workspace extends Resource {
4254
+ allowPublicAccessWhenBehindVnet?: boolean;
5492
4255
  applicationInsights?: string;
5493
4256
  containerRegistry?: string;
5494
- storageAccount?: string;
4257
+ description?: string;
5495
4258
  discoveryUrl?: string;
5496
- readonly provisioningState?: ProvisioningState;
5497
4259
  encryption?: EncryptionProperty;
4260
+ friendlyName?: string;
5498
4261
  hbiWorkspace?: boolean;
5499
- readonly serviceProvisionedResourceGroup?: string;
5500
- readonly privateLinkCount?: number;
4262
+ identity?: ManagedServiceIdentity;
5501
4263
  imageBuildCompute?: string;
5502
- allowPublicAccessWhenBehindVnet?: boolean;
5503
- publicNetworkAccess?: PublicNetworkAccess;
5504
- readonly privateEndpointConnections?: PrivateEndpointConnection[];
5505
- sharedPrivateLinkResources?: SharedPrivateLinkResource[];
4264
+ keyVault?: string;
4265
+ location?: string;
4266
+ readonly mlFlowTrackingUri?: string;
5506
4267
  readonly notebookInfo?: NotebookResourceInfo;
5507
- serviceManagedResourcesSettings?: ServiceManagedResourcesSettings;
5508
4268
  primaryUserAssignedIdentity?: string;
5509
- readonly tenantId?: string;
4269
+ readonly privateEndpointConnections?: PrivateEndpointConnection[];
4270
+ readonly privateLinkCount?: number;
4271
+ readonly provisioningState?: ProvisioningState;
4272
+ publicNetworkAccess?: PublicNetworkAccess;
4273
+ serviceManagedResourcesSettings?: ServiceManagedResourcesSettings;
4274
+ readonly serviceProvisionedResourceGroup?: string;
4275
+ sharedPrivateLinkResources?: SharedPrivateLinkResource[];
4276
+ sku?: Sku;
4277
+ storageAccount?: string;
5510
4278
  readonly storageHnsEnabled?: boolean;
5511
- readonly mlFlowTrackingUri?: string;
5512
- };
4279
+ tags?: {
4280
+ [propertyName: string]: string;
4281
+ };
4282
+ readonly tenantId?: string;
4283
+ v1LegacyMode?: boolean;
4284
+ readonly workspaceId?: string;
4285
+ }
5513
4286
 
5514
- // @public
5515
- export type WorkspaceConnection = Resource & {
5516
- category?: string;
4287
+ // @public (undocumented)
4288
+ export interface WorkspaceConnectionManagedIdentity {
4289
+ // (undocumented)
4290
+ clientId?: string;
4291
+ // (undocumented)
4292
+ resourceId?: string;
4293
+ }
4294
+
4295
+ // @public (undocumented)
4296
+ export interface WorkspaceConnectionPersonalAccessToken {
4297
+ // (undocumented)
4298
+ pat?: string;
4299
+ }
4300
+
4301
+ // @public (undocumented)
4302
+ export interface WorkspaceConnectionPropertiesV2 {
4303
+ authType: "PAT" | "SAS" | "UsernamePassword" | "None" | "ManagedIdentity";
4304
+ category?: ConnectionCategory;
4305
+ // (undocumented)
5517
4306
  target?: string;
5518
- authType?: string;
5519
4307
  value?: string;
5520
4308
  valueFormat?: ValueFormat;
5521
- };
4309
+ }
4310
+
4311
+ // @public (undocumented)
4312
+ export interface WorkspaceConnectionPropertiesV2BasicResource extends Resource {
4313
+ // (undocumented)
4314
+ properties: WorkspaceConnectionPropertiesV2Union;
4315
+ }
4316
+
4317
+ // @public (undocumented)
4318
+ export interface WorkspaceConnectionPropertiesV2BasicResourceArmPaginatedResult {
4319
+ readonly nextLink?: string;
4320
+ // (undocumented)
4321
+ value?: WorkspaceConnectionPropertiesV2BasicResource[];
4322
+ }
4323
+
4324
+ // @public (undocumented)
4325
+ export type WorkspaceConnectionPropertiesV2Union = WorkspaceConnectionPropertiesV2 | PATAuthTypeWorkspaceConnectionProperties | SASAuthTypeWorkspaceConnectionProperties | UsernamePasswordAuthTypeWorkspaceConnectionProperties | NoneAuthTypeWorkspaceConnectionProperties | ManagedIdentityAuthTypeWorkspaceConnectionProperties;
5522
4326
 
5523
4327
  // @public
5524
4328
  export interface WorkspaceConnections {
5525
- create(resourceGroupName: string, workspaceName: string, connectionName: string, parameters: WorkspaceConnection, options?: WorkspaceConnectionsCreateOptionalParams): Promise<WorkspaceConnectionsCreateResponse>;
4329
+ // (undocumented)
4330
+ create(resourceGroupName: string, workspaceName: string, connectionName: string, parameters: WorkspaceConnectionPropertiesV2BasicResource, options?: WorkspaceConnectionsCreateOptionalParams): Promise<WorkspaceConnectionsCreateResponse>;
4331
+ // (undocumented)
5526
4332
  delete(resourceGroupName: string, workspaceName: string, connectionName: string, options?: WorkspaceConnectionsDeleteOptionalParams): Promise<void>;
4333
+ // (undocumented)
5527
4334
  get(resourceGroupName: string, workspaceName: string, connectionName: string, options?: WorkspaceConnectionsGetOptionalParams): Promise<WorkspaceConnectionsGetResponse>;
5528
- list(resourceGroupName: string, workspaceName: string, options?: WorkspaceConnectionsListOptionalParams): PagedAsyncIterableIterator<WorkspaceConnection>;
4335
+ // (undocumented)
4336
+ list(resourceGroupName: string, workspaceName: string, options?: WorkspaceConnectionsListOptionalParams): PagedAsyncIterableIterator<WorkspaceConnectionPropertiesV2BasicResource>;
5529
4337
  }
5530
4338
 
5531
4339
  // @public
@@ -5533,7 +4341,7 @@ export interface WorkspaceConnectionsCreateOptionalParams extends coreClient.Ope
5533
4341
  }
5534
4342
 
5535
4343
  // @public
5536
- export type WorkspaceConnectionsCreateResponse = WorkspaceConnection;
4344
+ export type WorkspaceConnectionsCreateResponse = WorkspaceConnectionPropertiesV2BasicResource;
5537
4345
 
5538
4346
  // @public
5539
4347
  export interface WorkspaceConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
@@ -5544,7 +4352,22 @@ export interface WorkspaceConnectionsGetOptionalParams extends coreClient.Operat
5544
4352
  }
5545
4353
 
5546
4354
  // @public
5547
- export type WorkspaceConnectionsGetResponse = WorkspaceConnection;
4355
+ export type WorkspaceConnectionsGetResponse = WorkspaceConnectionPropertiesV2BasicResource;
4356
+
4357
+ // @public (undocumented)
4358
+ export interface WorkspaceConnectionSharedAccessSignature {
4359
+ // (undocumented)
4360
+ sas?: string;
4361
+ }
4362
+
4363
+ // @public
4364
+ export interface WorkspaceConnectionsListNextOptionalParams extends coreClient.OperationOptions {
4365
+ category?: string;
4366
+ target?: string;
4367
+ }
4368
+
4369
+ // @public
4370
+ export type WorkspaceConnectionsListNextResponse = WorkspaceConnectionPropertiesV2BasicResourceArmPaginatedResult;
5548
4371
 
5549
4372
  // @public
5550
4373
  export interface WorkspaceConnectionsListOptionalParams extends coreClient.OperationOptions {
@@ -5553,7 +4376,15 @@ export interface WorkspaceConnectionsListOptionalParams extends coreClient.Opera
5553
4376
  }
5554
4377
 
5555
4378
  // @public
5556
- export type WorkspaceConnectionsListResponse = PaginatedWorkspaceConnectionsList;
4379
+ export type WorkspaceConnectionsListResponse = WorkspaceConnectionPropertiesV2BasicResourceArmPaginatedResult;
4380
+
4381
+ // @public (undocumented)
4382
+ export interface WorkspaceConnectionUsernamePassword {
4383
+ // (undocumented)
4384
+ password?: string;
4385
+ // (undocumented)
4386
+ username?: string;
4387
+ }
5557
4388
 
5558
4389
  // @public
5559
4390
  export interface WorkspaceFeatures {