azure_mgmt_machine_learning 0.15.1 → 0.15.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/azure_mlweb_services_management_client.rb +1 -3
  3. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/asset_item.rb +13 -0
  4. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/async_operation_error_info.rb +6 -0
  5. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/async_operation_status.rb +8 -0
  6. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/blob_location.rb +3 -0
  7. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/column_specification.rb +7 -0
  8. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/commitment_plan.rb +2 -0
  9. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/diagnostics_configuration.rb +3 -0
  10. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/example_request.rb +7 -0
  11. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/graph_edge.rb +5 -0
  12. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/graph_node.rb +6 -0
  13. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/graph_package.rb +7 -0
  14. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/graph_parameter.rb +5 -0
  15. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/graph_parameter_link.rb +3 -0
  16. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/input_port.rb +2 -0
  17. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/machine_learning_workspace.rb +2 -0
  18. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/mode_value_info.rb +4 -0
  19. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/module_asset_parameter.rb +5 -0
  20. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/output_port.rb +2 -0
  21. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/paginated_web_services_list.rb +4 -0
  22. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/realtime_configuration.rb +2 -0
  23. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/resource.rb +7 -0
  24. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/service_input_output_specification.rb +6 -0
  25. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/storage_account.rb +3 -0
  26. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/table_specification.rb +7 -0
  27. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/web_service.rb +8 -0
  28. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/web_service_keys.rb +3 -0
  29. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/web_service_parameter.rb +3 -0
  30. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/web_service_properties.rb +24 -0
  31. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/models/web_service_properties_for_graph.rb +26 -0
  32. data/lib/profiles/latest/machinelearning_latest_profile_client.rb +1 -3
  33. data/lib/version.rb +1 -1
  34. metadata +10 -8
  35. data/lib/2017-01-01/generated/azure_mgmt_machine_learning/version.rb +0 -8
  36. data/lib/profiles/common/configurable.rb +0 -86
  37. data/lib/profiles/common/default.rb +0 -57
@@ -23,6 +23,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
23
23
  #
24
24
  def self.mapper()
25
25
  {
26
+ client_side_validation: true,
26
27
  required: false,
27
28
  serialized_name: 'WebService',
28
29
  type: {
@@ -30,6 +31,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
30
31
  class_name: 'WebService',
31
32
  model_properties: {
32
33
  id: {
34
+ client_side_validation: true,
33
35
  required: false,
34
36
  read_only: true,
35
37
  serialized_name: 'id',
@@ -38,6 +40,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
38
40
  }
39
41
  },
40
42
  name: {
43
+ client_side_validation: true,
41
44
  required: false,
42
45
  read_only: true,
43
46
  serialized_name: 'name',
@@ -46,6 +49,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
46
49
  }
47
50
  },
48
51
  location: {
52
+ client_side_validation: true,
49
53
  required: true,
50
54
  serialized_name: 'location',
51
55
  type: {
@@ -53,6 +57,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
53
57
  }
54
58
  },
55
59
  type: {
60
+ client_side_validation: true,
56
61
  required: false,
57
62
  read_only: true,
58
63
  serialized_name: 'type',
@@ -61,11 +66,13 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
61
66
  }
62
67
  },
