@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.
- package/CHANGELOG.md +11 -0
- package/LICENSE +21 -0
- package/README.md +69 -80
- package/dist/index.js +1780 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/accountCreate.d.ts +2 -0
- package/dist-esm/samples-dev/accountCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountCreate.js +33 -0
- package/dist-esm/samples-dev/accountCreate.js.map +1 -0
- package/dist-esm/samples-dev/accountGet.d.ts +2 -0
- package/dist-esm/samples-dev/accountGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountGet.js +31 -0
- package/dist-esm/samples-dev/accountGet.js.map +1 -0
- package/dist-esm/samples-dev/accountUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/accountUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/accountUpdate.js +35 -0
- package/dist-esm/samples-dev/accountUpdate.js.map +1 -0
- package/dist-esm/samples-dev/createProject.d.ts +2 -0
- package/dist-esm/samples-dev/createProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/createProject.js +39 -0
- package/dist-esm/samples-dev/createProject.js.map +1 -0
- package/dist-esm/samples-dev/getProject.d.ts +2 -0
- package/dist-esm/samples-dev/getProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/getProject.js +33 -0
- package/dist-esm/samples-dev/getProject.js.map +1 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.d.ts +2 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.d.ts.map +1 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.js +45 -0
- package/dist-esm/samples-dev/listWorkspacesByAccounts.js.map +1 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.d.ts +2 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.d.ts.map +1 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.js +46 -0
- package/dist-esm/samples-dev/projectListByWorkspaces.js.map +1 -0
- package/dist-esm/samples-dev/updateProject.d.ts +2 -0
- package/dist-esm/samples-dev/updateProject.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateProject.js +37 -0
- package/dist-esm/samples-dev/updateProject.js.map +1 -0
- package/dist-esm/samples-dev/workspaceCreate.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceCreate.js +37 -0
- package/dist-esm/samples-dev/workspaceCreate.js.map +1 -0
- package/dist-esm/samples-dev/workspaceDelete.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceDelete.js +32 -0
- package/dist-esm/samples-dev/workspaceDelete.js.map +1 -0
- package/dist-esm/samples-dev/workspaceGet.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceGet.js +32 -0
- package/dist-esm/samples-dev/workspaceGet.js.map +1 -0
- package/dist-esm/samples-dev/workspaceUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/workspaceUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/workspaceUpdate.js +33 -0
- package/dist-esm/samples-dev/workspaceUpdate.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +12 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/mLTeamAccountManagementClient.d.ts +21 -0
- package/dist-esm/src/mLTeamAccountManagementClient.d.ts.map +1 -0
- package/dist-esm/src/mLTeamAccountManagementClient.js +54 -0
- package/dist-esm/src/mLTeamAccountManagementClient.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +329 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +9 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +17 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +273 -315
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +18 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +153 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +90 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +366 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +3 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +90 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/projects.d.ts +86 -0
- package/dist-esm/src/operations/projects.d.ts.map +1 -0
- package/dist-esm/src/operations/projects.js +307 -0
- package/dist-esm/src/operations/projects.js.map +1 -0
- package/dist-esm/src/operations/workspaces.d.ts +79 -0
- package/dist-esm/src/operations/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operations/workspaces.js +280 -0
- package/dist-esm/src/operations/workspaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +52 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +12 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/projects.d.ts +57 -0
- package/dist-esm/src/operationsInterfaces/projects.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/projects.js +9 -0
- package/dist-esm/src/operationsInterfaces/projects.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts +52 -0
- package/dist-esm/src/operationsInterfaces/workspaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/workspaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/workspaces.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +81 -34
- package/review/arm-machinelearningexperimentation.api.md +339 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +12 -0
- package/src/mLTeamAccountManagementClient.ts +78 -41
- package/src/models/index.ts +287 -707
- package/src/models/mappers.ts +263 -305
- package/src/models/parameters.ts +116 -43
- package/src/operations/accounts.ts +290 -330
- package/src/operations/index.ts +3 -5
- package/src/operations/operations.ts +66 -42
- package/src/operations/projects.ts +256 -281
- package/src/operations/workspaces.ts +242 -283
- package/src/operationsInterfaces/accounts.ts +96 -0
- package/src/operationsInterfaces/index.ts +12 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/projects.ts +108 -0
- package/src/operationsInterfaces/workspaces.ts +98 -0
- package/tsconfig.json +6 -5
- package/types/arm-machinelearningexperimentation.d.ts +569 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-machinelearningexperimentation.js +0 -1725
- package/dist/arm-machinelearningexperimentation.js.map +0 -1
- package/dist/arm-machinelearningexperimentation.min.js +0 -1
- package/dist/arm-machinelearningexperimentation.min.js.map +0 -1
- package/esm/mLTeamAccountManagementClient.d.ts +0 -27
- package/esm/mLTeamAccountManagementClient.d.ts.map +0 -1
- package/esm/mLTeamAccountManagementClient.js +0 -41
- package/esm/mLTeamAccountManagementClient.js.map +0 -1
- package/esm/mLTeamAccountManagementClientContext.d.ts +0 -22
- package/esm/mLTeamAccountManagementClientContext.d.ts.map +0 -1
- package/esm/mLTeamAccountManagementClientContext.js +0 -61
- package/esm/mLTeamAccountManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -11
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -770
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -19
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -10
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -106
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/projectsMappers.d.ts +0 -2
- package/esm/models/projectsMappers.d.ts.map +0 -1
- package/esm/models/projectsMappers.js +0 -11
- package/esm/models/projectsMappers.js.map +0 -1
- package/esm/models/workspacesMappers.d.ts +0 -2
- package/esm/models/workspacesMappers.d.ts.map +0 -1
- package/esm/models/workspacesMappers.js +0 -11
- package/esm/models/workspacesMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -187
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -272
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -51
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/projects.d.ts +0 -184
- package/esm/operations/projects.d.ts.map +0 -1
- package/esm/operations/projects.js +0 -239
- package/esm/operations/projects.js.map +0 -1
- package/esm/operations/workspaces.d.ts +0 -169
- package/esm/operations/workspaces.d.ts.map +0 -1
- package/esm/operations/workspaces.js +0 -229
- package/esm/operations/workspaces.js.map +0 -1
- package/src/mLTeamAccountManagementClientContext.ts +0 -68
- package/src/models/accountsMappers.ts +0 -22
- package/src/models/operationsMappers.ts +0 -17
- package/src/models/projectsMappers.ts +0 -22
- package/src/models/workspacesMappers.ts +0 -22
package/src/models/index.ts
CHANGED
|
@@ -1,809 +1,389 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
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
|
|
12
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
13
10
|
|
|
14
|
-
|
|
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
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
*/
|
|
24
|
-
|
|
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
|
-
*
|
|
27
|
-
*
|
|
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
|
-
*
|
|
33
|
-
*
|
|
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
|
-
*
|
|
39
|
-
*
|
|
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
|
-
|
|
57
|
-
|
|
58
|
-
|
|
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
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
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
|
-
|
|
106
|
-
|
|
107
|
-
|
|
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
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
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
|
-
|
|
212
|
-
|
|
213
|
-
|
|
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
|
-
|
|
247
|
-
|
|
248
|
-
|
|
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
|
-
*
|
|
255
|
-
*
|
|
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
|
-
|
|
277
|
-
|
|
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
|
-
*
|
|
287
|
-
*
|
|
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
|
-
*
|
|
294
|
-
*
|
|
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
|
-
*
|
|
301
|
-
*
|
|
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
|
-
|
|
317
|
-
|
|
318
|
-
|
|
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
|
-
*
|
|
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
|
-
|
|
180
|
+
readonly accountId?: string;
|
|
331
181
|
/**
|
|
332
|
-
*
|
|
333
|
-
* will be
|
|
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
|
-
*
|
|
339
|
-
*
|
|
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
|
-
|
|
192
|
+
readonly creationDate?: Date;
|
|
342
193
|
/**
|
|
343
|
-
*
|
|
344
|
-
*
|
|
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
|
-
|
|
347
|
-
}
|
|
197
|
+
readonly provisioningState?: ProvisioningState;
|
|
198
|
+
};
|
|
348
199
|
|
|
349
|
-
/**
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
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
|
-
*
|
|
363
|
-
*
|
|
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
|
-
|
|
208
|
+
readonly accountId?: string;
|
|
366
209
|
/**
|
|
367
|
-
*
|
|
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
|
-
|
|
213
|
+
readonly workspaceId?: string;
|
|
370
214
|
/**
|
|
371
|
-
*
|
|
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
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
/**
|
|
377
|
-
|
|
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
|
-
*
|
|
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
|
-
|
|
227
|
+
readonly creationDate?: Date;
|
|
387
228
|
/**
|
|
388
|
-
*
|
|
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
|
-
|
|
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
|
-
|
|
395
|
-
|
|
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
|
-
|
|
408
|
-
|
|
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
|
-
|
|
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
|
-
|
|
433
|
-
|
|
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
|
-
|
|
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
|
-
|
|
463
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
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
|
+
}
|