@azure/arm-machinelearningexperimentation 0.1.0 → 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 (209) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -0
  3. package/README.md +75 -73
  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 +83 -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 +91 -0
  125. package/src/models/index.ts +389 -0
  126. package/{lib → src}/models/mappers.ts +263 -305
  127. package/src/models/parameters.ts +181 -0
  128. package/src/operations/accounts.ts +454 -0
  129. package/{lib → src}/operations/index.ts +3 -5
  130. package/src/operations/operations.ts +98 -0
  131. package/src/operations/projects.ts +423 -0
  132. package/src/operations/workspaces.ts +382 -0
  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 -1715
  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 -21
  146. package/esm/mLTeamAccountManagementClient.d.ts.map +0 -1
  147. package/esm/mLTeamAccountManagementClient.js +0 -36
  148. package/esm/mLTeamAccountManagementClient.js.map +0 -1
  149. package/esm/mLTeamAccountManagementClientContext.d.ts +0 -16
  150. package/esm/mLTeamAccountManagementClientContext.d.ts.map +0 -1
  151. package/esm/mLTeamAccountManagementClientContext.js +0 -56
  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/lib/mLTeamAccountManagementClient.ts +0 -48
  199. package/lib/mLTeamAccountManagementClientContext.ts +0 -62
  200. package/lib/models/accountsMappers.ts +0 -22
  201. package/lib/models/index.ts +0 -809
  202. package/lib/models/operationsMappers.ts +0 -17
  203. package/lib/models/parameters.ts +0 -108
  204. package/lib/models/projectsMappers.ts +0 -22
  205. package/lib/models/workspacesMappers.ts +0 -22
  206. package/lib/operations/accounts.ts +0 -494
  207. package/lib/operations/operations.ts +0 -74
  208. package/lib/operations/projects.ts +0 -448
  209. package/lib/operations/workspaces.ts +0 -423
