@azure/arm-machinelearningcompute 1.1.0 → 3.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/LICENSE.txt +1 -1
- package/README.md +75 -77
- package/dist/index.js +1821 -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/checkUpdateForAnOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/checkUpdateForAnOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/deleteOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/deleteOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/getOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/getOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/getOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/getOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/listKeysOfAnOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/listOperationalizationClustersByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts +2 -0
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.d.ts.map +1 -0
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js +43 -0
- package/dist-esm/samples-dev/listOperationalizationClustersBySubscription.js.map +1 -0
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts +2 -0
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.d.ts.map +1 -0
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js +29 -0
- package/dist-esm/samples-dev/machineLearningComputeListAvailableOperations.js.map +1 -0
- package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/patchOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/patchOperationalizationCluster.js +34 -0
- package/dist-esm/samples-dev/patchOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/putOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/putOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/putOperationalizationCluster.js +54 -0
- package/dist-esm/samples-dev/putOperationalizationCluster.js.map +1 -0
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts +2 -0
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.js +31 -0
- package/dist-esm/samples-dev/updateSystemServicesInAnOperationalizationCluster.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/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/machineLearningComputeManagementClient.d.ts +19 -0
- package/dist-esm/src/machineLearningComputeManagementClient.d.ts.map +1 -0
- package/dist-esm/src/machineLearningComputeManagementClient.js +52 -0
- package/dist-esm/src/machineLearningComputeManagementClient.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +637 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +101 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +32 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +350 -406
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +14 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +130 -0
- package/dist-esm/src/models/parameters.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/machineLearningCompute.d.ts +18 -0
- package/dist-esm/src/operations/machineLearningCompute.d.ts.map +1 -0
- package/dist-esm/src/operations/machineLearningCompute.js +43 -0
- package/dist-esm/src/operations/machineLearningCompute.js.map +1 -0
- package/dist-esm/src/operations/operationalizationClusters.d.ts +130 -0
- package/dist-esm/src/operations/operationalizationClusters.d.ts.map +1 -0
- package/dist-esm/src/operations/operationalizationClusters.js +579 -0
- package/dist-esm/src/operations/operationalizationClusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +3 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +10 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/machineLearningCompute.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/machineLearningCompute.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/machineLearningCompute.js +9 -0
- package/dist-esm/src/operationsInterfaces/machineLearningCompute.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts +94 -0
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.js +9 -0
- package/dist-esm/src/operationsInterfaces/operationalizationClusters.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 +84 -34
- package/review/arm-machinelearningcompute.api.md +545 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +12 -0
- package/src/lroImpl.ts +34 -0
- package/src/machineLearningComputeManagementClient.ts +83 -0
- package/src/models/index.ts +717 -0
- package/{lib → src}/models/mappers.ts +360 -416
- package/src/models/parameters.ts +150 -0
- package/{lib → src}/operations/index.ts +3 -5
- package/src/operations/machineLearningCompute.ts +59 -0
- package/src/operations/operationalizationClusters.ts +795 -0
- package/src/operationsInterfaces/index.ts +10 -0
- package/src/operationsInterfaces/machineLearningCompute.ts +23 -0
- package/src/operationsInterfaces/operationalizationClusters.ts +189 -0
- package/tsconfig.json +6 -5
- package/types/arm-machinelearningcompute.d.ts +826 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-machinelearningcompute.js +0 -1766
- package/dist/arm-machinelearningcompute.js.map +0 -1
- package/dist/arm-machinelearningcompute.min.js +0 -1
- package/dist/arm-machinelearningcompute.min.js.map +0 -1
- package/esm/machineLearningComputeManagementClient.d.ts +0 -19
- package/esm/machineLearningComputeManagementClient.d.ts.map +0 -1
- package/esm/machineLearningComputeManagementClient.js +0 -34
- package/esm/machineLearningComputeManagementClient.js.map +0 -1
- package/esm/machineLearningComputeManagementClientContext.d.ts +0 -16
- package/esm/machineLearningComputeManagementClientContext.d.ts.map +0 -1
- package/esm/machineLearningComputeManagementClientContext.js +0 -56
- package/esm/machineLearningComputeManagementClientContext.js.map +0 -1
- package/esm/models/index.d.ts +0 -1093
- 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/machineLearningComputeMappers.d.ts +0 -2
- package/esm/models/machineLearningComputeMappers.d.ts.map +0 -1
- package/esm/models/machineLearningComputeMappers.js +0 -11
- package/esm/models/machineLearningComputeMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -34
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationalizationClustersMappers.d.ts +0 -2
- package/esm/models/operationalizationClustersMappers.d.ts.map +0 -1
- package/esm/models/operationalizationClustersMappers.js +0 -11
- package/esm/models/operationalizationClustersMappers.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 -105
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/machineLearningCompute.d.ts +0 -28
- package/esm/operations/machineLearningCompute.d.ts.map +0 -1
- package/esm/operations/machineLearningCompute.js +0 -51
- package/esm/operations/machineLearningCompute.js.map +0 -1
- package/esm/operations/operationalizationClusters.d.ts +0 -223
- package/esm/operations/operationalizationClusters.d.ts.map +0 -1
- package/esm/operations/operationalizationClusters.js +0 -432
- package/esm/operations/operationalizationClusters.js.map +0 -1
- package/lib/machineLearningComputeManagementClient.ts +0 -44
- package/lib/machineLearningComputeManagementClientContext.ts +0 -62
- package/lib/models/index.ts +0 -1156
- package/lib/models/machineLearningComputeMappers.ts +0 -17
- package/lib/models/operationalizationClustersMappers.ts +0 -42
- package/lib/models/parameters.ts +0 -107
- package/lib/operations/machineLearningCompute.ts +0 -74
- package/lib/operations/operationalizationClusters.ts +0 -658
|
@@ -0,0 +1,545 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-machinelearningcompute"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface AcsClusterProperties {
|
|
15
|
+
agentCount?: number;
|
|
16
|
+
agentVmSize?: AgentVMSizeTypes;
|
|
17
|
+
readonly clusterFqdn?: string;
|
|
18
|
+
masterCount?: number;
|
|
19
|
+
orchestratorProperties?: KubernetesClusterProperties;
|
|
20
|
+
orchestratorType: OrchestratorType;
|
|
21
|
+
systemServices?: SystemService[];
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export type AgentVMSizeTypes = string;
|
|
26
|
+
|
|
27
|
+
// @public
|
|
28
|
+
export interface AppInsightsCredentials {
|
|
29
|
+
appId?: string;
|
|
30
|
+
instrumentationKey?: string;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// @public
|
|
34
|
+
export interface AppInsightsProperties {
|
|
35
|
+
resourceId?: string;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// @public
|
|
39
|
+
export interface AutoScaleConfiguration {
|
|
40
|
+
maxReplicas?: number;
|
|
41
|
+
minReplicas?: number;
|
|
42
|
+
refreshPeriodInSeconds?: number;
|
|
43
|
+
status?: Status;
|
|
44
|
+
targetUtilization?: number;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
// @public
|
|
48
|
+
export interface AvailableOperations {
|
|
49
|
+
value?: ResourceOperation[];
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// @public
|
|
53
|
+
export interface CheckSystemServicesUpdatesAvailableResponse {
|
|
54
|
+
readonly updatesAvailable?: UpdatesAvailable;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
// @public
|
|
58
|
+
export type ClusterType = string;
|
|
59
|
+
|
|
60
|
+
// @public
|
|
61
|
+
export interface ContainerRegistryCredentials {
|
|
62
|
+
readonly loginServer?: string;
|
|
63
|
+
readonly password?: string;
|
|
64
|
+
readonly password2?: string;
|
|
65
|
+
readonly username?: string;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
// @public
|
|
69
|
+
export interface ContainerRegistryProperties {
|
|
70
|
+
resourceId?: string;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
// @public
|
|
74
|
+
export interface ContainerServiceCredentials {
|
|
75
|
+
readonly acsKubeConfig?: string;
|
|
76
|
+
readonly imagePullSecretName?: string;
|
|
77
|
+
readonly servicePrincipalConfiguration?: ServicePrincipalProperties;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// @public
|
|
81
|
+
export interface ErrorDetail {
|
|
82
|
+
code: string;
|
|
83
|
+
message: string;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// @public
|
|
87
|
+
export interface ErrorResponse {
|
|
88
|
+
code: string;
|
|
89
|
+
details?: ErrorDetail[];
|
|
90
|
+
message: string;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// @public
|
|
94
|
+
export interface ErrorResponseWrapper {
|
|
95
|
+
error?: ErrorResponse;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
// @public
|
|
99
|
+
export interface GlobalServiceConfiguration {
|
|
100
|
+
[property: string]: any;
|
|
101
|
+
autoScale?: AutoScaleConfiguration;
|
|
102
|
+
etag?: string;
|
|
103
|
+
serviceAuth?: ServiceAuthConfiguration;
|
|
104
|
+
ssl?: SslConfiguration;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// @public
|
|
108
|
+
export enum KnownAgentVMSizeTypes {
|
|
109
|
+
// (undocumented)
|
|
110
|
+
StandardA0 = "Standard_A0",
|
|
111
|
+
// (undocumented)
|
|
112
|
+
StandardA1 = "Standard_A1",
|
|
113
|
+
// (undocumented)
|
|
114
|
+
StandardA10 = "Standard_A10",
|
|
115
|
+
// (undocumented)
|
|
116
|
+
StandardA11 = "Standard_A11",
|
|
117
|
+
// (undocumented)
|
|
118
|
+
StandardA2 = "Standard_A2",
|
|
119
|
+
// (undocumented)
|
|
120
|
+
StandardA3 = "Standard_A3",
|
|
121
|
+
// (undocumented)
|
|
122
|
+
StandardA4 = "Standard_A4",
|
|
123
|
+
// (undocumented)
|
|
124
|
+
StandardA5 = "Standard_A5",
|
|
125
|
+
// (undocumented)
|
|
126
|
+
StandardA6 = "Standard_A6",
|
|
127
|
+
// (undocumented)
|
|
128
|
+
StandardA7 = "Standard_A7",
|
|
129
|
+
// (undocumented)
|
|
130
|
+
StandardA8 = "Standard_A8",
|
|
131
|
+
// (undocumented)
|
|
132
|
+
StandardA9 = "Standard_A9",
|
|
133
|
+
// (undocumented)
|
|
134
|
+
StandardD1 = "Standard_D1",
|
|
135
|
+
// (undocumented)
|
|
136
|
+
StandardD11 = "Standard_D11",
|
|
137
|
+
// (undocumented)
|
|
138
|
+
StandardD11V2 = "Standard_D11_v2",
|
|
139
|
+
// (undocumented)
|
|
140
|
+
StandardD12 = "Standard_D12",
|
|
141
|
+
// (undocumented)
|
|
142
|
+
StandardD12V2 = "Standard_D12_v2",
|
|
143
|
+
// (undocumented)
|
|
144
|
+
StandardD13 = "Standard_D13",
|
|
145
|
+
// (undocumented)
|
|
146
|
+
StandardD13V2 = "Standard_D13_v2",
|
|
147
|
+
// (undocumented)
|
|
148
|
+
StandardD14 = "Standard_D14",
|
|
149
|
+
// (undocumented)
|
|
150
|
+
StandardD14V2 = "Standard_D14_v2",
|
|
151
|
+
// (undocumented)
|
|
152
|
+
StandardD1V2 = "Standard_D1_v2",
|
|
153
|
+
// (undocumented)
|
|
154
|
+
StandardD2 = "Standard_D2",
|
|
155
|
+
// (undocumented)
|
|
156
|
+
StandardD2V2 = "Standard_D2_v2",
|
|
157
|
+
// (undocumented)
|
|
158
|
+
StandardD3 = "Standard_D3",
|
|
159
|
+
// (undocumented)
|
|
160
|
+
StandardD3V2 = "Standard_D3_v2",
|
|
161
|
+
// (undocumented)
|
|
162
|
+
StandardD4 = "Standard_D4",
|
|
163
|
+
// (undocumented)
|
|
164
|
+
StandardD4V2 = "Standard_D4_v2",
|
|
165
|
+
// (undocumented)
|
|
166
|
+
StandardD5V2 = "Standard_D5_v2",
|
|
167
|
+
// (undocumented)
|
|
168
|
+
StandardDS1 = "Standard_DS1",
|
|
169
|
+
// (undocumented)
|
|
170
|
+
StandardDS11 = "Standard_DS11",
|
|
171
|
+
// (undocumented)
|
|
172
|
+
StandardDS12 = "Standard_DS12",
|
|
173
|
+
// (undocumented)
|
|
174
|
+
StandardDS13 = "Standard_DS13",
|
|
175
|
+
// (undocumented)
|
|
176
|
+
StandardDS14 = "Standard_DS14",
|
|
177
|
+
// (undocumented)
|
|
178
|
+
StandardDS2 = "Standard_DS2",
|
|
179
|
+
// (undocumented)
|
|
180
|
+
StandardDS3 = "Standard_DS3",
|
|
181
|
+
// (undocumented)
|
|
182
|
+
StandardDS4 = "Standard_DS4",
|
|
183
|
+
// (undocumented)
|
|
184
|
+
StandardG1 = "Standard_G1",
|
|
185
|
+
// (undocumented)
|
|
186
|
+
StandardG2 = "Standard_G2",
|
|
187
|
+
// (undocumented)
|
|
188
|
+
StandardG3 = "Standard_G3",
|
|
189
|
+
// (undocumented)
|
|
190
|
+
StandardG4 = "Standard_G4",
|
|
191
|
+
// (undocumented)
|
|
192
|
+
StandardG5 = "Standard_G5",
|
|
193
|
+
// (undocumented)
|
|
194
|
+
StandardGS1 = "Standard_GS1",
|
|
195
|
+
// (undocumented)
|
|
196
|
+
StandardGS2 = "Standard_GS2",
|
|
197
|
+
// (undocumented)
|
|
198
|
+
StandardGS3 = "Standard_GS3",
|
|
199
|
+
// (undocumented)
|
|
200
|
+
StandardGS4 = "Standard_GS4",
|
|
201
|
+
// (undocumented)
|
|
202
|
+
StandardGS5 = "Standard_GS5"
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
// @public
|
|
206
|
+
export enum KnownClusterType {
|
|
207
|
+
// (undocumented)
|
|
208
|
+
ACS = "ACS",
|
|
209
|
+
// (undocumented)
|
|
210
|
+
Local = "Local"
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
// @public
|
|
214
|
+
export enum KnownOperationStatus {
|
|
215
|
+
// (undocumented)
|
|
216
|
+
Canceled = "Canceled",
|
|
217
|
+
// (undocumented)
|
|
218
|
+
Creating = "Creating",
|
|
219
|
+
// (undocumented)
|
|
220
|
+
Deleting = "Deleting",
|
|
221
|
+
// (undocumented)
|
|
222
|
+
Failed = "Failed",
|
|
223
|
+
// (undocumented)
|
|
224
|
+
Succeeded = "Succeeded",
|
|
225
|
+
// (undocumented)
|
|
226
|
+
Unknown = "Unknown",
|
|
227
|
+
// (undocumented)
|
|
228
|
+
Updating = "Updating"
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
// @public
|
|
232
|
+
export enum KnownOrchestratorType {
|
|
233
|
+
// (undocumented)
|
|
234
|
+
Kubernetes = "Kubernetes",
|
|
235
|
+
// (undocumented)
|
|
236
|
+
None = "None"
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
// @public
|
|
240
|
+
export enum KnownStatus {
|
|
241
|
+
// (undocumented)
|
|
242
|
+
Disabled = "Disabled",
|
|
243
|
+
// (undocumented)
|
|
244
|
+
Enabled = "Enabled"
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
// @public
|
|
248
|
+
export enum KnownSystemServiceType {
|
|
249
|
+
// (undocumented)
|
|
250
|
+
BatchFrontEnd = "BatchFrontEnd",
|
|
251
|
+
// (undocumented)
|
|
252
|
+
None = "None",
|
|
253
|
+
// (undocumented)
|
|
254
|
+
ScoringFrontEnd = "ScoringFrontEnd"
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
// @public
|
|
258
|
+
export enum KnownUpdatesAvailable {
|
|
259
|
+
// (undocumented)
|
|
260
|
+
No = "No",
|
|
261
|
+
// (undocumented)
|
|
262
|
+
Yes = "Yes"
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
// @public
|
|
266
|
+
export interface KubernetesClusterProperties {
|
|
267
|
+
servicePrincipal?: ServicePrincipalProperties;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
// @public
|
|
271
|
+
export interface MachineLearningCompute {
|
|
272
|
+
listAvailableOperations(options?: MachineLearningComputeListAvailableOperationsOptionalParams): Promise<MachineLearningComputeListAvailableOperationsResponse>;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
// @public
|
|
276
|
+
export interface MachineLearningComputeListAvailableOperationsOptionalParams extends coreClient.OperationOptions {
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
// @public
|
|
280
|
+
export type MachineLearningComputeListAvailableOperationsResponse = AvailableOperations;
|
|
281
|
+
|
|
282
|
+
// @public (undocumented)
|
|
283
|
+
export class MachineLearningComputeManagementClient extends coreClient.ServiceClient {
|
|
284
|
+
// (undocumented)
|
|
285
|
+
$host: string;
|
|
286
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: MachineLearningComputeManagementClientOptionalParams);
|
|
287
|
+
// (undocumented)
|
|
288
|
+
apiVersion: string;
|
|
289
|
+
// (undocumented)
|
|
290
|
+
machineLearningCompute: MachineLearningCompute;
|
|
291
|
+
// (undocumented)
|
|
292
|
+
operationalizationClusters: OperationalizationClusters;
|
|
293
|
+
// (undocumented)
|
|
294
|
+
subscriptionId: string;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
// @public
|
|
298
|
+
export interface MachineLearningComputeManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
299
|
+
$host?: string;
|
|
300
|
+
apiVersion?: string;
|
|
301
|
+
endpoint?: string;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
// @public
|
|
305
|
+
export type OperationalizationCluster = Resource & {
|
|
306
|
+
description?: string;
|
|
307
|
+
readonly createdOn?: Date;
|
|
308
|
+
readonly modifiedOn?: Date;
|
|
309
|
+
readonly provisioningState?: OperationStatus;
|
|
310
|
+
readonly provisioningErrors?: ErrorResponseWrapper[];
|
|
311
|
+
clusterType?: ClusterType;
|
|
312
|
+
storageAccount?: StorageAccountProperties;
|
|
313
|
+
containerRegistry?: ContainerRegistryProperties;
|
|
314
|
+
containerService?: AcsClusterProperties;
|
|
315
|
+
appInsights?: AppInsightsProperties;
|
|
316
|
+
globalServiceConfiguration?: GlobalServiceConfiguration;
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
// @public
|
|
320
|
+
export interface OperationalizationClusterCredentials {
|
|
321
|
+
appInsights?: AppInsightsCredentials;
|
|
322
|
+
containerRegistry?: ContainerRegistryCredentials;
|
|
323
|
+
containerService?: ContainerServiceCredentials;
|
|
324
|
+
serviceAuthConfiguration?: ServiceAuthConfiguration;
|
|
325
|
+
sslConfiguration?: SslConfiguration;
|
|
326
|
+
storageAccount?: StorageAccountCredentials;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// @public
|
|
330
|
+
export interface OperationalizationClusters {
|
|
331
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, parameters: OperationalizationCluster, options?: OperationalizationClustersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<OperationalizationClustersCreateOrUpdateResponse>, OperationalizationClustersCreateOrUpdateResponse>>;
|
|
332
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: OperationalizationCluster, options?: OperationalizationClustersCreateOrUpdateOptionalParams): Promise<OperationalizationClustersCreateOrUpdateResponse>;
|
|
333
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<OperationalizationClustersDeleteResponse>, OperationalizationClustersDeleteResponse>>;
|
|
334
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersDeleteOptionalParams): Promise<OperationalizationClustersDeleteResponse>;
|
|
335
|
+
beginUpdateSystemServices(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersUpdateSystemServicesOptionalParams): Promise<PollerLike<PollOperationState<OperationalizationClustersUpdateSystemServicesResponse>, OperationalizationClustersUpdateSystemServicesResponse>>;
|
|
336
|
+
beginUpdateSystemServicesAndWait(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersUpdateSystemServicesOptionalParams): Promise<OperationalizationClustersUpdateSystemServicesResponse>;
|
|
337
|
+
checkSystemServicesUpdatesAvailable(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams): Promise<OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse>;
|
|
338
|
+
get(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersGetOptionalParams): Promise<OperationalizationClustersGetResponse>;
|
|
339
|
+
listByResourceGroup(resourceGroupName: string, options?: OperationalizationClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<OperationalizationCluster>;
|
|
340
|
+
listBySubscriptionId(options?: OperationalizationClustersListBySubscriptionIdOptionalParams): PagedAsyncIterableIterator<OperationalizationCluster>;
|
|
341
|
+
listKeys(resourceGroupName: string, clusterName: string, options?: OperationalizationClustersListKeysOptionalParams): Promise<OperationalizationClustersListKeysResponse>;
|
|
342
|
+
update(resourceGroupName: string, clusterName: string, parameters: OperationalizationClusterUpdateParameters, options?: OperationalizationClustersUpdateOptionalParams): Promise<OperationalizationClustersUpdateResponse>;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
// @public
|
|
346
|
+
export interface OperationalizationClustersCheckSystemServicesUpdatesAvailableOptionalParams extends coreClient.OperationOptions {
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
// @public
|
|
350
|
+
export type OperationalizationClustersCheckSystemServicesUpdatesAvailableResponse = CheckSystemServicesUpdatesAvailableResponse;
|
|
351
|
+
|
|
352
|
+
// @public
|
|
353
|
+
export interface OperationalizationClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
354
|
+
resumeFrom?: string;
|
|
355
|
+
updateIntervalInMs?: number;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export type OperationalizationClustersCreateOrUpdateResponse = OperationalizationCluster;
|
|
360
|
+
|
|
361
|
+
// @public
|
|
362
|
+
export interface OperationalizationClustersDeleteHeaders {
|
|
363
|
+
location?: string;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
// @public
|
|
367
|
+
export interface OperationalizationClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
368
|
+
deleteAll?: boolean;
|
|
369
|
+
resumeFrom?: string;
|
|
370
|
+
updateIntervalInMs?: number;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
// @public
|
|
374
|
+
export type OperationalizationClustersDeleteResponse = OperationalizationClustersDeleteHeaders;
|
|
375
|
+
|
|
376
|
+
// @public
|
|
377
|
+
export interface OperationalizationClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
// @public
|
|
381
|
+
export type OperationalizationClustersGetResponse = OperationalizationCluster;
|
|
382
|
+
|
|
383
|
+
// @public
|
|
384
|
+
export interface OperationalizationClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
385
|
+
skiptoken?: string;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
// @public
|
|
389
|
+
export type OperationalizationClustersListByResourceGroupNextResponse = PaginatedOperationalizationClustersList;
|
|
390
|
+
|
|
391
|
+
// @public
|
|
392
|
+
export interface OperationalizationClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
393
|
+
skiptoken?: string;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
// @public
|
|
397
|
+
export type OperationalizationClustersListByResourceGroupResponse = PaginatedOperationalizationClustersList;
|
|
398
|
+
|
|
399
|
+
// @public
|
|
400
|
+
export interface OperationalizationClustersListBySubscriptionIdNextOptionalParams extends coreClient.OperationOptions {
|
|
401
|
+
skiptoken?: string;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
// @public
|
|
405
|
+
export type OperationalizationClustersListBySubscriptionIdNextResponse = PaginatedOperationalizationClustersList;
|
|
406
|
+
|
|
407
|
+
// @public
|
|
408
|
+
export interface OperationalizationClustersListBySubscriptionIdOptionalParams extends coreClient.OperationOptions {
|
|
409
|
+
skiptoken?: string;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
// @public
|
|
413
|
+
export type OperationalizationClustersListBySubscriptionIdResponse = PaginatedOperationalizationClustersList;
|
|
414
|
+
|
|
415
|
+
// @public
|
|
416
|
+
export interface OperationalizationClustersListKeysOptionalParams extends coreClient.OperationOptions {
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
// @public
|
|
420
|
+
export type OperationalizationClustersListKeysResponse = OperationalizationClusterCredentials;
|
|
421
|
+
|
|
422
|
+
// @public
|
|
423
|
+
export interface OperationalizationClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
// @public
|
|
427
|
+
export type OperationalizationClustersUpdateResponse = OperationalizationCluster;
|
|
428
|
+
|
|
429
|
+
// @public
|
|
430
|
+
export interface OperationalizationClustersUpdateSystemServicesHeaders {
|
|
431
|
+
location?: string;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
// @public
|
|
435
|
+
export interface OperationalizationClustersUpdateSystemServicesOptionalParams extends coreClient.OperationOptions {
|
|
436
|
+
resumeFrom?: string;
|
|
437
|
+
updateIntervalInMs?: number;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
// @public
|
|
441
|
+
export type OperationalizationClustersUpdateSystemServicesResponse = UpdateSystemServicesResponse;
|
|
442
|
+
|
|
443
|
+
// @public
|
|
444
|
+
export interface OperationalizationClusterUpdateParameters {
|
|
445
|
+
tags?: {
|
|
446
|
+
[propertyName: string]: string;
|
|
447
|
+
};
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
// @public
|
|
451
|
+
export type OperationStatus = string;
|
|
452
|
+
|
|
453
|
+
// @public
|
|
454
|
+
export type OrchestratorType = string;
|
|
455
|
+
|
|
456
|
+
// @public
|
|
457
|
+
export interface PaginatedOperationalizationClustersList {
|
|
458
|
+
nextLink?: string;
|
|
459
|
+
value?: OperationalizationCluster[];
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
// @public
|
|
463
|
+
export interface Resource {
|
|
464
|
+
readonly id?: string;
|
|
465
|
+
location: string;
|
|
466
|
+
readonly name?: string;
|
|
467
|
+
tags?: {
|
|
468
|
+
[propertyName: string]: string;
|
|
469
|
+
};
|
|
470
|
+
readonly type?: string;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
// @public
|
|
474
|
+
export interface ResourceOperation {
|
|
475
|
+
display?: ResourceOperationDisplay;
|
|
476
|
+
name?: string;
|
|
477
|
+
origin?: string;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
// @public
|
|
481
|
+
export interface ResourceOperationDisplay {
|
|
482
|
+
description?: string;
|
|
483
|
+
operation?: string;
|
|
484
|
+
provider?: string;
|
|
485
|
+
resource?: string;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
// @public
|
|
489
|
+
export interface ServiceAuthConfiguration {
|
|
490
|
+
primaryAuthKeyHash: string;
|
|
491
|
+
secondaryAuthKeyHash: string;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
// @public
|
|
495
|
+
export interface ServicePrincipalProperties {
|
|
496
|
+
clientId: string;
|
|
497
|
+
secret: string;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
// @public
|
|
501
|
+
export interface SslConfiguration {
|
|
502
|
+
cert?: string;
|
|
503
|
+
cname?: string;
|
|
504
|
+
key?: string;
|
|
505
|
+
status?: Status;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
// @public
|
|
509
|
+
export type Status = string;
|
|
510
|
+
|
|
511
|
+
// @public
|
|
512
|
+
export interface StorageAccountCredentials {
|
|
513
|
+
readonly primaryKey?: string;
|
|
514
|
+
readonly resourceId?: string;
|
|
515
|
+
readonly secondaryKey?: string;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
// @public
|
|
519
|
+
export interface StorageAccountProperties {
|
|
520
|
+
resourceId?: string;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
// @public
|
|
524
|
+
export interface SystemService {
|
|
525
|
+
readonly publicIpAddress?: string;
|
|
526
|
+
systemServiceType: SystemServiceType;
|
|
527
|
+
readonly version?: string;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
// @public
|
|
531
|
+
export type SystemServiceType = string;
|
|
532
|
+
|
|
533
|
+
// @public
|
|
534
|
+
export type UpdatesAvailable = string;
|
|
535
|
+
|
|
536
|
+
// @public
|
|
537
|
+
export interface UpdateSystemServicesResponse {
|
|
538
|
+
readonly updateCompletedOn?: Date;
|
|
539
|
+
readonly updateStartedOn?: Date;
|
|
540
|
+
readonly updateStatus?: OperationStatus;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
// (No @packageDocumentation comment for this package)
|
|
544
|
+
|
|
545
|
+
```
|