@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
@@ -1,809 +1,389 @@
1
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.
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
5
4
  *
6
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
9
7
  */
10
8
 
11
- import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
12
- import * as msRest from "@azure/ms-rest-js";
9
+ import * as coreClient from "@azure/core-client";
13
10
 
14
- export { BaseResource, CloudError };
11
+ /** An array of operations supported by the resource provider. */
12
+ export interface OperationListResult {
13
+ /** List of AML team account operations supported by the AML team account resource provider. */
14
+ value?: Operation[];
15
+ }
15
16
 
17
+ /** Azure Machine Learning team account REST API operation */
18
+ export interface Operation {
19
+ /** Operation name: {provider}/{resource}/{operation} */
20
+ name?: string;
21
+ /** Display name of operation */
22
+ display?: OperationDisplay;
23
+ }
16
24
 
17
- /**
18
- * @interface
19
- * An interface representing Resource.
20
- * An Azure resource.
21
- *
22
- * @extends BaseResource
23
- */
24
- export interface Resource extends BaseResource {
25
+ /** Display name of operation */
26
+ export interface OperationDisplay {
27
+ /** The resource provider name: Microsoft.MachineLearningExperimentation */
28
+ provider?: string;
29
+ /** The resource on which the operation is performed. */
30
+ resource?: string;
31
+ /** The operation that users can perform. */
32
+ operation?: string;
33
+ /** The description for the operation. */
34
+ description?: string;
35
+ }
36
+
37
+ /** The error response send when an operation fails. */
38
+ export interface ErrorResponse {
39
+ /** error code */
40
+ code: string;
41
+ /** error message */
42
+ message: string;
43
+ }
44
+
45
+ /** The properties of a storage account for a machine learning team account. */
46
+ export interface StorageAccountProperties {
47
+ /** The fully qualified arm Id of the storage account. */
48
+ storageAccountId: string;
49
+ /** The access key to the storage account. */
50
+ accessKey: string;
51
+ }
52
+
53
+ /** An Azure resource. */
54
+ export interface Resource {
25
55
  /**
26
- * @member {string} [id] The resource ID.
27
- * **NOTE: This property will not be serialized. It can only be populated by
28
- * the server.**
56
+ * The resource ID.
57
+ * NOTE: This property will not be serialized. It can only be populated by the server.
29
58
  */
30
59
  readonly id?: string;
31
60
  /**
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.**
61
+ * The name of the resource.
62
+ * NOTE: This property will not be serialized. It can only be populated by the server.
35
63
  */
36
64
  readonly name?: string;
37
65
  /**
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.**
66
+ * The type of the resource.
67
+ * NOTE: This property will not be serialized. It can only be populated by the server.
41
68
  */
42
69
  readonly type?: string;
43
- /**
44
- * @member {string} location The location of the resource. This cannot be
45
- * changed after the resource is created.
46
- */
70
+ /** The location of the resource. This cannot be changed after the resource is created. */
47
71
  location: string;
48
- /**
49
- * @member {{ [propertyName: string]: string }} [tags] The tags of the
50
- * resource.
51
- */
72
+ /** The tags of the resource. */
52
73
  tags?: { [propertyName: string]: string };
53
74
  }
54
75
 
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
- */
76
+ /** The parameters for updating a machine learning team account. */
77
+ export interface AccountUpdateParameters {
78
+ /** The resource tags for the machine learning team account. */
79
+ tags?: { [propertyName: string]: string };
80
+ /** The description of this workspace. */
66
81
  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;
82
+ /** The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created */
83
+ friendlyName?: string;
84
+ /** The no of users/seats who can access this team account. This property defines the charge on the team account. */
85
+ seats?: string;
86
+ /** The key for storage account associated with this team account */
87
+ storageAccountKey?: string;
102
88
  }
103
89
 
104
- /**
105
- * @interface
106
- * An interface representing WorkspaceUpdateParameters.
107
- * The parameters for updating a machine learning team account workspace.
108
- *
109
- */
90
+ /** The result of a request to list machine learning team accounts. */
91
+ export interface AccountListResult {
92
+ /** The list of machine learning team accounts. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning team accounts. */
93
+ value?: Account[];
94
+ /** The URI that can be used to request the next list of machine learning team accounts. */
95
+ nextLink?: string;
96
+ }
97
+
98
+ /** The parameters for updating a machine learning team account workspace. */
110
99
  export interface WorkspaceUpdateParameters {
111
- /**
112
- * @member {{ [propertyName: string]: string }} [tags] The resource tags for
113
- * the machine learning team account workspace.
114
- */
100
+ /** The resource tags for the machine learning team account workspace. */
115
101
  tags?: { [propertyName: string]: string };
116
- /**
117
- * @member {string} [friendlyName] Friendly name of this workspace.
118
- */
102
+ /** Friendly name of this workspace. */
119
103
  friendlyName?: string;
120
- /**
121
- * @member {string} [description] Description for this workspace.
122
- */
104
+ /** Description for this workspace. */
123
105
  description?: string;
124
106
  }
125
107
 
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;
108
+ /** The result of a request to list machine learning team account workspaces. */
109
+ export interface WorkspaceListResult {
110
+ /** The list of machine learning team account workspaces. Since this list may be incomplete, the nextLink field should be used to request the next list of machine learning team accounts. */
111
+ value?: Workspace[];
112
+ /** The URI that can be used to request the next list of machine learning workspaces. */
113
+ nextLink?: string;
182
114
  }
183
115
 
184
- /**
185
- * @interface
186
- * An interface representing ProjectUpdateParameters.
187
- * The parameters for updating a machine learning project.
188
- *
189
- */
116
+ /** The parameters for updating a machine learning project. */
190
117
  export interface ProjectUpdateParameters {
191
- /**
192
- * @member {{ [propertyName: string]: string }} [tags] The resource tags for
193
- * the machine learning project.
194
- */
118
+ /** The resource tags for the machine learning project. */
195
119
  tags?: { [propertyName: string]: string };
196
- /**
197
- * @member {string} [friendlyName] The friendly name for this project.
198
- */
120
+ /** The friendly name for this project. */
199
121
  friendlyName?: string;
200
- /**
201
- * @member {string} [description] The description of this project.
202
- */
122
+ /** The description of this project. */
203
123
  description?: string;
204
- /**
205
- * @member {string} [gitrepo] The reference to git repo for this project.
206
- */
124
+ /** The reference to git repo for this project. */
207
125
  gitrepo?: string;
208
126
  }
209
127
 
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;
128
+ /** The result of a request to list projects. */
129
+ export interface ProjectListResult {
130
+ /** The list of projects. Since this list may be incomplete, the nextLink field should be used to request the next list of projects. */
131
+ value?: Project[];
132
+ /** The URI that can be used to request the next list of projects. */
133
+ nextLink?: string;
243
134
  }
244
135
 
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 {
136
+ /** An object that represents a machine learning team account. */
137
+ export type Account = Resource & {
138
+ /** The fully qualified arm id of the vso account to be used for this team account. */
139
+ vsoAccountId?: string;
253
140
  /**
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.**
141
+ * The immutable id associated with this team account.
142
+ * NOTE: This property will not be serialized. It can only be populated by the server.
263
143
  */
264
144
  readonly accountId?: string;
265
- /**
266
- * @member {string} [description] The description of this workspace.
267
- */
145
+ /** The description of this workspace. */
268
146
  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
- */
147
+ /** The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created */
274
148
  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
- */
149
+ /** The fully qualified arm id of the user key vault. */
150
+ keyVaultId?: string;
151
+ /** The no of users/seats who can access this team account. This property defines the charge on the team account. */
284
152
  seats?: string;
285
153
  /**
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.**
154
+ * The uri for this machine learning team account.
155
+ * NOTE: This property will not be serialized. It can only be populated by the server.
290
156
  */
291
157
  readonly discoveryUri?: string;
292
158
  /**
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.**
159
+ * The creation date of the machine learning team account in ISO8601 format.
160
+ * NOTE: This property will not be serialized. It can only be populated by the server.
297
161
  */
298
162
  readonly creationDate?: Date;
163
+ /** The properties of the storage account for the machine learning team account. */
164
+ storageAccount?: StorageAccountProperties;
299
165
  /**
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.**
166
+ * The current deployment state of team account resource. The provisioningState is to indicate states for resource provisioning.
167
+ * NOTE: This property will not be serialized. It can only be populated by the server.
311
168
  */
312
169
  readonly provisioningState?: ProvisioningState;
313
- }
170
+ };
314
171
 
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 };
172
+ /** An object that represents a machine learning team account workspace. */
173
+ export type Workspace = Resource & {
174
+ /** The description of this workspace. */
175
+ description?: string;
327
176
  /**
328
- * @member {string} [description] The description of this workspace.
177
+ * The immutable id of the team account which contains this workspace.
178
+ * NOTE: This property will not be serialized. It can only be populated by the server.
329
179
  */
330
- description?: string;
180
+ readonly accountId?: string;
331
181
  /**
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
182
+ * The immutable id of this workspace.
183
+ * NOTE: This property will not be serialized. It can only be populated by the server.
335
184
  */
185
+ readonly workspaceId?: string;
186
+ /** The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created */
336
187
  friendlyName?: string;
337
188
  /**
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.
189
+ * The creation date of the machine learning workspace in ISO8601 format.
190
+ * NOTE: This property will not be serialized. It can only be populated by the server.
340
191
  */
341
- seats?: string;
192
+ readonly creationDate?: Date;
342
193
  /**
343
- * @member {string} [storageAccountKey] The key for storage account
344
- * associated with this team account
194
+ * The current deployment state of team account workspace resource. The provisioningState is to indicate states for resource provisioning.
195
+ * NOTE: This property will not be serialized. It can only be populated by the server.
345
196
  */
346
- storageAccountKey?: string;
347
- }
197
+ readonly provisioningState?: ProvisioningState;
198
+ };
348
199
 
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;
200
+ /** An object that represents a machine learning project. */
201
+ export type Project = Resource & {
202
+ /** The description of this project. */
203
+ description?: string;
361
204
  /**
362
- * @member {string} [resource] The resource on which the operation is
363
- * performed.
205
+ * The immutable id of the team account which contains this project.
206
+ * NOTE: This property will not be serialized. It can only be populated by the server.
364
207
  */
365
- resource?: string;
208
+ readonly accountId?: string;
366
209
  /**
367
- * @member {string} [operation] The operation that users can perform.
210
+ * The immutable id of the workspace which contains this project.
211
+ * NOTE: This property will not be serialized. It can only be populated by the server.
368
212
  */
369
- operation?: string;
213
+ readonly workspaceId?: string;
370
214
  /**
371
- * @member {string} [description] The description for the operation.
215
+ * The immutable id of this project.
216
+ * NOTE: This property will not be serialized. It can only be populated by the server.
372
217
  */
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 {
218
+ readonly projectId?: string;
219
+ /** The reference to git repo for this project. */
220
+ gitrepo?: string;
221
+ /** The friendly name for this project. */
222
+ friendlyName?: string;
383
223
  /**
384
- * @member {string} [name] Operation name: {provider}/{resource}/{operation}
224
+ * The creation date of the project in ISO8601 format.
225
+ * NOTE: This property will not be serialized. It can only be populated by the server.
385
226
  */
386
- name?: string;
227
+ readonly creationDate?: Date;
387
228
  /**
388
- * @member {OperationDisplay} [display] Display name of operation
229
+ * The current deployment state of project resource. The provisioningState is to indicate states for resource provisioning.
230
+ * NOTE: This property will not be serialized. It can only be populated by the server.
389
231
  */
390
- display?: OperationDisplay;
391
- }
232
+ readonly provisioningState?: ProvisioningState;
233
+ };
234
+ /** Defines values for ProvisioningState. */
235
+ export type ProvisioningState =
236
+ | "Creating"
237
+ | "Succeeded"
238
+ | "Updating"
239
+ | "Deleting"
240
+ | "Failed";
392
241
 
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
- }
242
+ /** Optional parameters. */
243
+ export interface OperationsListOptionalParams
244
+ extends coreClient.OperationOptions {}
404
245
 