@@ -1,809 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
-
11
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
12
- import * as msRest from "@azure/ms-rest-js";
13
-
14
- export { BaseResource, CloudError };
15
-
16
-
17
- /**
18
- * @interface
19
- * An interface representing Resource.
20
- * An Azure resource.
21
- *
22
- * @extends BaseResource
23
- */
24
- export interface Resource extends BaseResource {
25
- /**
26
- * @member {string} [id] The resource ID.
27
- * **NOTE: This property will not be serialized. It can only be populated by
28
- * the server.**
29
- */
30
- readonly id?: string;
31
- /**
32
- * @member {string} [name] The name of the resource.
33
- * **NOTE: This property will not be serialized. It can only be populated by
34
- * the server.**
35
- */
36
- readonly name?: string;
37
- /**
38
- * @member {string} [type] The type of the resource.
39
- * **NOTE: This property will not be serialized. It can only be populated by
40
- * the server.**
41
- */
42
- readonly type?: string;
43
- /**
44
- * @member {string} location The location of the resource. This cannot be
45
- * changed after the resource is created.
46
- */
47
- location: string;
48
- /**
49
- * @member {{ [propertyName: string]: string }} [tags] The tags of the
50
- * resource.
51
- */
52
- tags?: { [propertyName: string]: string };
53
- }
54
-
55
- /**
56
- * @interface
57
- * An interface representing Workspace.
58
- * An object that represents a machine learning team account workspace.
59
- *
60
- * @extends Resource
61
- */
62
- export interface Workspace extends Resource {
63
- /**
64
- * @member {string} [description] The description of this workspace.
65
- */
66
- description?: string;
67
- /**
68
- * @member {string} [accountId] The immutable id of the team account which
69
- * contains this workspace.
70
- * **NOTE: This property will not be serialized. It can only be populated by
71
- * the server.**
72
- */
73
- readonly accountId?: string;
74
- /**
75
- * @member {string} [workspaceId] The immutable id of this workspace.
76
- * **NOTE: This property will not be serialized. It can only be populated by
77
- * the server.**
78
- */
79
- readonly workspaceId?: string;
80
- /**
81
- * @member {string} friendlyName The friendly name for this workspace. This
82
- * will be the workspace name in the arm id when the workspace object gets
83
- * created
84
- */
85
- friendlyName: string;
86
- /**
87
- * @member {Date} [creationDate] The creation date of the machine learning
88
- * workspace in ISO8601 format.
89
- * **NOTE: This property will not be serialized. It can only be populated by
90
- * the server.**
91
- */
92
- readonly creationDate?: Date;
93
- /**
94
- * @member {ProvisioningState} [provisioningState] The current deployment
95
- * state of team account workspace resource. The provisioningState is to
96
- * indicate states for resource provisioning. Possible values include:
97
- * 'Creating', 'Succeeded', 'Updating', 'Deleting', 'Failed'
98
- * **NOTE: This property will not be serialized. It can only be populated by
99
- * the server.**
100
- */
101
- readonly provisioningState?: ProvisioningState;
102
- }
103
-
104
- /**
105
- * @interface
106
- * An interface representing WorkspaceUpdateParameters.
107
- * The parameters for updating a machine learning team account workspace.
108
- *
109
- */
110
- export interface WorkspaceUpdateParameters {
111
- /**
112
- * @member {{ [propertyName: string]: string }} [tags] The resource tags for
113
- * the machine learning team account workspace.
114
- */
115
- tags?: { [propertyName: string]: string };
116
- /**
117
- * @member {string} [friendlyName] Friendly name of this workspace.
118
- */
119
- friendlyName?: string;
120
- /**
121
- * @member {string} [description] Description for this workspace.
122
- */
123
- description?: string;
124
- }
125
-
126
- /**
127
- * @interface
128
- * An interface representing Project.
129
- * An object that represents a machine learning project.
130
- *
131
- * @extends Resource
132
- */
133
- export interface Project extends Resource {
134
- /**
135
- * @member {string} [description] The description of this project.
136
- */
137
- description?: string;
138
- /**
139
- * @member {string} [accountId] The immutable id of the team account which
140
- * contains this project.
141
- * **NOTE: This property will not be serialized. It can only be populated by
142
- * the server.**
143
- */
144
- readonly accountId?: string;
145
- /**
146
- * @member {string} [workspaceId] The immutable id of the workspace which
147
- * contains this project.
148
- * **NOTE: This property will not be serialized. It can only be populated by
149
- * the server.**
150
- */
151
- readonly workspaceId?: string;
152
- /**
153
- * @member {string} [projectId] The immutable id of this project.
154
- * **NOTE: This property will not be serialized. It can only be populated by
155
- * the server.**
156
- */
157
- readonly projectId?: string;
158
- /**
159
- * @member {string} [gitrepo] The reference to git repo for this project.
160
- */
161
- gitrepo?: string;
162
- /**
163
- * @member {string} friendlyName The friendly name for this project.
164
- */
165
- friendlyName: string;
166
- /**
167
- * @member {Date} [creationDate] The creation date of the project in ISO8601
168
- * format.
169
- * **NOTE: This property will not be serialized. It can only be populated by
170
- * the server.**
171
- */
172
- readonly creationDate?: Date;
173
- /**
174
- * @member {ProvisioningState} [provisioningState] The current deployment
175
- * state of project resource. The provisioningState is to indicate states for
176
- * resource provisioning. Possible values include: 'Creating', 'Succeeded',
177
- * 'Updating', 'Deleting', 'Failed'
178
- * **NOTE: This property will not be serialized. It can only be populated by
179
- * the server.**
180
- */
181
- readonly provisioningState?: ProvisioningState;
182
- }
183
-
184
- /**
185
- * @interface
186
- * An interface representing ProjectUpdateParameters.
187
- * The parameters for updating a machine learning project.
188
- *
189
- */
190
- export interface ProjectUpdateParameters {
191
- /**
192
- * @member {{ [propertyName: string]: string }} [tags] The resource tags for
193
- * the machine learning project.
194
- */
195
- tags?: { [propertyName: string]: string };
196
- /**
197
- * @member {string} [friendlyName] The friendly name for this project.
198
- */
199
- friendlyName?: string;
200
- /**
201
- * @member {string} [description] The description of this project.
202
- */
203
- description?: string;
204
- /**
205
- * @member {string} [gitrepo] The reference to git repo for this project.
206
- */
207
- gitrepo?: string;
208
- }
209
-
210
- /**
211
- * @interface
212
- * An interface representing ErrorResponse.
213
- * The error response send when an operation fails.
214
- *
215
- */
216
- export interface ErrorResponse {
217
- /**
218
- * @member {string} code error code
219
- */
220
- code: string;
221
- /**
222
- * @member {string} message error message
223
- */
224
- message: string;
225
- }
226
-
227
- /**
228
- * @interface
229
- * An interface representing StorageAccountProperties.
230
- * The properties of a storage account for a machine learning team account.
231
- *
232
- */
233
- export interface StorageAccountProperties {
234
- /**
235
- * @member {string} storageAccountId The fully qualified arm Id of the
236
- * storage account.
237
- */
238
- storageAccountId: string;
239
- /**
240
- * @member {string} accessKey The access key to the storage account.
241
- */
242
- accessKey: string;
243
- }
244
-
245
- /**
246
- * @interface
247
- * An interface representing Account.
248
- * An object that represents a machine learning team account.
249
- *
250
- * @extends Resource
251
- */
252
- export interface Account extends Resource {
253
- /**
254
- * @member {string} vsoAccountId The fully qualified arm id of the vso
255
- * account to be used for this team account.
256
- */
257
- vsoAccountId: string;
258
- /**
259
- * @member {string} [accountId] The immutable id associated with this team
260
- * account.
261
- * **NOTE: This property will not be serialized. It can only be populated by
262
- * the server.**
263
- */
264
- readonly accountId?: string;
265
- /**
266
- * @member {string} [description] The description of this workspace.
267
- */
268
- description?: string;
269
- /**
270
- * @member {string} [friendlyName] The friendly name for this workspace. This
271
- * will be the workspace name in the arm id when the workspace object gets
272
- * created
273
- */
274
- friendlyName?: string;
275
- /**
276
- * @member {string} keyVaultId The fully qualified arm id of the user key
277
- * vault.
278
- */
279
- keyVaultId: string;
280
- /**
281
- * @member {string} [seats] The no of users/seats who can access this team
282
- * account. This property defines the charge on the team account.
283
- */
284
- seats?: string;
285
- /**
286
- * @member {string} [discoveryUri] The uri for this machine learning team
287
- * account.
288
- * **NOTE: This property will not be serialized. It can only be populated by
289
- * the server.**
290
- */
291
- readonly discoveryUri?: string;
292
- /**
293
- * @member {Date} [creationDate] The creation date of the machine learning
294
- * team account in ISO8601 format.
295
- * **NOTE: This property will not be serialized. It can only be populated by
296
- * the server.**
297
- */
298
- readonly creationDate?: Date;
299
- /**
300
- * @member {StorageAccountProperties} storageAccount The properties of the
301
- * storage account for the machine learning team account.
302
- */
303
- storageAccount: StorageAccountProperties;
304
- /**
305
- * @member {ProvisioningState} [provisioningState] The current deployment
306
- * state of team account resource. The provisioningState is to indicate
307
- * states for resource provisioning. Possible values include: 'Creating',
308
- * 'Succeeded', 'Updating', 'Deleting', 'Failed'
309
- * **NOTE: This property will not be serialized. It can only be populated by
310
- * the server.**
311
- */
312
- readonly provisioningState?: ProvisioningState;
313
- }
314
-
315
- /**
316
- * @interface
317
- * An interface representing AccountUpdateParameters.
318
- * The parameters for updating a machine learning team account.
319
- *
320
- */
321
- export interface AccountUpdateParameters {
322
- /**
323
- * @member {{ [propertyName: string]: string }} [tags] The resource tags for
324
- * the machine learning team account.
325
- */
326
- tags?: { [propertyName: string]: string };
327
- /**
328
- * @member {string} [description] The description of this workspace.
329
- */
330
- description?: string;
331
- /**
332
- * @member {string} [friendlyName] The friendly name for this workspace. This
333
- * will be the workspace name in the arm id when the workspace object gets
334
- * created
335
- */
336
- friendlyName?: string;
337
- /**
338
- * @member {string} [seats] The no of users/seats who can access this team
339
- * account. This property defines the charge on the team account.
340
- */
341
- seats?: string;
342
- /**
343
- * @member {string} [storageAccountKey] The key for storage account
344
- * associated with this team account
345
- */
346
- storageAccountKey?: string;
347
- }
348
-
349
- /**
350
- * @interface
351
- * An interface representing OperationDisplay.
352
- * Display name of operation
353
- *
354
- */
355
- export interface OperationDisplay {
356
- /**
357
- * @member {string} [provider] The resource provider name:
358
- * Microsoft.MachineLearningExperimentation
359
- */
360
- provider?: string;
361
- /**
362
- * @member {string} [resource] The resource on which the operation is
363
- * performed.
364
- */
365
- resource?: string;
366
- /**
367
- * @member {string} [operation] The operation that users can perform.
368
- */
369
- operation?: string;
370
- /**
371
- * @member {string} [description] The description for the operation.
372
- */
373
- description?: string;
374
- }
375
-
376
- /**
377
- * @interface
378
- * An interface representing Operation.
379
- * Azure Machine Learning team account REST API operation
380
- *
381
- */
382
- export interface Operation {
383
- /**
384
- * @member {string} [name] Operation name: {provider}/{resource}/{operation}
385
- */
386
- name?: string;
387
- /**
388
- * @member {OperationDisplay} [display] Display name of operation
389
- */
390
- display?: OperationDisplay;
391
- }
392
-
393
- /**
394
- * @interface
395
- * An interface representing MLTeamAccountManagementClientOptions.
396
- * @extends AzureServiceClientOptions
397
- */
398
- export interface MLTeamAccountManagementClientOptions extends AzureServiceClientOptions {
399
- /**
400
- * @member {string} [baseUri]
401
- */
402
- baseUri?: string;
403
- }
404
-
405
-
406
- /**
407
- * @interface
408
- * An interface representing the OperationListResult.
409
- * An array of operations supported by the resource provider.
410
- *
411
- * @extends Array<Operation>
412
- */
413
- export interface OperationListResult extends Array<Operation> {
414
- }
415
-
416
- /**
417
- * @interface
418
- * An interface representing the AccountListResult.
419
- * The result of a request to list machine learning team accounts.
420
- *
421
- * @extends Array<Account>
422
- */
423
- export interface AccountListResult extends Array<Account> {
424
- /**
425
- * @member {string} [nextLink] The URI that can be used to request the next
426
- * list of machine learning team accounts.
427
- */
428
- nextLink?: string;
429
- }
430
-
431
- /**
432
- * @interface
433
- * An interface representing the WorkspaceListResult.
434
- * The result of a request to list machine learning team account workspaces.
435
- *
436
- * @extends Array<Workspace>
437
- */
438
- export interface WorkspaceListResult extends Array<Workspace> {
439
- /**
440
- * @member {string} [nextLink] The URI that can be used to request the next
441
- * list of machine learning workspaces.
442
- */
443
- nextLink?: string;
444
- }
445
-
446
- /**
447
- * @interface
448
- * An interface representing the ProjectListResult.
449
- * The result of a request to list projects.
450
- *
451
- * @extends Array<Project>
452
- */
453
- export interface ProjectListResult extends Array<Project> {
454
- /**
455
- * @member {string} [nextLink] The URI that can be used to request the next
456
- * list of projects.
457
- */
458
- nextLink?: string;
459
- }
460
-
461
- /**
462
- * Defines values for ProvisioningState.
463
- * Possible values include: 'Creating', 'Succeeded', 'Updating', 'Deleting', 'Failed'
464
- * @readonly
465
- * @enum {string}
466
- */
467
- export type ProvisioningState = 'Creating' | 'Succeeded' | 'Updating' | 'Deleting' | 'Failed';
468
-
469
- /**
470
- * Contains response data for the list operation.
471
- */
472
- export type OperationsListResponse = OperationListResult & {
473
- /**
474
- * The underlying HTTP response.
475
- */
476
- _response: msRest.HttpResponse & {
477
- /**
478
- * The response body as text (string format)
479
- */
480
- bodyAsText: string;
481
- /**
482
- * The response body as parsed JSON or XML
483
- */
484
- parsedBody: OperationListResult;
485
- };
486
- };
487
-
488
- /**
489
- * Contains response data for the get operation.
490
- */
491
- export type AccountsGetResponse = Account & {
492
- /**
493
- * The underlying HTTP response.
494
- */
495
- _response: msRest.HttpResponse & {
496
- /**
497
- * The response body as text (string format)
498
- */
499
- bodyAsText: string;
500
- /**
501
- * The response body as parsed JSON or XML
502
- */
503
- parsedBody: Account;
504
- };
505
- };
506
-
507
- /**
508
- * Contains response data for the createOrUpdate operation.
509
- */
510
- export type AccountsCreateOrUpdateResponse = Account & {
511
- /**
512
- * The underlying HTTP response.
513
- */
514
- _response: msRest.HttpResponse & {
515
- /**
516
- * The response body as text (string format)
517
- */
518
- bodyAsText: string;
519
- /**
520
- * The response body as parsed JSON or XML
521
- */
522
- parsedBody: Account;
523
- };
524
- };
525
-
526
- /**
527
- * Contains response data for the update operation.
528
- */
529
- export type AccountsUpdateResponse = Account & {
530
- /**
531
- * The underlying HTTP response.
532
- */
533
- _response: msRest.HttpResponse & {
534
- /**
535
- * The response body as text (string format)
536
- */
537
- bodyAsText: string;
538
- /**
539
- * The response body as parsed JSON or XML
540
- */
541
- parsedBody: Account;
542
- };
543
- };
544
-
545
- /**
546
- * Contains response data for the listByResourceGroup operation.
547
- */
548
- export type AccountsListByResourceGroupResponse = AccountListResult & {
549
- /**
550
- * The underlying HTTP response.
551
- */
552
- _response: msRest.HttpResponse & {
553
- /**
554
- * The response body as text (string format)
555
- */
556
- bodyAsText: string;
557
- /**
558
- * The response body as parsed JSON or XML
559
- */
560
- parsedBody: AccountListResult;
561
- };
562
- };
563
-
564
- /**
565
- * Contains response data for the list operation.
566
- */
567
- export type AccountsListResponse = AccountListResult & {
568
- /**
569
- * The underlying HTTP response.
570
- */
571
- _response: msRest.HttpResponse & {
572
- /**
573
- * The response body as text (string format)
574
- */
575
- bodyAsText: string;
576
- /**
577
- * The response body as parsed JSON or XML
578
- */
579
- parsedBody: AccountListResult;
580
- };
581
- };
582
-
583
- /**
584
- * Contains response data for the listByResourceGroupNext operation.
585
- */
586
- export type AccountsListByResourceGroupNextResponse = AccountListResult & {
587
- /**
588
- * The underlying HTTP response.
589
- */
590
- _response: msRest.HttpResponse & {
591
- /**
592
- * The response body as text (string format)
593
- */
594
- bodyAsText: string;
595
- /**
596
- * The response body as parsed JSON or XML
597
- */
598
- parsedBody: AccountListResult;
599
- };
600
- };
601
-
602
- /**
603
- * Contains response data for the listNext operation.
604
- */
605
- export type AccountsListNextResponse = AccountListResult & {
606
- /**
607
- * The underlying HTTP response.
608
- */
609
- _response: msRest.HttpResponse & {
610
- /**
611
- * The response body as text (string format)
612
- */
613
- bodyAsText: string;
614
- /**
615
- * The response body as parsed JSON or XML
616
- */
617
- parsedBody: AccountListResult;
618
- };
619
- };
620
-
621
- /**
622
- * Contains response data for the get operation.
623
- */
624
- export type WorkspacesGetResponse = Workspace & {
625
- /**
626
- * The underlying HTTP response.
627
- */
628
- _response: msRest.HttpResponse & {
629
- /**
630
- * The response body as text (string format)
631
- */
632
- bodyAsText: string;
633
- /**
634
- * The response body as parsed JSON or XML
635
- */
636
- parsedBody: Workspace;
637
- };
638
- };
639
-
640
- /**
641
- * Contains response data for the createOrUpdate operation.
642
- */
643
- export type WorkspacesCreateOrUpdateResponse = Workspace & {
644
- /**
645
- * The underlying HTTP response.
646
- */
647
- _response: msRest.HttpResponse & {
648
- /**
649
- * The response body as text (string format)
650
- */
651
- bodyAsText: string;
652
- /**
653
- * The response body as parsed JSON or XML
654
- */
655
- parsedBody: Workspace;
656
- };
657
- };
658
-
659
- /**
660
- * Contains response data for the update operation.
661
- */
662
- export type WorkspacesUpdateResponse = Workspace & {
663
- /**
664
- * The underlying HTTP response.
665
- */
666
- _response: msRest.HttpResponse & {
667
- /**
668
- * The response body as text (string format)
669
- */
670
- bodyAsText: string;
671
- /**
672
- * The response body as parsed JSON or XML
673
- */
674
- parsedBody: Workspace;
675
- };
676
- };
677
-
678
- /**
679
- * Contains response data for the listByAccounts operation.
680
- */
681
- export type WorkspacesListByAccountsResponse = WorkspaceListResult & {
682
- /**
683
- * The underlying HTTP response.
684
- */
685
- _response: msRest.HttpResponse & {
686
- /**
687
- * The response body as text (string format)
688
- */
689
- bodyAsText: string;
690
- /**
691
- * The response body as parsed JSON or XML
692
- */
693
- parsedBody: WorkspaceListResult;
694
- };
695
- };
696
-
697
- /**
698
- * Contains response data for the listByAccountsNext operation.
699
- */
700
- export type WorkspacesListByAccountsNextResponse = WorkspaceListResult & {
701
- /**
702
- * The underlying HTTP response.
703
- */
704
- _response: msRest.HttpResponse & {
705
- /**
706
- * The response body as text (string format)
707
- */
708
- bodyAsText: string;
709
- /**
710
- * The response body as parsed JSON or XML
711
- */
712
- parsedBody: WorkspaceListResult;
713
- };
714
- };
715
-
716
- /**
717
- * Contains response data for the get operation.
718
- */
719
- export type ProjectsGetResponse = Project & {
720
- /**
721
- * The underlying HTTP response.
722
- */
723
- _response: msRest.HttpResponse & {
724
- /**
725
- * The response body as text (string format)
726
- */
727
- bodyAsText: string;
728
- /**
729
- * The response body as parsed JSON or XML
730
- */
731
- parsedBody: Project;
732
- };
733
- };
734
-
735
- /**
736
- * Contains response data for the createOrUpdate operation.
737
- */
738
- export type ProjectsCreateOrUpdateResponse = Project & {
739
- /**
740
- * The underlying HTTP response.
741
- */
742
- _response: msRest.HttpResponse & {
743
- /**
744
- * The response body as text (string format)
745
- */
746
- bodyAsText: string;
747
- /**
748
- * The response body as parsed JSON or XML
749
- */
750
- parsedBody: Project;
751
- };
752
- };
753
-
754
- /**
755
- * Contains response data for the update operation.
756
- */
757
- export type ProjectsUpdateResponse = Project & {
758
- /**
759
- * The underlying HTTP response.
760
- */
761
- _response: msRest.HttpResponse & {
762
- /**
763
- * The response body as text (string format)
764
- */
765
- bodyAsText: string;
766
- /**
767
- * The response body as parsed JSON or XML
768
- */
769
- parsedBody: Project;
770
- };
771
- };
772
-
773
- /**
774
- * Contains response data for the listByWorkspace operation.
775
- */
776
- export type ProjectsListByWorkspaceResponse = ProjectListResult & {
777
- /**
778
- * The underlying HTTP response.
779
- */
780
- _response: msRest.HttpResponse & {
781
- /**
782
- * The response body as text (string format)
783
- */
784
- bodyAsText: string;
785
- /**
786
- * The response body as parsed JSON or XML
787
- */
788
- parsedBody: ProjectListResult;
789
- };
790
- };
791
-
792
- /**
793
- * Contains response data for the listByWorkspaceNext operation.
794
- */
795
- export type ProjectsListByWorkspaceNextResponse = ProjectListResult & {
796
- /**
797
- * The underlying HTTP response.
798
- */
799
- _response: msRest.HttpResponse & {
800
- /**
801
- * The response body as text (string format)
802
- */
803
- bodyAsText: string;
804
- /**
805
- * The response body as parsed JSON or XML
806
- */
807
- parsedBody: ProjectListResult;
808
- };
809
- };