@azure/arm-machinelearningexperimentation 1.2.1 → 2.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +69 -80
  4. package/dist/index.js +1780 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/accountCreate.d.ts +2 -0
  9. package/dist-esm/samples-dev/accountCreate.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/accountCreate.js +33 -0
  11. package/dist-esm/samples-dev/accountCreate.js.map +1 -0
  12. package/dist-esm/samples-dev/accountGet.d.ts +2 -0
  13. package/dist-esm/samples-dev/accountGet.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/accountGet.js +31 -0
  15. package/dist-esm/samples-dev/accountGet.js.map +1 -0
  16. package/dist-esm/samples-dev/accountUpdate.d.ts +2 -0
  17. package/dist-esm/samples-dev/accountUpdate.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/accountUpdate.js +35 -0
  19. package/dist-esm/samples-dev/accountUpdate.js.map +1 -0
  20. package/dist-esm/samples-dev/createProject.d.ts +2 -0
  21. package/dist-esm/samples-dev/createProject.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/createProject.js +39 -0
  23. package/dist-esm/samples-dev/createProject.js.map +1 -0
  24. package/dist-esm/samples-dev/getProject.d.ts +2 -0
  25. package/dist-esm/samples-dev/getProject.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/getProject.js +33 -0
  27. package/dist-esm/samples-dev/getProject.js.map +1 -0
  28. package/dist-esm/samples-dev/listWorkspacesByAccounts.d.ts +2 -0
  29. package/dist-esm/samples-dev/listWorkspacesByAccounts.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/listWorkspacesByAccounts.js +45 -0
  31. package/dist-esm/samples-dev/listWorkspacesByAccounts.js.map +1 -0
  32. package/dist-esm/samples-dev/projectListByWorkspaces.d.ts +2 -0
  33. package/dist-esm/samples-dev/projectListByWorkspaces.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/projectListByWorkspaces.js +46 -0
  35. package/dist-esm/samples-dev/projectListByWorkspaces.js.map +1 -0
  36. package/dist-esm/samples-dev/updateProject.d.ts +2 -0
  37. package/dist-esm/samples-dev/updateProject.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/updateProject.js +37 -0
  39. package/dist-esm/samples-dev/updateProject.js.map +1 -0
  40. package/dist-esm/samples-dev/workspaceCreate.d.ts +2 -0
  41. package/dist-esm/samples-dev/workspaceCreate.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/workspaceCreate.js +37 -0
  43. package/dist-esm/samples-dev/workspaceCreate.js.map +1 -0
  44. package/dist-esm/samples-dev/workspaceDelete.d.ts +2 -0
  45. package/dist-esm/samples-dev/workspaceDelete.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/workspaceDelete.js +32 -0
  47. package/dist-esm/samples-dev/workspaceDelete.js.map +1 -0
  48. package/dist-esm/samples-dev/workspaceGet.d.ts +2 -0
  49. package/dist-esm/samples-dev/workspaceGet.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/workspaceGet.js +32 -0
  51. package/dist-esm/samples-dev/workspaceGet.js.map +1 -0
  52. package/dist-esm/samples-dev/workspaceUpdate.d.ts +2 -0
  53. package/dist-esm/samples-dev/workspaceUpdate.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/workspaceUpdate.js +33 -0
  55. package/dist-esm/samples-dev/workspaceUpdate.js.map +1 -0
  56. package/dist-esm/src/index.d.ts +5 -0
  57. package/dist-esm/src/index.d.ts.map +1 -0
  58. package/dist-esm/src/index.js +12 -0
  59. package/dist-esm/src/index.js.map +1 -0
  60. package/dist-esm/src/mLTeamAccountManagementClient.d.ts +21 -0
  61. package/dist-esm/src/mLTeamAccountManagementClient.d.ts.map +1 -0
  62. package/dist-esm/src/mLTeamAccountManagementClient.js +54 -0
  63. package/dist-esm/src/mLTeamAccountManagementClient.js.map +1 -0
  64. package/dist-esm/src/models/index.d.ts +329 -0
  65. package/dist-esm/src/models/index.d.ts.map +1 -0
  66. package/dist-esm/src/models/index.js +9 -0
  67. package/dist-esm/src/models/index.js.map +1 -0
  68. package/dist-esm/src/models/mappers.d.ts +17 -0
  69. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  70. package/{esm → dist-esm/src}/models/mappers.js +273 -315
  71. package/dist-esm/src/models/mappers.js.map +1 -0
  72. package/dist-esm/src/models/parameters.d.ts +18 -0
  73. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  74. package/dist-esm/src/models/parameters.js +153 -0
  75. package/dist-esm/src/models/parameters.js.map +1 -0
  76. package/dist-esm/src/operations/accounts.d.ts +90 -0
  77. package/dist-esm/src/operations/accounts.d.ts.map +1 -0
  78. package/dist-esm/src/operations/accounts.js +366 -0
  79. package/dist-esm/src/operations/accounts.js.map +1 -0
  80. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  81. package/dist-esm/src/operations/index.d.ts.map +1 -0
  82. package/{esm → dist-esm/src}/operations/index.js +3 -5
  83. package/dist-esm/src/operations/index.js.map +1 -0
  84. package/dist-esm/src/operations/operations.d.ts +26 -0
  85. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  86. package/dist-esm/src/operations/operations.js +90 -0
  87. package/dist-esm/src/operations/operations.js.map +1 -0
  88. package/dist-esm/src/operations/projects.d.ts +86 -0
  89. package/dist-esm/src/operations/projects.d.ts.map +1 -0
  90. package/dist-esm/src/operations/projects.js +307 -0
  91. package/dist-esm/src/operations/projects.js.map +1 -0
  92. package/dist-esm/src/operations/workspaces.d.ts +79 -0
  93. package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
  94. package/dist-esm/src/operations/workspaces.js +280 -0
  95. package/dist-esm/src/operations/workspaces.js.map +1 -0
  96. package/dist-esm/src/operationsInterfaces/accounts.d.ts +52 -0
  97. package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
  98. package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
  99. package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
  101. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/index.js +12 -0
  103. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  105. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/projects.d.ts +57 -0
  109. package/dist-esm/src/operationsInterfaces/projects.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/projects.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/projects.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/workspaces.d.ts +52 -0
  113. package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/workspaces.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/workspaces.js.map +1 -0
  116. package/dist-esm/test/sampleTest.d.ts +2 -0
  117. package/dist-esm/test/sampleTest.d.ts.map +1 -0
  118. package/dist-esm/test/sampleTest.js +40 -0
  119. package/dist-esm/test/sampleTest.js.map +1 -0
  120. package/package.json +81 -34
  121. package/review/arm-machinelearningexperimentation.api.md +339 -0
  122. package/rollup.config.js +184 -27
  123. package/src/index.ts +12 -0
  124. package/src/mLTeamAccountManagementClient.ts +78 -41
  125. package/src/models/index.ts +287 -707
  126. package/src/models/mappers.ts +263 -305
  127. package/src/models/parameters.ts +116 -43
  128. package/src/operations/accounts.ts +290 -330
  129. package/src/operations/index.ts +3 -5
  130. package/src/operations/operations.ts +66 -42
  131. package/src/operations/projects.ts +256 -281
  132. package/src/operations/workspaces.ts +242 -283
  133. package/src/operationsInterfaces/accounts.ts +96 -0
  134. package/src/operationsInterfaces/index.ts +12 -0
  135. package/src/operationsInterfaces/operations.ts +22 -0
  136. package/src/operationsInterfaces/projects.ts +108 -0
  137. package/src/operationsInterfaces/workspaces.ts +98 -0
  138. package/tsconfig.json +6 -5
  139. package/types/arm-machinelearningexperimentation.d.ts +569 -0
  140. package/types/tsdoc-metadata.json +11 -0
  141. package/dist/arm-machinelearningexperimentation.js +0 -1725
  142. package/dist/arm-machinelearningexperimentation.js.map +0 -1
  143. package/dist/arm-machinelearningexperimentation.min.js +0 -1
  144. package/dist/arm-machinelearningexperimentation.min.js.map +0 -1
  145. package/esm/mLTeamAccountManagementClient.d.ts +0 -27
  146. package/esm/mLTeamAccountManagementClient.d.ts.map +0 -1
  147. package/esm/mLTeamAccountManagementClient.js +0 -41
  148. package/esm/mLTeamAccountManagementClient.js.map +0 -1
  149. package/esm/mLTeamAccountManagementClientContext.d.ts +0 -22
  150. package/esm/mLTeamAccountManagementClientContext.d.ts.map +0 -1
  151. package/esm/mLTeamAccountManagementClientContext.js +0 -61
  152. package/esm/mLTeamAccountManagementClientContext.js.map +0 -1
  153. package/esm/models/accountsMappers.d.ts +0 -2
  154. package/esm/models/accountsMappers.d.ts.map +0 -1
  155. package/esm/models/accountsMappers.js +0 -11
  156. package/esm/models/accountsMappers.js.map +0 -1
  157. package/esm/models/index.d.ts +0 -770
  158. package/esm/models/index.d.ts.map +0 -1
  159. package/esm/models/index.js +0 -10
  160. package/esm/models/index.js.map +0 -1
  161. package/esm/models/mappers.d.ts +0 -19
  162. package/esm/models/mappers.d.ts.map +0 -1
  163. package/esm/models/mappers.js.map +0 -1
  164. package/esm/models/operationsMappers.d.ts +0 -2
  165. package/esm/models/operationsMappers.d.ts.map +0 -1
  166. package/esm/models/operationsMappers.js +0 -11
  167. package/esm/models/operationsMappers.js.map +0 -1
  168. package/esm/models/parameters.d.ts +0 -10
  169. package/esm/models/parameters.d.ts.map +0 -1
  170. package/esm/models/parameters.js +0 -106
  171. package/esm/models/parameters.js.map +0 -1
  172. package/esm/models/projectsMappers.d.ts +0 -2
  173. package/esm/models/projectsMappers.d.ts.map +0 -1
  174. package/esm/models/projectsMappers.js +0 -11
  175. package/esm/models/projectsMappers.js.map +0 -1
  176. package/esm/models/workspacesMappers.d.ts +0 -2
  177. package/esm/models/workspacesMappers.d.ts.map +0 -1
  178. package/esm/models/workspacesMappers.js +0 -11
  179. package/esm/models/workspacesMappers.js.map +0 -1
  180. package/esm/operations/accounts.d.ts +0 -187
  181. package/esm/operations/accounts.d.ts.map +0 -1
  182. package/esm/operations/accounts.js +0 -272
  183. package/esm/operations/accounts.js.map +0 -1
  184. package/esm/operations/index.d.ts.map +0 -1
  185. package/esm/operations/index.js.map +0 -1
  186. package/esm/operations/operations.d.ts +0 -28
  187. package/esm/operations/operations.d.ts.map +0 -1
  188. package/esm/operations/operations.js +0 -51
  189. package/esm/operations/operations.js.map +0 -1
  190. package/esm/operations/projects.d.ts +0 -184
  191. package/esm/operations/projects.d.ts.map +0 -1
  192. package/esm/operations/projects.js +0 -239
  193. package/esm/operations/projects.js.map +0 -1
  194. package/esm/operations/workspaces.d.ts +0 -169
  195. package/esm/operations/workspaces.d.ts.map +0 -1
  196. package/esm/operations/workspaces.js +0 -229
  197. package/esm/operations/workspaces.js.map +0 -1
  198. package/src/mLTeamAccountManagementClientContext.ts +0 -68
  199. package/src/models/accountsMappers.ts +0 -22
  200. package/src/models/operationsMappers.ts +0 -17
  201. package/src/models/projectsMappers.ts +0 -22
  202. package/src/models/workspacesMappers.ts +0 -22
