forked from Azure/azure-sdk-for-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
models.go
403 lines (359 loc) · 17.1 KB
/
models.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
package machinelearning
// Copyright (c) Microsoft and contributors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//
// See the License for the specific language governing permissions and
// limitations under the License.
//
// Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
import (
"github.com/Azure/go-autorest/autorest"
"github.com/Azure/go-autorest/autorest/date"
)
// AssetType enumerates the values for asset type.
type AssetType string
const (
// AssetTypeModule specifies the asset type module state for asset type.
AssetTypeModule AssetType = "Module"
// AssetTypeResource specifies the asset type resource state for asset
// type.
AssetTypeResource AssetType = "Resource"
)
// ColumnFormat enumerates the values for column format.
type ColumnFormat string
const (
// Byte specifies the byte state for column format.
Byte ColumnFormat = "Byte"
// Char specifies the char state for column format.
Char ColumnFormat = "Char"
// Datetime specifies the datetime state for column format.
Datetime ColumnFormat = "Datetime"
// Double specifies the double state for column format.
Double ColumnFormat = "Double"
// Duration specifies the duration state for column format.
Duration ColumnFormat = "Duration"
// Float specifies the float state for column format.
Float ColumnFormat = "Float"
// Int16 specifies the int 16 state for column format.
Int16 ColumnFormat = "Int16"
// Int32 specifies the int 32 state for column format.
Int32 ColumnFormat = "Int32"
// Int64 specifies the int 64 state for column format.
Int64 ColumnFormat = "Int64"
// Int8 specifies the int 8 state for column format.
Int8 ColumnFormat = "Int8"
// Uint16 specifies the uint 16 state for column format.
Uint16 ColumnFormat = "Uint16"
// Uint32 specifies the uint 32 state for column format.
Uint32 ColumnFormat = "Uint32"
// Uint64 specifies the uint 64 state for column format.
Uint64 ColumnFormat = "Uint64"
// Uint8 specifies the uint 8 state for column format.
Uint8 ColumnFormat = "Uint8"
)
// ColumnType enumerates the values for column type.
type ColumnType string
const (
// Boolean specifies the boolean state for column type.
Boolean ColumnType = "Boolean"
// Integer specifies the integer state for column type.
Integer ColumnType = "Integer"
// Number specifies the number state for column type.
Number ColumnType = "Number"
// String specifies the string state for column type.
String ColumnType = "String"
)
// DiagnosticsLevel enumerates the values for diagnostics level.
type DiagnosticsLevel string
const (
// All specifies the all state for diagnostics level.
All DiagnosticsLevel = "All"
// Error specifies the error state for diagnostics level.
Error DiagnosticsLevel = "Error"
// None specifies the none state for diagnostics level.
None DiagnosticsLevel = "None"
)
// InputPortType enumerates the values for input port type.
type InputPortType string
const (
// Dataset specifies the dataset state for input port type.
Dataset InputPortType = "Dataset"
)
// OutputPortType enumerates the values for output port type.
type OutputPortType string
const (
// OutputPortTypeDataset specifies the output port type dataset state for
// output port type.
OutputPortTypeDataset OutputPortType = "Dataset"
)
// ParameterType enumerates the values for parameter type.
type ParameterType string
const (
// ParameterTypeBoolean specifies the parameter type boolean state for
// parameter type.
ParameterTypeBoolean ParameterType = "Boolean"
// ParameterTypeColumnPicker specifies the parameter type column picker
// state for parameter type.
ParameterTypeColumnPicker ParameterType = "ColumnPicker"
// ParameterTypeCredential specifies the parameter type credential state
// for parameter type.
ParameterTypeCredential ParameterType = "Credential"
// ParameterTypeDataGatewayName specifies the parameter type data gateway
// name state for parameter type.
ParameterTypeDataGatewayName ParameterType = "DataGatewayName"
// ParameterTypeDouble specifies the parameter type double state for
// parameter type.
ParameterTypeDouble ParameterType = "Double"
// ParameterTypeEnumerated specifies the parameter type enumerated state
// for parameter type.
ParameterTypeEnumerated ParameterType = "Enumerated"
// ParameterTypeFloat specifies the parameter type float state for
// parameter type.
ParameterTypeFloat ParameterType = "Float"
// ParameterTypeInt specifies the parameter type int state for parameter
// type.
ParameterTypeInt ParameterType = "Int"
// ParameterTypeMode specifies the parameter type mode state for parameter
// type.
ParameterTypeMode ParameterType = "Mode"
// ParameterTypeParameterRange specifies the parameter type parameter
// range state for parameter type.
ParameterTypeParameterRange ParameterType = "ParameterRange"
// ParameterTypeScript specifies the parameter type script state for
// parameter type.
ParameterTypeScript ParameterType = "Script"
// ParameterTypeString specifies the parameter type string state for
// parameter type.
ParameterTypeString ParameterType = "String"
)
// ProvisioningState enumerates the values for provisioning state.
type ProvisioningState string
const (
// Canceled specifies the canceled state for provisioning state.
Canceled ProvisioningState = "Canceled"
// Failed specifies the failed state for provisioning state.
Failed ProvisioningState = "Failed"
// Provisioning specifies the provisioning state for provisioning state.
Provisioning ProvisioningState = "Provisioning"
// Succeeded specifies the succeeded state for provisioning state.
Succeeded ProvisioningState = "Succeeded"
// Unknown specifies the unknown state for provisioning state.
Unknown ProvisioningState = "Unknown"
)
// AssetItem is information about an asset associated with the web service.
type AssetItem struct {
Name *string `json:"name,omitempty"`
ID *string `json:"id,omitempty"`
Type AssetType `json:"type,omitempty"`
LocationInfo *AssetLocation `json:"locationInfo,omitempty"`
InputPorts *map[string]*InputPort `json:"inputPorts,omitempty"`
OutputPorts *map[string]*OutputPort `json:"outputPorts,omitempty"`
Metadata *map[string]*string `json:"metadata,omitempty"`
Parameters *[]ModuleAssetParameter `json:"parameters,omitempty"`
}
// AssetLocation is describes the access location for a web service asset.
type AssetLocation struct {
URI *string `json:"uri,omitempty"`
Credentials *string `json:"credentials,omitempty"`
}
// ColumnSpecification is swagger 2.0 schema for a column within the data
// table representing a web service input or output. See Swagger
// specification: http://swagger.io/specification/
type ColumnSpecification struct {
Type ColumnType `json:"type,omitempty"`
Format ColumnFormat `json:"format,omitempty"`
Enum *[]map[string]interface{} `json:"enum,omitempty"`
XMsIsnullable *bool `json:"x-ms-isnullable,omitempty"`
XMsIsordered *bool `json:"x-ms-isordered,omitempty"`
}
// CommitmentPlan is information about the machine learning commitment plan
// associated with the web service.
type CommitmentPlan struct {
ID *string `json:"id,omitempty"`
}
// DiagnosticsConfiguration is diagnostics settings for an Azure ML web
// service.
type DiagnosticsConfiguration struct {
Level DiagnosticsLevel `json:"level,omitempty"`
Expiry *date.Time `json:"expiry,omitempty"`
}
// ExampleRequest is sample input data for the service's input(s).
type ExampleRequest struct {
Inputs *map[string][][]map[string]interface{} `json:"inputs,omitempty"`
GlobalParameters *map[string]map[string]interface{} `json:"globalParameters,omitempty"`
}
// GraphEdge is defines an edge within the web service's graph.
type GraphEdge struct {
SourceNodeID *string `json:"sourceNodeId,omitempty"`
SourcePortID *string `json:"sourcePortId,omitempty"`
TargetNodeID *string `json:"targetNodeId,omitempty"`
TargetPortID *string `json:"targetPortId,omitempty"`
}
// GraphNode is specifies a node in the web service graph. The node can either
// be an input, output or asset node, so only one of the corresponding id
// properties is populated at any given time.
type GraphNode struct {
AssetID *string `json:"assetId,omitempty"`
InputID *string `json:"inputId,omitempty"`
OutputID *string `json:"outputId,omitempty"`
Parameters *map[string]*string `json:"parameters,omitempty"`
}
// GraphPackage is defines the graph of modules making up the machine learning
// solution.
type GraphPackage struct {
Nodes *map[string]*GraphNode `json:"nodes,omitempty"`
Edges *[]GraphEdge `json:"edges,omitempty"`
GraphParameters *map[string]*GraphParameter `json:"graphParameters,omitempty"`
}
// GraphParameter is defines a global parameter in the graph.
type GraphParameter struct {
Description *string `json:"description,omitempty"`
Type ParameterType `json:"type,omitempty"`
Links *[]GraphParameterLink `json:"links,omitempty"`
}
// GraphParameterLink is association link for a graph global parameter to a
// node in the graph.
type GraphParameterLink struct {
NodeID *string `json:"nodeId,omitempty"`
ParameterKey *string `json:"parameterKey,omitempty"`
}
// InputPort is asset input port
type InputPort struct {
Type InputPortType `json:"type,omitempty"`
}
// ModeValueInfo is nested parameter definition.
type ModeValueInfo struct {
InterfaceString *string `json:"interfaceString,omitempty"`
Parameters *[]ModuleAssetParameter `json:"parameters,omitempty"`
}
// ModuleAssetParameter is parameter definition for a module asset.
type ModuleAssetParameter struct {
Name *string `json:"name,omitempty"`
ParameterType *string `json:"parameterType,omitempty"`
ModeValuesInfo *map[string]*ModeValueInfo `json:"modeValuesInfo,omitempty"`
}
// OutputPort is asset output port
type OutputPort struct {
Type OutputPortType `json:"type,omitempty"`
}
// PaginatedWebServicesList is paginated list of web services.
type PaginatedWebServicesList struct {
autorest.Response `json:"-"`
Value *[]WebService `json:"value,omitempty"`
NextLink *string `json:"nextLink,omitempty"`
}
// RealtimeConfiguration is holds the available configuration options for an
// Azure ML web service endpoint.
type RealtimeConfiguration struct {
MaxConcurrentCalls *int32 `json:"maxConcurrentCalls,omitempty"`
}
// Resource is
type Resource struct {
ID *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Location *string `json:"location,omitempty"`
Type *string `json:"type,omitempty"`
Tags *map[string]*string `json:"tags,omitempty"`
}
// ServiceInputOutputSpecification is the swagger 2.0 schema describing the
// service's inputs or outputs. See Swagger specification:
// http://swagger.io/specification/
type ServiceInputOutputSpecification struct {
Title *string `json:"title,omitempty"`
Description *string `json:"description,omitempty"`
Type *string `json:"type,omitempty"`
Properties *map[string]*TableSpecification `json:"properties,omitempty"`
}
// StorageAccount is access information for a storage account.
type StorageAccount struct {
Name *string `json:"name,omitempty"`
Key *string `json:"key,omitempty"`
}
// TableSpecification is the swagger 2.0 schema describing a single service
// input or output. See Swagger specification:
// http://swagger.io/specification/
type TableSpecification struct {
Title *string `json:"title,omitempty"`
Description *string `json:"description,omitempty"`
Type *string `json:"type,omitempty"`
Format *string `json:"format,omitempty"`
Properties *map[string]*ColumnSpecification `json:"properties,omitempty"`
}
// WebService is instance of an Azure ML web service resource.
type WebService struct {
autorest.Response `json:"-"`
ID *string `json:"id,omitempty"`
Name *string `json:"name,omitempty"`
Location *string `json:"location,omitempty"`
Type *string `json:"type,omitempty"`
Tags *map[string]*string `json:"tags,omitempty"`
Properties *WebServiceProperties `json:"properties,omitempty"`
}
// WebServiceKeys is access keys for the web service calls.
type WebServiceKeys struct {
autorest.Response `json:"-"`
Primary *string `json:"primary,omitempty"`
Secondary *string `json:"secondary,omitempty"`
}
// WebServiceProperties is the set of properties specific to the Azure ML web
// service resource.
type WebServiceProperties struct {
Title *string `json:"title,omitempty"`
Description *string `json:"description,omitempty"`
CreatedOn *date.Time `json:"createdOn,omitempty"`
ModifiedOn *date.Time `json:"modifiedOn,omitempty"`
ProvisioningState ProvisioningState `json:"provisioningState,omitempty"`
Keys *WebServiceKeys `json:"keys,omitempty"`
ReadOnly *bool `json:"readOnly,omitempty"`
SwaggerLocation *string `json:"swaggerLocation,omitempty"`
ExposeSampleData *bool `json:"exposeSampleData,omitempty"`
RealtimeConfiguration *RealtimeConfiguration `json:"realtimeConfiguration,omitempty"`
Diagnostics *DiagnosticsConfiguration `json:"diagnostics,omitempty"`
StorageAccount *StorageAccount `json:"storageAccount,omitempty"`
MachineLearningWorkspace *Workspace `json:"machineLearningWorkspace,omitempty"`
CommitmentPlan *CommitmentPlan `json:"commitmentPlan,omitempty"`
Input *ServiceInputOutputSpecification `json:"input,omitempty"`
Output *ServiceInputOutputSpecification `json:"output,omitempty"`
ExampleRequest *ExampleRequest `json:"exampleRequest,omitempty"`
Assets *map[string]*AssetItem `json:"assets,omitempty"`
Parameters *map[string]*string `json:"parameters,omitempty"`
}
// WebServicePropertiesForGraph is properties specific to a Graph based web
// service.
type WebServicePropertiesForGraph struct {
Title *string `json:"title,omitempty"`
Description *string `json:"description,omitempty"`
CreatedOn *date.Time `json:"createdOn,omitempty"`
ModifiedOn *date.Time `json:"modifiedOn,omitempty"`
ProvisioningState ProvisioningState `json:"provisioningState,omitempty"`
Keys *WebServiceKeys `json:"keys,omitempty"`
ReadOnly *bool `json:"readOnly,omitempty"`
SwaggerLocation *string `json:"swaggerLocation,omitempty"`
ExposeSampleData *bool `json:"exposeSampleData,omitempty"`
RealtimeConfiguration *RealtimeConfiguration `json:"realtimeConfiguration,omitempty"`
Diagnostics *DiagnosticsConfiguration `json:"diagnostics,omitempty"`
StorageAccount *StorageAccount `json:"storageAccount,omitempty"`
MachineLearningWorkspace *Workspace `json:"machineLearningWorkspace,omitempty"`
CommitmentPlan *CommitmentPlan `json:"commitmentPlan,omitempty"`
Input *ServiceInputOutputSpecification `json:"input,omitempty"`
Output *ServiceInputOutputSpecification `json:"output,omitempty"`
ExampleRequest *ExampleRequest `json:"exampleRequest,omitempty"`
Assets *map[string]*AssetItem `json:"assets,omitempty"`
Parameters *map[string]*string `json:"parameters,omitempty"`
Package *GraphPackage `json:"package,omitempty"`
}
// Workspace is information about the machine learning workspace containing
// the experiment that is source for the web service.
type Workspace struct {
ID *string `json:"id,omitempty"`
}