63
68
  tags: {
69
+ client_side_validation: true,
64
70
  required: false,
65
71
  serialized_name: 'tags',
66
72
  type: {
67
73
  name: 'Dictionary',
68
74
  value: {
75
+ client_side_validation: true,
69
76
  required: false,
70
77
  serialized_name: 'StringElementType',
71
78
  type: {
@@ -75,6 +82,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
75
82
  }
76
83
  },
77
84
  properties: {
85
+ client_side_validation: true,
78
86
  required: true,
79
87
  serialized_name: 'properties',
80
88
  type: {
@@ -25,6 +25,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
25
25
  #
26
26
  def self.mapper()
27
27
  {
28
+ client_side_validation: true,
28
29
  required: false,
29
30
  serialized_name: 'WebServiceKeys',
30
31
  type: {
@@ -32,6 +33,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
32
33
  class_name: 'WebServiceKeys',
33
34
  model_properties: {
34
35
  primary: {
36
+ client_side_validation: true,
35
37
  required: false,
36
38
  serialized_name: 'primary',
37
39
  type: {
@@ -39,6 +41,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
39
41
  }
40
42
  },
41
43
  secondary: {
44
+ client_side_validation: true,
42
45
  required: false,
43
46
  serialized_name: 'secondary',
44
47
  type: {
@@ -26,6 +26,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
26
26
  #
27
27
  def self.mapper()
28
28
  {
29
+ client_side_validation: true,
29
30
  required: false,
30
31
  serialized_name: 'WebServiceParameter',
31
32
  type: {
@@ -33,6 +34,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
33
34
  class_name: 'WebServiceParameter',
34
35
  model_properties: {
35
36
  value: {
37
+ client_side_validation: true,
36
38
  required: false,
37
39
  serialized_name: 'value',
38
40
  type: {
@@ -40,6 +42,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
40
42
  }
41
43
  },
42
44
  certificate_thumbprint: {
45
+ client_side_validation: true,
43
46
  required: false,
44
47
  serialized_name: 'certificateThumbprint',
45
48
  type: {
@@ -132,6 +132,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
132
132
  #
133
133
  def self.mapper()
134
134
  {
135
+ client_side_validation: true,
135
136
  required: false,
136
137
  serialized_name: 'WebServiceProperties',
137
138
  type: {
@@ -141,6 +142,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
141
142
  class_name: 'WebServiceProperties',
142
143
  model_properties: {
143
144
  title: {
145
+ client_side_validation: true,
144
146
  required: false,
145
147
  serialized_name: 'title',
146
148
  type: {
@@ -148,6 +150,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
148
150
  }
149
151
  },
150
152
  description: {
153
+ client_side_validation: true,
151
154
  required: false,
152
155
  serialized_name: 'description',
153
156
  type: {
@@ -155,6 +158,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
155
158
  }
156
159
  },
157
160
  created_on: {
161
+ client_side_validation: true,
158
162
  required: false,
159
163
  read_only: true,
160
164
  serialized_name: 'createdOn',
@@ -163,6 +167,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
163
167
  }
164
168
  },
165
169
  modified_on: {
170
+ client_side_validation: true,
166
171
  required: false,
167
172
  read_only: true,
168
173
  serialized_name: 'modifiedOn',
@@ -171,6 +176,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
171
176
  }
172
177
  },
173
178
  provisioning_state: {
179
+ client_side_validation: true,
174
180
  required: false,
175
181
  read_only: true,
176
182
  serialized_name: 'provisioningState',
@@ -179,6 +185,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
179
185
  }
180
186
  },
181
187
  keys: {
188
+ client_side_validation: true,
182
189
  required: false,
183
190
  serialized_name: 'keys',
184
191
  type: {
@@ -187,6 +194,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
187
194
  }
188
195
  },
189
196
  read_only: {
197
+ client_side_validation: true,
190
198
  required: false,
191
199
  serialized_name: 'readOnly',
192
200
  type: {
@@ -194,6 +202,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
194
202
  }
195
203
  },
196
204
  swagger_location: {
205
+ client_side_validation: true,
197
206
  required: false,
198
207
  read_only: true,
199
208
  serialized_name: 'swaggerLocation',
@@ -202,6 +211,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
202
211
  }
203
212
  },
204
213
  expose_sample_data: {
214
+ client_side_validation: true,
205
215
  required: false,
206
216
  serialized_name: 'exposeSampleData',
207
217
  type: {
@@ -209,6 +219,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
209
219
  }
210
220
  },
211
221
  realtime_configuration: {
222
+ client_side_validation: true,
212
223
  required: false,
213
224
  serialized_name: 'realtimeConfiguration',
214
225
  type: {
@@ -217,6 +228,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
217
228
  }
218
229
  },
219
230
  diagnostics: {
231
+ client_side_validation: true,
220
232
  required: false,
221
233
  serialized_name: 'diagnostics',
222
234
  type: {
@@ -225,6 +237,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
225
237
  }
226
238
  },
227
239
  storage_account: {
240
+ client_side_validation: true,
228
241
  required: false,
229
242
  serialized_name: 'storageAccount',
230
243
  type: {
@@ -233,6 +246,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
233
246
  }
234
247
  },
235
248
  machine_learning_workspace: {
249
+ client_side_validation: true,
236
250
  required: false,
237
251
  serialized_name: 'machineLearningWorkspace',
238
252
  type: {
@@ -241,6 +255,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
241
255
  }
242
256
  },
243
257
  commitment_plan: {
258
+ client_side_validation: true,
244
259
  required: false,
245
260
  serialized_name: 'commitmentPlan',
246
261
  type: {
@@ -249,6 +264,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
249
264
  }
250
265
  },
251
266
  input: {
267
+ client_side_validation: true,
252
268
  required: false,
253
269
  serialized_name: 'input',
254
270
  type: {
@@ -257,6 +273,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
257
273
  }
258
274
  },
259
275
  output: {
276
+ client_side_validation: true,
260
277
  required: false,
261
278
  serialized_name: 'output',
262
279
  type: {
@@ -265,6 +282,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
265
282
  }
266
283
  },
267
284
  example_request: {
285
+ client_side_validation: true,
268
286
  required: false,
269
287
  serialized_name: 'exampleRequest',
270
288
  type: {
@@ -273,11 +291,13 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
273
291
  }
274
292
  },
275
293
  assets: {
294
+ client_side_validation: true,
276
295
  required: false,
277
296
  serialized_name: 'assets',
278
297
  type: {
279
298
  name: 'Dictionary',
280
299
  value: {
300
+ client_side_validation: true,
281
301
  required: false,
282
302
  serialized_name: 'AssetItemElementType',
283
303
  type: {
@@ -288,11 +308,13 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
288
308
  }
289
309
  },
290
310
  parameters: {
311
+ client_side_validation: true,
291
312
  required: false,
292
313
  serialized_name: 'parameters',
293
314
  type: {
294
315
  name: 'Dictionary',
295
316
  value: {
317
+ client_side_validation: true,
296
318
  required: false,
297
319
  serialized_name: 'WebServiceParameterElementType',
298
320
  type: {
@@ -303,6 +325,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
303
325
  }
304
326
  },
305
327
  payloads_in_blob_storage: {
328
+ client_side_validation: true,
306
329
  required: false,
307
330
  serialized_name: 'payloadsInBlobStorage',
308
331
  type: {
@@ -310,6 +333,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
310
333
  }
311
334
  },
312
335
  payloads_location: {
336
+ client_side_validation: true,
313
337
  required: false,
314
338
  serialized_name: 'payloadsLocation',
315
339
  type: {
@@ -30,6 +30,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
30
30
  #
31
31
  def self.mapper()
32
32
  {
33
+ client_side_validation: true,
33
34
  required: false,
34
35
  serialized_name: 'Graph',
35
36
  type: {
@@ -37,6 +38,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
37
38
  class_name: 'WebServicePropertiesForGraph',
38
39
  model_properties: {
39
40
  title: {
41
+ client_side_validation: true,
40
42
  required: false,
41
43
  serialized_name: 'title',
42
44
  type: {
@@ -44,6 +46,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
44
46
  }
45
47
  },
46
48
  description: {
49
+ client_side_validation: true,
47
50
  required: false,
48
51
  serialized_name: 'description',
49
52
  type: {
@@ -51,6 +54,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
51
54
  }
52
55
  },
53
56
  created_on: {
57
+ client_side_validation: true,
54
58
  required: false,
55
59
  read_only: true,
56
60
  serialized_name: 'createdOn',
@@ -59,6 +63,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
59
63
  }
60
64
  },
61
65
  modified_on: {
66
+ client_side_validation: true,
62
67
  required: false,
63
68
  read_only: true,
64
69
  serialized_name: 'modifiedOn',
@@ -67,6 +72,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
67
72
  }
68
73
  },
69
74
  provisioning_state: {
75
+ client_side_validation: true,
70
76
  required: false,
71
77
  read_only: true,
72
78
  serialized_name: 'provisioningState',
@@ -75,6 +81,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
75
81
  }
76
82
  },
77
83
  keys: {
84
+ client_side_validation: true,
78
85
  required: false,
79
86
  serialized_name: 'keys',
80
87
  type: {
@@ -83,6 +90,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
83
90
  }
84
91
  },
85
92
  read_only: {
93
+ client_side_validation: true,
86
94
  required: false,
87
95
  serialized_name: 'readOnly',
88
96
  type: {
@@ -90,6 +98,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
90
98
  }
91
99
  },
92
100
  swagger_location: {
101
+ client_side_validation: true,
93
102
  required: false,
94
103
  read_only: true,
95
104
  serialized_name: 'swaggerLocation',
@@ -98,6 +107,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
98
107
  }
99
108
  },
100
109
  expose_sample_data: {
110
+ client_side_validation: true,
101
111
  required: false,
102
112
  serialized_name: 'exposeSampleData',
103
113
  type: {
@@ -105,6 +115,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
105
115
  }
106
116
  },
107
117
  realtime_configuration: {
118
+ client_side_validation: true,
108
119
  required: false,
109
120
  serialized_name: 'realtimeConfiguration',
110
121
  type: {
@@ -113,6 +124,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
113
124
  }
114
125
  },
115
126
  diagnostics: {
127
+ client_side_validation: true,
116
128
  required: false,
117
129
  serialized_name: 'diagnostics',
118
130
  type: {
@@ -121,6 +133,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
121
133
  }
122
134
  },
123
135
  storage_account: {
136
+ client_side_validation: true,
124
137
  required: false,
125
138
  serialized_name: 'storageAccount',
126
139
  type: {
@@ -129,6 +142,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
129
142
  }
130
143
  },
131
144
  machine_learning_workspace: {
145
+ client_side_validation: true,
132
146
  required: false,
133
147
  serialized_name: 'machineLearningWorkspace',
134
148
  type: {
@@ -137,6 +151,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
137
151
  }
138
152
  },
139
153
  commitment_plan: {
154
+ client_side_validation: true,
140
155
  required: false,
141
156
  serialized_name: 'commitmentPlan',
142
157
  type: {
@@ -145,6 +160,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
145
160
  }
146
161
  },
147
162
  input: {
163
+ client_side_validation: true,
148
164
  required: false,
149
165
  serialized_name: 'input',
150
166
  type: {
@@ -153,6 +169,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
153
169
  }
154
170
  },
155
171
  output: {
172
+ client_side_validation: true,
156
173
  required: false,
157
174
  serialized_name: 'output',
158
175
  type: {
@@ -161,6 +178,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
161
178
  }
162
179
  },
163
180
  example_request: {
181
+ client_side_validation: true,
164
182
  required: false,
165
183
  serialized_name: 'exampleRequest',
166
184
  type: {
@@ -169,11 +187,13 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
169
187
  }
170
188
  },
171
189
  assets: {
190
+ client_side_validation: true,
172
191
  required: false,
173
192
  serialized_name: 'assets',
174
193
  type: {
175
194
  name: 'Dictionary',
176
195
  value: {
196
+ client_side_validation: true,
177
197
  required: false,
178
198
  serialized_name: 'AssetItemElementType',
179
199
  type: {
@@ -184,11 +204,13 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
184
204
  }
185
205
  },
186
206
  parameters: {
207
+ client_side_validation: true,
187
208
  required: false,
188
209
  serialized_name: 'parameters',
189
210
  type: {
190
211
  name: 'Dictionary',
191
212
  value: {
213
+ client_side_validation: true,
192
214
  required: false,
193
215
  serialized_name: 'WebServiceParameterElementType',
194
216
  type: {
@@ -199,6 +221,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
199
221
  }
200
222
  },
201
223
  payloads_in_blob_storage: {
224
+ client_side_validation: true,
202
225
  required: false,
203
226
  serialized_name: 'payloadsInBlobStorage',
204
227
  type: {
@@ -206,6 +229,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
206
229
  }
207
230
  },
208
231
  payloads_location: {
232
+ client_side_validation: true,
209
233
  required: false,
210
234
  serialized_name: 'payloadsLocation',
211
235
  type: {
@@ -214,6 +238,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
214
238
  }
215
239
  },
216
240
  packageType: {
241
+ client_side_validation: true,
217
242
  required: true,
218
243
  serialized_name: 'packageType',
219
244
  type: {
@@ -221,6 +246,7 @@ module Azure::MachineLearning::Mgmt::V2017_01_01
221
246
  }
222
247
  },
223
248
  package: {
249
+ client_side_validation: true,
224
250
  required: false,
225
251
  serialized_name: 'package',
226
252
  type: {