@@ -0,0 +1,79 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Workspaces } from "../operationsInterfaces";
3
+ import { MLTeamAccountManagementClient } from "../mLTeamAccountManagementClient";
4
+ import { Workspace, WorkspacesListByAccountsOptionalParams, WorkspacesGetOptionalParams, WorkspacesGetResponse, WorkspacesCreateOrUpdateOptionalParams, WorkspacesCreateOrUpdateResponse, WorkspacesDeleteOptionalParams, WorkspaceUpdateParameters, WorkspacesUpdateOptionalParams, WorkspacesUpdateResponse } from "../models";
5
+ /** Class containing Workspaces operations. */
6
+ export declare class WorkspacesImpl implements Workspaces {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class Workspaces class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: MLTeamAccountManagementClient);
13
+ /**
14
+ * Lists all the available machine learning workspaces under the specified team account.
15
+ * @param accountName The name of the machine learning team account.
16
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
17
+ * belongs.
18
+ * @param options The options parameters.
19
+ */
20
+ listByAccounts(accountName: string, resourceGroupName: string, options?: WorkspacesListByAccountsOptionalParams): PagedAsyncIterableIterator<Workspace>;
21
+ private listByAccountsPagingPage;
22
+ private listByAccountsPagingAll;
23
+ /**
24
+ * Gets the properties of the specified machine learning workspace.
25
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
26
+ * belongs.
27
+ * @param accountName The name of the machine learning team account.
28
+ * @param workspaceName The name of the machine learning team account workspace.
29
+ * @param options The options parameters.
30
+ */
31
+ get(resourceGroupName: string, accountName: string, workspaceName: string, options?: WorkspacesGetOptionalParams): Promise<WorkspacesGetResponse>;
32
+ /**
33
+ * Creates or updates a machine learning workspace with the specified parameters.
34
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
35
+ * belongs.
36
+ * @param accountName The name of the machine learning team account.
37
+ * @param workspaceName The name of the machine learning team account workspace.
38
+ * @param parameters The parameters for creating or updating a machine learning workspace.
39
+ * @param options The options parameters.
40
+ */
41
+ createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<WorkspacesCreateOrUpdateResponse>;
42
+ /**
43
+ * Deletes a machine learning workspace.
44
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
45
+ * belongs.
46
+ * @param accountName The name of the machine learning team account.
47
+ * @param workspaceName The name of the machine learning team account workspace.
48
+ * @param options The options parameters.
49
+ */
50
+ delete(resourceGroupName: string, accountName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<void>;
51
+ /**
52
+ * Updates a machine learning workspace with the specified parameters.
53
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
54
+ * belongs.
55
+ * @param accountName The name of the machine learning team account.
56
+ * @param workspaceName The name of the machine learning team account workspace.
57
+ * @param parameters The parameters for updating a machine learning workspace.
58
+ * @param options The options parameters.
59
+ */
60
+ update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams): Promise<WorkspacesUpdateResponse>;
61
+ /**
62
+ * Lists all the available machine learning workspaces under the specified team account.
63
+ * @param accountName The name of the machine learning team account.
64
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
65
+ * belongs.
66
+ * @param options The options parameters.
67
+ */
68
+ private _listByAccounts;
69
+ /**
70
+ * ListByAccountsNext
71
+ * @param accountName The name of the machine learning team account.
72
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
73
+ * belongs.
74
+ * @param nextLink The nextLink from the previous successful call to the ListByAccounts method.
75
+ * @param options The options parameters.
76
+ */
77
+ private _listByAccountsNext;
78
+ }
79
+ //# sourceMappingURL=workspaces.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workspaces.d.ts","sourceRoot":"","sources":["../../../src/operations/workspaces.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAIrD,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AACjF,OAAO,EACL,SAAS,EAET,sCAAsC,EACtC,2BAA2B,EAC3B,qBAAqB,EACrB,sCAAsC,EACtC,gCAAgC,EAChC,8BAA8B,EAC9B,yBAAyB,EACzB,8BAA8B,EAC9B,wBAAwB,EAGzB,MAAM,WAAW,CAAC;AAGnB,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;;;OAMG;IACI,cAAc,CACnB,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,SAAS,CAAC;YAuBzB,wBAAwB;YAwBxB,uBAAuB;IActC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC;IAOjC;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,SAAS,EACrB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC;IAO5C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC;IAOpC;;;;;;OAMG;IACH,OAAO,CAAC,eAAe;IAWvB;;;;;;;OAOG;IACH,OAAO,CAAC,mBAAmB;CAW5B"}
@@ -0,0 +1,280 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
9
+ import * as coreClient from "@azure/core-client";
10
+ import * as Mappers from "../models/mappers";
11
+ import * as Parameters from "../models/parameters";
12
+ /// <reference lib="esnext.asynciterable" />
13
+ /** Class containing Workspaces operations. */
14
+ export class WorkspacesImpl {
15
+ /**
16
+ * Initialize a new instance of the class Workspaces class.
17
+ * @param client Reference to the service client
18
+ */
19
+ constructor(client) {
20
+ this.client = client;
21
+ }
22
+ /**
23
+ * Lists all the available machine learning workspaces under the specified team account.
24
+ * @param accountName The name of the machine learning team account.
25
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
26
+ * belongs.
27
+ * @param options The options parameters.
28
+ */
29
+ listByAccounts(accountName, resourceGroupName, options) {
30
+ const iter = this.listByAccountsPagingAll(accountName, resourceGroupName, options);
31
+ return {
32
+ next() {
33
+ return iter.next();
34
+ },
35
+ [Symbol.asyncIterator]() {
36
+ return this;
37
+ },
38
+ byPage: () => {
39
+ return this.listByAccountsPagingPage(accountName, resourceGroupName, options);
40
+ }
41
+ };
42
+ }
43
+ listByAccountsPagingPage(accountName, resourceGroupName, options) {
44
+ return __asyncGenerator(this, arguments, function* listByAccountsPagingPage_1() {
45
+ let result = yield __await(this._listByAccounts(accountName, resourceGroupName, options));
46
+ yield yield __await(result.value || []);
47
+ let continuationToken = result.nextLink;
48
+ while (continuationToken) {
49
+ result = yield __await(this._listByAccountsNext(accountName, resourceGroupName, continuationToken, options));
50
+ continuationToken = result.nextLink;
51
+ yield yield __await(result.value || []);
52
+ }
53
+ });
54
+ }
55
+ listByAccountsPagingAll(accountName, resourceGroupName, options) {
56
+ return __asyncGenerator(this, arguments, function* listByAccountsPagingAll_1() {
57
+ var e_1, _a;
58
+ try {
59
+ for (var _b = __asyncValues(this.listByAccountsPagingPage(accountName, resourceGroupName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
60
+ const page = _c.value;
61
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
62
+ }
63
+ }
64
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
65
+ finally {
66
+ try {
67
+ if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
68
+ }
69
+ finally { if (e_1) throw e_1.error; }
70
+ }
71
+ });
72
+ }
73
+ /**
74
+ * Gets the properties of the specified machine learning workspace.
75
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
76
+ * belongs.
77
+ * @param accountName The name of the machine learning team account.
78
+ * @param workspaceName The name of the machine learning team account workspace.
79
+ * @param options The options parameters.
80
+ */
81
+ get(resourceGroupName, accountName, workspaceName, options) {
82
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, workspaceName, options }, getOperationSpec);
83
+ }
84
+ /**
85
+ * Creates or updates a machine learning workspace with the specified parameters.
86
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
87
+ * belongs.
88
+ * @param accountName The name of the machine learning team account.
89
+ * @param workspaceName The name of the machine learning team account workspace.
90
+ * @param parameters The parameters for creating or updating a machine learning workspace.
91
+ * @param options The options parameters.
92
+ */
93
+ createOrUpdate(resourceGroupName, accountName, workspaceName, parameters, options) {
94
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, workspaceName, parameters, options }, createOrUpdateOperationSpec);
95
+ }
96
+ /**
97
+ * Deletes a machine learning workspace.
98
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
99
+ * belongs.
100
+ * @param accountName The name of the machine learning team account.
101
+ * @param workspaceName The name of the machine learning team account workspace.
102
+ * @param options The options parameters.
103
+ */
104
+ delete(resourceGroupName, accountName, workspaceName, options) {
105
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, workspaceName, options }, deleteOperationSpec);
106
+ }
107
+ /**
108
+ * Updates a machine learning workspace with the specified parameters.
109
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
110
+ * belongs.
111
+ * @param accountName The name of the machine learning team account.
112
+ * @param workspaceName The name of the machine learning team account workspace.
113
+ * @param parameters The parameters for updating a machine learning workspace.
114
+ * @param options The options parameters.
115
+ */
116
+ update(resourceGroupName, accountName, workspaceName, parameters, options) {
117
+ return this.client.sendOperationRequest({ resourceGroupName, accountName, workspaceName, parameters, options }, updateOperationSpec);
118
+ }
119
+ /**
120
+ * Lists all the available machine learning workspaces under the specified team account.
121
+ * @param accountName The name of the machine learning team account.
122
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
123
+ * belongs.
124
+ * @param options The options parameters.
125
+ */
126
+ _listByAccounts(accountName, resourceGroupName, options) {
127
+ return this.client.sendOperationRequest({ accountName, resourceGroupName, options }, listByAccountsOperationSpec);
128
+ }
129
+ /**
130
+ * ListByAccountsNext
131
+ * @param accountName The name of the machine learning team account.
132
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
133
+ * belongs.
134
+ * @param nextLink The nextLink from the previous successful call to the ListByAccounts method.
135
+ * @param options The options parameters.
136
+ */
137
+ _listByAccountsNext(accountName, resourceGroupName, nextLink, options) {
138
+ return this.client.sendOperationRequest({ accountName, resourceGroupName, nextLink, options }, listByAccountsNextOperationSpec);
139
+ }
140
+ }
141
+ // Operation Specifications
142
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
143
+ const getOperationSpec = {
144
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",
145
+ httpMethod: "GET",
146
+ responses: {
147
+ 200: {
148
+ bodyMapper: Mappers.Workspace
149
+ },
150
+ default: {
151
+ bodyMapper: Mappers.ErrorResponse
152
+ }
153
+ },
154
+ queryParameters: [Parameters.apiVersion],
155
+ urlParameters: [
156
+ Parameters.$host,
157
+ Parameters.subscriptionId,
158
+ Parameters.resourceGroupName,
159
+ Parameters.accountName,
160
+ Parameters.workspaceName
161
+ ],
162
+ headerParameters: [Parameters.accept],
163
+ serializer
164
+ };
165
+ const createOrUpdateOperationSpec = {
166
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",
167
+ httpMethod: "PUT",
168
+ responses: {
169
+ 200: {
170
+ bodyMapper: Mappers.Workspace
171
+ },
172
+ 201: {
173
+ bodyMapper: Mappers.Workspace
174
+ },
175
+ default: {
176
+ bodyMapper: Mappers.ErrorResponse
177
+ }
178
+ },
179
+ requestBody: Parameters.parameters2,
180
+ queryParameters: [Parameters.apiVersion],
181
+ urlParameters: [
182
+ Parameters.$host,
183
+ Parameters.subscriptionId,
184
+ Parameters.resourceGroupName,
185
+ Parameters.accountName,
186
+ Parameters.workspaceName
187
+ ],
188
+ headerParameters: [Parameters.accept, Parameters.contentType],
189
+ mediaType: "json",
190
+ serializer
191
+ };
192
+ const deleteOperationSpec = {
193
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",
194
+ httpMethod: "DELETE",
195
+ responses: {
196
+ 200: {},
197
+ 204: {},
198
+ default: {
199
+ bodyMapper: Mappers.ErrorResponse
200
+ }
201
+ },
202
+ queryParameters: [Parameters.apiVersion],
203
+ urlParameters: [
204
+ Parameters.$host,
205
+ Parameters.subscriptionId,
206
+ Parameters.resourceGroupName,
207
+ Parameters.accountName,
208
+ Parameters.workspaceName
209
+ ],
210
+ headerParameters: [Parameters.accept],
211
+ serializer
212
+ };
213
+ const updateOperationSpec = {
214
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces/{workspaceName}",
215
+ httpMethod: "PATCH",
216
+ responses: {
217
+ 200: {
218
+ bodyMapper: Mappers.Workspace
219
+ },
220
+ default: {
221
+ bodyMapper: Mappers.ErrorResponse
222
+ }
223
+ },
224
+ requestBody: Parameters.parameters3,
225
+ queryParameters: [Parameters.apiVersion],
226
+ urlParameters: [
227
+ Parameters.$host,
228
+ Parameters.subscriptionId,
229
+ Parameters.resourceGroupName,
230
+ Parameters.accountName,
231
+ Parameters.workspaceName
232
+ ],
233
+ headerParameters: [Parameters.accept, Parameters.contentType],
234
+ mediaType: "json",
235
+ serializer
236
+ };
237
+ const listByAccountsOperationSpec = {
238
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningExperimentation/accounts/{accountName}/workspaces",
239
+ httpMethod: "GET",
240
+ responses: {
241
+ 200: {
242
+ bodyMapper: Mappers.WorkspaceListResult
243
+ },
244
+ default: {
245
+ bodyMapper: Mappers.ErrorResponse
246
+ }
247
+ },
248
+ queryParameters: [Parameters.apiVersion],
249
+ urlParameters: [
250
+ Parameters.$host,
251
+ Parameters.subscriptionId,
252
+ Parameters.resourceGroupName,
253
+ Parameters.accountName
254
+ ],
255
+ headerParameters: [Parameters.accept],
256
+ serializer
257
+ };
258
+ const listByAccountsNextOperationSpec = {
259
+ path: "{nextLink}",
260
+ httpMethod: "GET",
261
+ responses: {
262
+ 200: {
263
+ bodyMapper: Mappers.WorkspaceListResult
264
+ },
265
+ default: {
266
+ bodyMapper: Mappers.ErrorResponse
267
+ }
268
+ },
269
+ queryParameters: [Parameters.apiVersion],
270
+ urlParameters: [
271
+ Parameters.$host,
272
+ Parameters.subscriptionId,
273
+ Parameters.resourceGroupName,
274
+ Parameters.accountName,
275
+ Parameters.nextLink
276
+ ],
277
+ headerParameters: [Parameters.accept],
278
+ serializer
279
+ };
280
+ //# sourceMappingURL=workspaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workspaces.js","sourceRoot":"","sources":["../../../src/operations/workspaces.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,52 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Account, AccountsListByResourceGroupOptionalParams, AccountsListOptionalParams, AccountsGetOptionalParams, AccountsGetResponse, AccountsCreateOrUpdateOptionalParams, AccountsCreateOrUpdateResponse, AccountsDeleteOptionalParams, AccountUpdateParameters, AccountsUpdateOptionalParams, AccountsUpdateResponse } from "../models";
3
+ /** Interface representing a Accounts. */
4
+ export interface Accounts {
5
+ /**
6
+ * Lists all the available machine learning team accounts under the specified resource group.
7
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
8
+ * belongs.
9
+ * @param options The options parameters.
10
+ */
11
+ listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Account>;
12
+ /**
13
+ * Lists all the available machine learning team accounts under the specified subscription.
14
+ * @param options The options parameters.
15
+ */
16
+ list(options?: AccountsListOptionalParams): PagedAsyncIterableIterator<Account>;
17
+ /**
18
+ * Gets the properties of the specified machine learning team account.
19
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
20
+ * belongs.
21
+ * @param accountName The name of the machine learning team account.
22
+ * @param options The options parameters.
23
+ */
24
+ get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<AccountsGetResponse>;
25
+ /**
26
+ * Creates or updates a team account with the specified parameters.
27
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
28
+ * belongs.
29
+ * @param accountName The name of the machine learning team account.
30
+ * @param parameters The parameters for creating or updating a machine learning team account.
31
+ * @param options The options parameters.
32
+ */
33
+ createOrUpdate(resourceGroupName: string, accountName: string, parameters: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<AccountsCreateOrUpdateResponse>;
34
+ /**
35
+ * Deletes a machine learning team account.
36
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
37
+ * belongs.
38
+ * @param accountName The name of the machine learning team account.
39
+ * @param options The options parameters.
40
+ */
41
+ delete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>;
42
+ /**
43
+ * Updates a machine learning team account with the specified parameters.
44
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
45
+ * belongs.
46
+ * @param accountName The name of the machine learning team account.
47
+ * @param parameters The parameters for updating a machine learning team account.
48
+ * @param options The options parameters.
49
+ */
50
+ update(resourceGroupName: string, accountName: string, parameters: AccountUpdateParameters, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>;
51
+ }
52
+ //# sourceMappingURL=accounts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accounts.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/accounts.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,OAAO,EACP,yCAAyC,EACzC,0BAA0B,EAC1B,yBAAyB,EACzB,mBAAmB,EACnB,oCAAoC,EACpC,8BAA8B,EAC9B,4BAA4B,EAC5B,uBAAuB,EACvB,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,WAAW,CAAC;AAGnB,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;OAKG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;;OAOG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACpC"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=accounts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/accounts.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,5 @@
1
+ export * from "./operations";
2
+ export * from "./accounts";
3
+ export * from "./workspaces";
4
+ export * from "./projects";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC"}
@@ -0,0 +1,12 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export * from "./operations";
9
+ export * from "./accounts";
10
+ export * from "./workspaces";
11
+ export * from "./projects";
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Operation, OperationsListOptionalParams } from "../models";
3
+ /** Interface representing a Operations. */
4
+ export interface Operations {
5
+ /**
6
+ * Lists all of the available Azure Machine Learning Team Accounts REST API operations.
7
+ * @param options The options parameters.
8
+ */
9
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
10
+ }
11
+ //# sourceMappingURL=operations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,WAAW,CAAC;AAGpE,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=operations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,57 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Project, ProjectsListByWorkspaceOptionalParams, ProjectsGetOptionalParams, ProjectsGetResponse, ProjectsCreateOrUpdateOptionalParams, ProjectsCreateOrUpdateResponse, ProjectsDeleteOptionalParams, ProjectUpdateParameters, ProjectsUpdateOptionalParams, ProjectsUpdateResponse } from "../models";
3
+ /** Interface representing a Projects. */
4
+ export interface Projects {
5
+ /**
6
+ * Lists all the available machine learning projects under the specified workspace.
7
+ * @param accountName The name of the machine learning team account.
8
+ * @param workspaceName The name of the machine learning team account workspace.
9
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
10
+ * belongs.
11
+ * @param options The options parameters.
12
+ */
13
+ listByWorkspace(accountName: string, workspaceName: string, resourceGroupName: string, options?: ProjectsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<Project>;
14
+ /**
15
+ * Gets the properties of the specified machine learning project.
16
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
17
+ * belongs.
18
+ * @param accountName The name of the machine learning team account.
19
+ * @param workspaceName The name of the machine learning team account workspace.
20
+ * @param projectName The name of the machine learning project under a team account workspace.
21
+ * @param options The options parameters.
22
+ */
23
+ get(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options?: ProjectsGetOptionalParams): Promise<ProjectsGetResponse>;
24
+ /**
25
+ * Creates or updates a project with the specified parameters.
26
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
27
+ * belongs.
28
+ * @param accountName The name of the machine learning team account.
29
+ * @param workspaceName The name of the machine learning team account workspace.
30
+ * @param projectName The name of the machine learning project under a team account workspace.
31
+ * @param parameters The parameters for creating or updating a project.
32
+ * @param options The options parameters.
33
+ */
34
+ createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: Project, options?: ProjectsCreateOrUpdateOptionalParams): Promise<ProjectsCreateOrUpdateResponse>;
35
+ /**
36
+ * Deletes a project.
37
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
38
+ * belongs.
39
+ * @param accountName The name of the machine learning team account.
40
+ * @param workspaceName The name of the machine learning team account workspace.
41
+ * @param projectName The name of the machine learning project under a team account workspace.
42
+ * @param options The options parameters.
43
+ */
44
+ delete(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, options?: ProjectsDeleteOptionalParams): Promise<void>;
45
+ /**
46
+ * Updates a project with the specified parameters.
47
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
48
+ * belongs.
49
+ * @param accountName The name of the machine learning team account.
50
+ * @param workspaceName The name of the machine learning team account workspace.
51
+ * @param projectName The name of the machine learning project under a team account workspace.
52
+ * @param parameters The parameters for updating a machine learning team account.
53
+ * @param options The options parameters.
54
+ */
55
+ update(resourceGroupName: string, accountName: string, workspaceName: string, projectName: string, parameters: ProjectUpdateParameters, options?: ProjectsUpdateOptionalParams): Promise<ProjectsUpdateResponse>;
56
+ }
57
+ //# sourceMappingURL=projects.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"projects.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/projects.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,OAAO,EACP,qCAAqC,EACrC,yBAAyB,EACzB,mBAAmB,EACnB,oCAAoC,EACpC,8BAA8B,EAC9B,4BAA4B,EAC5B,uBAAuB,EACvB,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,WAAW,CAAC;AAGnB,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;;;OAOG;IACH,eAAe,CACb,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;;;;OASG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,OAAO,EACnB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;;OASG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,uBAAuB,EACnC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACpC"}
@@ -0,0 +1,9 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ export {};
9
+ //# sourceMappingURL=projects.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"projects.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/projects.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1,52 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Workspace, WorkspacesListByAccountsOptionalParams, WorkspacesGetOptionalParams, WorkspacesGetResponse, WorkspacesCreateOrUpdateOptionalParams, WorkspacesCreateOrUpdateResponse, WorkspacesDeleteOptionalParams, WorkspaceUpdateParameters, WorkspacesUpdateOptionalParams, WorkspacesUpdateResponse } from "../models";
3
+ /** Interface representing a Workspaces. */
4
+ export interface Workspaces {
5
+ /**
6
+ * Lists all the available machine learning workspaces under the specified team account.
7
+ * @param accountName The name of the machine learning team account.
8
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
9
+ * belongs.
10
+ * @param options The options parameters.
11
+ */
12
+ listByAccounts(accountName: string, resourceGroupName: string, options?: WorkspacesListByAccountsOptionalParams): PagedAsyncIterableIterator<Workspace>;
13
+ /**
14
+ * Gets the properties of the specified machine learning workspace.
15
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
16
+ * belongs.
17
+ * @param accountName The name of the machine learning team account.
18
+ * @param workspaceName The name of the machine learning team account workspace.
19
+ * @param options The options parameters.
20
+ */
21
+ get(resourceGroupName: string, accountName: string, workspaceName: string, options?: WorkspacesGetOptionalParams): Promise<WorkspacesGetResponse>;
22
+ /**
23
+ * Creates or updates a machine learning workspace with the specified parameters.
24
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
25
+ * belongs.
26
+ * @param accountName The name of the machine learning team account.
27
+ * @param workspaceName The name of the machine learning team account workspace.
28
+ * @param parameters The parameters for creating or updating a machine learning workspace.
29
+ * @param options The options parameters.
30
+ */
31
+ createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Workspace, options?: WorkspacesCreateOrUpdateOptionalParams): Promise<WorkspacesCreateOrUpdateResponse>;
32
+ /**
33
+ * Deletes a machine learning workspace.
34
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
35
+ * belongs.
36
+ * @param accountName The name of the machine learning team account.
37
+ * @param workspaceName The name of the machine learning team account workspace.
38
+ * @param options The options parameters.
39
+ */
40
+ delete(resourceGroupName: string, accountName: string, workspaceName: string, options?: WorkspacesDeleteOptionalParams): Promise<void>;
41
+ /**
42
+ * Updates a machine learning workspace with the specified parameters.
43
+ * @param resourceGroupName The name of the resource group to which the machine learning team account
44
+ * belongs.
45
+ * @param accountName The name of the machine learning team account.
46
+ * @param workspaceName The name of the machine learning team account workspace.
47
+ * @param parameters The parameters for updating a machine learning workspace.
48
+ * @param options The options parameters.
49
+ */
50
+ update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, options?: WorkspacesUpdateOptionalParams): Promise<WorkspacesUpdateResponse>;
51
+ }
52
+ //# sourceMappingURL=workspaces.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"workspaces.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/workspaces.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,SAAS,EACT,sCAAsC,EACtC,2BAA2B,EAC3B,qBAAqB,EACrB,sCAAsC,EACtC,gCAAgC,EAChC,8BAA8B,EAC9B,yBAAyB,EACzB,8BAA8B,EAC9B,wBAAwB,EACzB,MAAM,WAAW,CAAC;AAGnB,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;;;;OAMG;IACH,cAAc,CACZ,WAAW,EAAE,MAAM,EACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,SAAS,CAAC,CAAC;IACzC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,SAAS,EACrB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;IAC7C;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,UAAU,EAAE,yBAAyB,EACrC,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;CACtC"}