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