246
+ /** Contains response data for the list operation. */
247
+ export type OperationsListResponse = OperationListResult;
405
248
 
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
- }
249
+ /** Optional parameters. */
250
+ export interface AccountsGetOptionalParams
251
+ extends coreClient.OperationOptions {}
415
252
 
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
- }
253
+ /** Contains response data for the get operation. */
254
+ export type AccountsGetResponse = Account;
430
255
 
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
- }
256
+ /** Optional parameters. */
257
+ export interface AccountsCreateOrUpdateOptionalParams
258
+ extends coreClient.OperationOptions {}
445
259
 
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
- }
260
+ /** Contains response data for the createOrUpdate operation. */
261
+ export type AccountsCreateOrUpdateResponse = Account;
460
262
 
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';
263
+ /** Optional parameters. */
264
+ export interface AccountsDeleteOptionalParams
265
+ extends coreClient.OperationOptions {}
468
266
 
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
- };
267
+ /** Optional parameters. */
268
+ export interface AccountsUpdateOptionalParams
269
+ extends coreClient.OperationOptions {}
487
270
 
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
- };
271
+ /** Contains response data for the update operation. */
272
+ export type AccountsUpdateResponse = Account;
506
273
 
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
- };
274
+ /** Optional parameters. */
275
+ export interface AccountsListByResourceGroupOptionalParams
276
+ extends coreClient.OperationOptions {}
525
277
 
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
- };
278
+ /** Contains response data for the listByResourceGroup operation. */
279
+ export type AccountsListByResourceGroupResponse = AccountListResult;
544
280
 
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
- };
281
+ /** Optional parameters. */
282
+ export interface AccountsListOptionalParams
283
+ extends coreClient.OperationOptions {}
563
284
 
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
- };
285
+ /** Contains response data for the list operation. */
286
+ export type AccountsListResponse = AccountListResult;
582
287
 
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
- };
288
+ /** Optional parameters. */
289
+ export interface AccountsListByResourceGroupNextOptionalParams
290
+ extends coreClient.OperationOptions {}
601
291
 
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
- };
292
+ /** Contains response data for the listByResourceGroupNext operation. */
293
+ export type AccountsListByResourceGroupNextResponse = AccountListResult;
620
294
 
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
- };
295
+ /** Optional parameters. */
296
+ export interface AccountsListNextOptionalParams
297
+ extends coreClient.OperationOptions {}
639
298
 
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
- };
299
+ /** Contains response data for the listNext operation. */
300
+ export type AccountsListNextResponse = AccountListResult;
658
301
 
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
- };
302
+ /** Optional parameters. */
303
+ export interface WorkspacesGetOptionalParams
304
+ extends coreClient.OperationOptions {}
677
305
 
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
- };
306
+ /** Contains response data for the get operation. */
307
+ export type WorkspacesGetResponse = Workspace;
696
308
 
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
- };
309
+ /** Optional parameters. */
310
+ export interface WorkspacesCreateOrUpdateOptionalParams
311
+ extends coreClient.OperationOptions {}
715
312
 
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
- };
313
+ /** Contains response data for the createOrUpdate operation. */
314
+ export type WorkspacesCreateOrUpdateResponse = Workspace;
734
315
 
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
- };
316
+ /** Optional parameters. */
317
+ export interface WorkspacesDeleteOptionalParams
318
+ extends coreClient.OperationOptions {}
753
319
 
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
- };
320
+ /** Optional parameters. */
321
+ export interface WorkspacesUpdateOptionalParams
322
+ extends coreClient.OperationOptions {}
772
323
 
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
- };
324
+ /** Contains response data for the update operation. */
325
+ export type WorkspacesUpdateResponse = Workspace;
791
326
 
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
- };
327
+ /** Optional parameters. */
328
+ export interface WorkspacesListByAccountsOptionalParams
329
+ extends coreClient.OperationOptions {}
330
+
331
+ /** Contains response data for the listByAccounts operation. */
332
+ export type WorkspacesListByAccountsResponse = WorkspaceListResult;
333
+
334
+ /** Optional parameters. */
335
+ export interface WorkspacesListByAccountsNextOptionalParams
336
+ extends coreClient.OperationOptions {}
337
+
338
+ /** Contains response data for the listByAccountsNext operation. */
339
+ export type WorkspacesListByAccountsNextResponse = WorkspaceListResult;
340
+
341
+ /** Optional parameters. */
342
+ export interface ProjectsGetOptionalParams
343
+ extends coreClient.OperationOptions {}
344
+
345
+ /** Contains response data for the get operation. */
346
+ export type ProjectsGetResponse = Project;
347
+
348
+ /** Optional parameters. */
349
+ export interface ProjectsCreateOrUpdateOptionalParams
350
+ extends coreClient.OperationOptions {}
351
+
352
+ /** Contains response data for the createOrUpdate operation. */
353
+ export type ProjectsCreateOrUpdateResponse = Project;
354
+
355
+ /** Optional parameters. */
356
+ export interface ProjectsDeleteOptionalParams
357
+ extends coreClient.OperationOptions {}
358
+
359
+ /** Optional parameters. */
360
+ export interface ProjectsUpdateOptionalParams
361
+ extends coreClient.OperationOptions {}
362
+
363
+ /** Contains response data for the update operation. */
364
+ export type ProjectsUpdateResponse = Project;
365
+
366
+ /** Optional parameters. */
367
+ export interface ProjectsListByWorkspaceOptionalParams
368
+ extends coreClient.OperationOptions {}
369
+
370
+ /** Contains response data for the listByWorkspace operation. */
371
+ export type ProjectsListByWorkspaceResponse = ProjectListResult;
372
+
373
+ /** Optional parameters. */
374
+ export interface ProjectsListByWorkspaceNextOptionalParams
375
+ extends coreClient.OperationOptions {}
376
+
377
+ /** Contains response data for the listByWorkspaceNext operation. */
378
+ export type ProjectsListByWorkspaceNextResponse = ProjectListResult;
379
+
380
+ /** Optional parameters. */
381
+ export interface MLTeamAccountManagementClientOptionalParams
382
+ extends coreClient.ServiceClientOptions {
383
+ /** server parameter */
384
+ $host?: string;
385
+ /** Api Version */
386
+ apiVersion?: string;
387
+ /** Overrides client endpoint. */
388
+ endpoint?: string;
389
+ }