google-apis-ml_v1 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-ml_v1.rb +15 -0
- data/lib/google/apis/ml_v1.rb +39 -0
- data/lib/google/apis/ml_v1/classes.rb +3799 -0
- data/lib/google/apis/ml_v1/gem_version.rb +28 -0
- data/lib/google/apis/ml_v1/representations.rb +1427 -0
- data/lib/google/apis/ml_v1/service.rb +1718 -0
- metadata +76 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module MlV1
|
18
|
+
# Version of the google-apis-ml_v1 gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.1.1"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20201207"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,1427 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module MlV1
|
24
|
+
|
25
|
+
class GoogleApiHttpBody
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GoogleCloudMlV1HyperparameterOutputHyperparameterMetric
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class GoogleCloudMlV1MeasurementMetric
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class GoogleCloudMlV1StudyConfigMetricSpec
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GoogleCloudMlV1StudyConfigParameterSpec
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GoogleCloudMlV1TrialParameter
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleCloudMlV1AcceleratorConfig
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GoogleCloudMlV1AddTrialMeasurementRequest
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class GoogleCloudMlV1AutoScaling
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class GoogleCloudMlV1AutomatedStoppingConfig
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GoogleCloudMlV1BuiltInAlgorithmOutput
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleCloudMlV1CancelJobRequest
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleCloudMlV1Capability
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GoogleCloudMlV1CheckTrialEarlyStoppingStateMetatdata
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleCloudMlV1CheckTrialEarlyStoppingStateRequest
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GoogleCloudMlV1CheckTrialEarlyStoppingStateResponse
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GoogleCloudMlV1CompleteTrialRequest
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GoogleCloudMlV1Config
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GoogleCloudMlV1ContainerPort
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class GoogleCloudMlV1ContainerSpec
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class GoogleCloudMlV1DiskConfig
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class GoogleCloudMlV1EncryptionConfig
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class GoogleCloudMlV1EnvVar
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class GoogleCloudMlV1ExplainRequest
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class GoogleCloudMlV1ExplanationConfig
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleCloudMlV1GetConfigResponse
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleCloudMlV1HyperparameterOutput
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleCloudMlV1HyperparameterSpec
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GoogleCloudMlV1IntegratedGradientsAttribution
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class GoogleCloudMlV1Job
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class GoogleCloudMlV1ListJobsResponse
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class GoogleCloudMlV1ListLocationsResponse
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GoogleCloudMlV1ListModelsResponse
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class GoogleCloudMlV1ListOptimalTrialsRequest
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class GoogleCloudMlV1ListOptimalTrialsResponse
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class GoogleCloudMlV1ListStudiesResponse
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class GoogleCloudMlV1ListTrialsResponse
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class GoogleCloudMlV1ListVersionsResponse
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class GoogleCloudMlV1Location
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class GoogleCloudMlV1ManualScaling
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class GoogleCloudMlV1Measurement
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class GoogleCloudMlV1MetricSpec
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class GoogleCloudMlV1Model
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class GoogleCloudMlV1OperationMetadata
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class GoogleCloudMlV1ParameterSpec
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class GoogleCloudMlV1PredictRequest
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class GoogleCloudMlV1PredictionInput
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class GoogleCloudMlV1PredictionOutput
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class GoogleCloudMlV1ReplicaConfig
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class GoogleCloudMlV1RequestLoggingConfig
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class GoogleCloudMlV1RouteMap
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class GoogleCloudMlV1SampledShapleyAttribution
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class GoogleCloudMlV1Scheduling
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class GoogleCloudMlV1SetDefaultVersionRequest
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class GoogleCloudMlV1StopTrialRequest
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleCloudMlV1Study
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GoogleCloudMlV1StudyConfig
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleCloudMlV1SuggestTrialsMetadata
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class GoogleCloudMlV1SuggestTrialsRequest
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class GoogleCloudMlV1SuggestTrialsResponse
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class GoogleCloudMlV1TrainingInput
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class GoogleCloudMlV1TrainingOutput
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class GoogleCloudMlV1Trial
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class GoogleCloudMlV1Version
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class GoogleCloudMlV1XraiAttribution
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class GoogleIamV1AuditConfig
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class GoogleIamV1AuditLogConfig
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class GoogleIamV1Binding
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class GoogleIamV1Policy
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class GoogleIamV1SetIamPolicyRequest
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class GoogleIamV1TestIamPermissionsRequest
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class GoogleIamV1TestIamPermissionsResponse
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class GoogleLongrunningListOperationsResponse
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class GoogleLongrunningOperation
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class GoogleProtobufEmpty
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class GoogleRpcStatus
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class GoogleTypeExpr
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class GoogleApiHttpBody
|
542
|
+
# @private
|
543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
544
|
+
property :content_type, as: 'contentType'
|
545
|
+
property :data, :base64 => true, as: 'data'
|
546
|
+
collection :extensions, as: 'extensions'
|
547
|
+
end
|
548
|
+
end
|
549
|
+
|
550
|
+
class GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig
|
551
|
+
# @private
|
552
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
553
|
+
property :use_elapsed_time, as: 'useElapsedTime'
|
554
|
+
end
|
555
|
+
end
|
556
|
+
|
557
|
+
class GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig
|
558
|
+
# @private
|
559
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
560
|
+
property :use_elapsed_time, as: 'useElapsedTime'
|
561
|
+
end
|
562
|
+
end
|
563
|
+
|
564
|
+
class GoogleCloudMlV1HyperparameterOutputHyperparameterMetric
|
565
|
+
# @private
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
567
|
+
property :objective_value, as: 'objectiveValue'
|
568
|
+
property :training_step, :numeric_string => true, as: 'trainingStep'
|
569
|
+
end
|
570
|
+
end
|
571
|
+
|
572
|
+
class GoogleCloudMlV1MeasurementMetric
|
573
|
+
# @private
|
574
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
575
|
+
property :metric, as: 'metric'
|
576
|
+
property :value, as: 'value'
|
577
|
+
end
|
578
|
+
end
|
579
|
+
|
580
|
+
class GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec
|
581
|
+
# @private
|
582
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
583
|
+
collection :values, as: 'values'
|
584
|
+
end
|
585
|
+
end
|
586
|
+
|
587
|
+
class GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec
|
588
|
+
# @private
|
589
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
590
|
+
collection :values, as: 'values'
|
591
|
+
end
|
592
|
+
end
|
593
|
+
|
594
|
+
class GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec
|
595
|
+
# @private
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
597
|
+
property :max_value, as: 'maxValue'
|
598
|
+
property :min_value, as: 'minValue'
|
599
|
+
end
|
600
|
+
end
|
601
|
+
|
602
|
+
class GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec
|
603
|
+
# @private
|
604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
605
|
+
property :max_value, :numeric_string => true, as: 'maxValue'
|
606
|
+
property :min_value, :numeric_string => true, as: 'minValue'
|
607
|
+
end
|
608
|
+
end
|
609
|
+
|
610
|
+
class GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec
|
611
|
+
# @private
|
612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
613
|
+
collection :values, as: 'values'
|
614
|
+
end
|
615
|
+
end
|
616
|
+
|
617
|
+
class GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec
|
618
|
+
# @private
|
619
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
620
|
+
collection :values, as: 'values'
|
621
|
+
end
|
622
|
+
end
|
623
|
+
|
624
|
+
class GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec
|
625
|
+
# @private
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
627
|
+
collection :values, as: 'values'
|
628
|
+
end
|
629
|
+
end
|
630
|
+
|
631
|
+
class GoogleCloudMlV1StudyConfigMetricSpec
|
632
|
+
# @private
|
633
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
634
|
+
property :goal, as: 'goal'
|
635
|
+
property :metric, as: 'metric'
|
636
|
+
end
|
637
|
+
end
|
638
|
+
|
639
|
+
class GoogleCloudMlV1StudyConfigParameterSpec
|
640
|
+
# @private
|
641
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
642
|
+
property :categorical_value_spec, as: 'categoricalValueSpec', class: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec, decorator: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec::Representation
|
643
|
+
|
644
|
+
collection :child_parameter_specs, as: 'childParameterSpecs', class: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpec, decorator: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpec::Representation
|
645
|
+
|
646
|
+
property :discrete_value_spec, as: 'discreteValueSpec', class: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec, decorator: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec::Representation
|
647
|
+
|
648
|
+
property :double_value_spec, as: 'doubleValueSpec', class: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec, decorator: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec::Representation
|
649
|
+
|
650
|
+
property :integer_value_spec, as: 'integerValueSpec', class: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec, decorator: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec::Representation
|
651
|
+
|
652
|
+
property :parameter, as: 'parameter'
|
653
|
+
property :parent_categorical_values, as: 'parentCategoricalValues', class: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec, decorator: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec::Representation
|
654
|
+
|
655
|
+
property :parent_discrete_values, as: 'parentDiscreteValues', class: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec, decorator: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec::Representation
|
656
|
+
|
657
|
+
property :parent_int_values, as: 'parentIntValues', class: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec, decorator: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec::Representation
|
658
|
+
|
659
|
+
property :scale_type, as: 'scaleType'
|
660
|
+
property :type, as: 'type'
|
661
|
+
end
|
662
|
+
end
|
663
|
+
|
664
|
+
class GoogleCloudMlV1TrialParameter
|
665
|
+
# @private
|
666
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
667
|
+
property :float_value, as: 'floatValue'
|
668
|
+
property :int_value, :numeric_string => true, as: 'intValue'
|
669
|
+
property :parameter, as: 'parameter'
|
670
|
+
property :string_value, as: 'stringValue'
|
671
|
+
end
|
672
|
+
end
|
673
|
+
|
674
|
+
class GoogleCloudMlV1AcceleratorConfig
|
675
|
+
# @private
|
676
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
677
|
+
property :count, :numeric_string => true, as: 'count'
|
678
|
+
property :type, as: 'type'
|
679
|
+
end
|
680
|
+
end
|
681
|
+
|
682
|
+
class GoogleCloudMlV1AddTrialMeasurementRequest
|
683
|
+
# @private
|
684
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
685
|
+
property :measurement, as: 'measurement', class: Google::Apis::MlV1::GoogleCloudMlV1Measurement, decorator: Google::Apis::MlV1::GoogleCloudMlV1Measurement::Representation
|
686
|
+
|
687
|
+
end
|
688
|
+
end
|
689
|
+
|
690
|
+
class GoogleCloudMlV1AutoScaling
|
691
|
+
# @private
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
693
|
+
property :max_nodes, as: 'maxNodes'
|
694
|
+
collection :metrics, as: 'metrics', class: Google::Apis::MlV1::GoogleCloudMlV1MetricSpec, decorator: Google::Apis::MlV1::GoogleCloudMlV1MetricSpec::Representation
|
695
|
+
|
696
|
+
property :min_nodes, as: 'minNodes'
|
697
|
+
end
|
698
|
+
end
|
699
|
+
|
700
|
+
class GoogleCloudMlV1AutomatedStoppingConfig
|
701
|
+
# @private
|
702
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
703
|
+
property :decay_curve_stopping_config, as: 'decayCurveStoppingConfig', class: Google::Apis::MlV1::GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig, decorator: Google::Apis::MlV1::GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig::Representation
|
704
|
+
|
705
|
+
property :median_automated_stopping_config, as: 'medianAutomatedStoppingConfig', class: Google::Apis::MlV1::GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig, decorator: Google::Apis::MlV1::GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig::Representation
|
706
|
+
|
707
|
+
end
|
708
|
+
end
|
709
|
+
|
710
|
+
class GoogleCloudMlV1BuiltInAlgorithmOutput
|
711
|
+
# @private
|
712
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
713
|
+
property :framework, as: 'framework'
|
714
|
+
property :model_path, as: 'modelPath'
|
715
|
+
property :python_version, as: 'pythonVersion'
|
716
|
+
property :runtime_version, as: 'runtimeVersion'
|
717
|
+
end
|
718
|
+
end
|
719
|
+
|
720
|
+
class GoogleCloudMlV1CancelJobRequest
|
721
|
+
# @private
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
723
|
+
end
|
724
|
+
end
|
725
|
+
|
726
|
+
class GoogleCloudMlV1Capability
|
727
|
+
# @private
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
729
|
+
collection :available_accelerators, as: 'availableAccelerators'
|
730
|
+
property :type, as: 'type'
|
731
|
+
end
|
732
|
+
end
|
733
|
+
|
734
|
+
class GoogleCloudMlV1CheckTrialEarlyStoppingStateMetatdata
|
735
|
+
# @private
|
736
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
737
|
+
property :create_time, as: 'createTime'
|
738
|
+
property :study, as: 'study'
|
739
|
+
property :trial, as: 'trial'
|
740
|
+
end
|
741
|
+
end
|
742
|
+
|
743
|
+
class GoogleCloudMlV1CheckTrialEarlyStoppingStateRequest
|
744
|
+
# @private
|
745
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
746
|
+
end
|
747
|
+
end
|
748
|
+
|
749
|
+
class GoogleCloudMlV1CheckTrialEarlyStoppingStateResponse
|
750
|
+
# @private
|
751
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
752
|
+
property :end_time, as: 'endTime'
|
753
|
+
property :should_stop, as: 'shouldStop'
|
754
|
+
property :start_time, as: 'startTime'
|
755
|
+
end
|
756
|
+
end
|
757
|
+
|
758
|
+
class GoogleCloudMlV1CompleteTrialRequest
|
759
|
+
# @private
|
760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
761
|
+
property :final_measurement, as: 'finalMeasurement', class: Google::Apis::MlV1::GoogleCloudMlV1Measurement, decorator: Google::Apis::MlV1::GoogleCloudMlV1Measurement::Representation
|
762
|
+
|
763
|
+
property :infeasible_reason, as: 'infeasibleReason'
|
764
|
+
property :trial_infeasible, as: 'trialInfeasible'
|
765
|
+
end
|
766
|
+
end
|
767
|
+
|
768
|
+
class GoogleCloudMlV1Config
|
769
|
+
# @private
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
771
|
+
property :tpu_service_account, as: 'tpuServiceAccount'
|
772
|
+
end
|
773
|
+
end
|
774
|
+
|
775
|
+
class GoogleCloudMlV1ContainerPort
|
776
|
+
# @private
|
777
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
778
|
+
property :container_port, as: 'containerPort'
|
779
|
+
end
|
780
|
+
end
|
781
|
+
|
782
|
+
class GoogleCloudMlV1ContainerSpec
|
783
|
+
# @private
|
784
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
785
|
+
collection :args, as: 'args'
|
786
|
+
collection :command, as: 'command'
|
787
|
+
collection :env, as: 'env', class: Google::Apis::MlV1::GoogleCloudMlV1EnvVar, decorator: Google::Apis::MlV1::GoogleCloudMlV1EnvVar::Representation
|
788
|
+
|
789
|
+
property :image, as: 'image'
|
790
|
+
collection :ports, as: 'ports', class: Google::Apis::MlV1::GoogleCloudMlV1ContainerPort, decorator: Google::Apis::MlV1::GoogleCloudMlV1ContainerPort::Representation
|
791
|
+
|
792
|
+
end
|
793
|
+
end
|
794
|
+
|
795
|
+
class GoogleCloudMlV1DiskConfig
|
796
|
+
# @private
|
797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
798
|
+
property :boot_disk_size_gb, as: 'bootDiskSizeGb'
|
799
|
+
property :boot_disk_type, as: 'bootDiskType'
|
800
|
+
end
|
801
|
+
end
|
802
|
+
|
803
|
+
class GoogleCloudMlV1EncryptionConfig
|
804
|
+
# @private
|
805
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
806
|
+
property :kms_key_name, as: 'kmsKeyName'
|
807
|
+
end
|
808
|
+
end
|
809
|
+
|
810
|
+
class GoogleCloudMlV1EnvVar
|
811
|
+
# @private
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
813
|
+
property :name, as: 'name'
|
814
|
+
property :value, as: 'value'
|
815
|
+
end
|
816
|
+
end
|
817
|
+
|
818
|
+
class GoogleCloudMlV1ExplainRequest
|
819
|
+
# @private
|
820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
821
|
+
property :http_body, as: 'httpBody', class: Google::Apis::MlV1::GoogleApiHttpBody, decorator: Google::Apis::MlV1::GoogleApiHttpBody::Representation
|
822
|
+
|
823
|
+
end
|
824
|
+
end
|
825
|
+
|
826
|
+
class GoogleCloudMlV1ExplanationConfig
|
827
|
+
# @private
|
828
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
829
|
+
property :integrated_gradients_attribution, as: 'integratedGradientsAttribution', class: Google::Apis::MlV1::GoogleCloudMlV1IntegratedGradientsAttribution, decorator: Google::Apis::MlV1::GoogleCloudMlV1IntegratedGradientsAttribution::Representation
|
830
|
+
|
831
|
+
property :sampled_shapley_attribution, as: 'sampledShapleyAttribution', class: Google::Apis::MlV1::GoogleCloudMlV1SampledShapleyAttribution, decorator: Google::Apis::MlV1::GoogleCloudMlV1SampledShapleyAttribution::Representation
|
832
|
+
|
833
|
+
property :xrai_attribution, as: 'xraiAttribution', class: Google::Apis::MlV1::GoogleCloudMlV1XraiAttribution, decorator: Google::Apis::MlV1::GoogleCloudMlV1XraiAttribution::Representation
|
834
|
+
|
835
|
+
end
|
836
|
+
end
|
837
|
+
|
838
|
+
class GoogleCloudMlV1GetConfigResponse
|
839
|
+
# @private
|
840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
841
|
+
property :config, as: 'config', class: Google::Apis::MlV1::GoogleCloudMlV1Config, decorator: Google::Apis::MlV1::GoogleCloudMlV1Config::Representation
|
842
|
+
|
843
|
+
property :service_account, as: 'serviceAccount'
|
844
|
+
property :service_account_project, :numeric_string => true, as: 'serviceAccountProject'
|
845
|
+
end
|
846
|
+
end
|
847
|
+
|
848
|
+
class GoogleCloudMlV1HyperparameterOutput
|
849
|
+
# @private
|
850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
851
|
+
collection :all_metrics, as: 'allMetrics', class: Google::Apis::MlV1::GoogleCloudMlV1HyperparameterOutputHyperparameterMetric, decorator: Google::Apis::MlV1::GoogleCloudMlV1HyperparameterOutputHyperparameterMetric::Representation
|
852
|
+
|
853
|
+
property :built_in_algorithm_output, as: 'builtInAlgorithmOutput', class: Google::Apis::MlV1::GoogleCloudMlV1BuiltInAlgorithmOutput, decorator: Google::Apis::MlV1::GoogleCloudMlV1BuiltInAlgorithmOutput::Representation
|
854
|
+
|
855
|
+
property :end_time, as: 'endTime'
|
856
|
+
property :final_metric, as: 'finalMetric', class: Google::Apis::MlV1::GoogleCloudMlV1HyperparameterOutputHyperparameterMetric, decorator: Google::Apis::MlV1::GoogleCloudMlV1HyperparameterOutputHyperparameterMetric::Representation
|
857
|
+
|
858
|
+
hash :hyperparameters, as: 'hyperparameters'
|
859
|
+
property :is_trial_stopped_early, as: 'isTrialStoppedEarly'
|
860
|
+
property :start_time, as: 'startTime'
|
861
|
+
property :state, as: 'state'
|
862
|
+
property :trial_id, as: 'trialId'
|
863
|
+
end
|
864
|
+
end
|
865
|
+
|
866
|
+
class GoogleCloudMlV1HyperparameterSpec
|
867
|
+
# @private
|
868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
869
|
+
property :algorithm, as: 'algorithm'
|
870
|
+
property :enable_trial_early_stopping, as: 'enableTrialEarlyStopping'
|
871
|
+
property :goal, as: 'goal'
|
872
|
+
property :hyperparameter_metric_tag, as: 'hyperparameterMetricTag'
|
873
|
+
property :max_failed_trials, as: 'maxFailedTrials'
|
874
|
+
property :max_parallel_trials, as: 'maxParallelTrials'
|
875
|
+
property :max_trials, as: 'maxTrials'
|
876
|
+
collection :params, as: 'params', class: Google::Apis::MlV1::GoogleCloudMlV1ParameterSpec, decorator: Google::Apis::MlV1::GoogleCloudMlV1ParameterSpec::Representation
|
877
|
+
|
878
|
+
property :resume_previous_job_id, as: 'resumePreviousJobId'
|
879
|
+
end
|
880
|
+
end
|
881
|
+
|
882
|
+
class GoogleCloudMlV1IntegratedGradientsAttribution
|
883
|
+
# @private
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
885
|
+
property :num_integral_steps, as: 'numIntegralSteps'
|
886
|
+
end
|
887
|
+
end
|
888
|
+
|
889
|
+
class GoogleCloudMlV1Job
|
890
|
+
# @private
|
891
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
892
|
+
property :create_time, as: 'createTime'
|
893
|
+
property :end_time, as: 'endTime'
|
894
|
+
property :error_message, as: 'errorMessage'
|
895
|
+
property :etag, :base64 => true, as: 'etag'
|
896
|
+
property :job_id, as: 'jobId'
|
897
|
+
hash :labels, as: 'labels'
|
898
|
+
property :prediction_input, as: 'predictionInput', class: Google::Apis::MlV1::GoogleCloudMlV1PredictionInput, decorator: Google::Apis::MlV1::GoogleCloudMlV1PredictionInput::Representation
|
899
|
+
|
900
|
+
property :prediction_output, as: 'predictionOutput', class: Google::Apis::MlV1::GoogleCloudMlV1PredictionOutput, decorator: Google::Apis::MlV1::GoogleCloudMlV1PredictionOutput::Representation
|
901
|
+
|
902
|
+
property :start_time, as: 'startTime'
|
903
|
+
property :state, as: 'state'
|
904
|
+
property :training_input, as: 'trainingInput', class: Google::Apis::MlV1::GoogleCloudMlV1TrainingInput, decorator: Google::Apis::MlV1::GoogleCloudMlV1TrainingInput::Representation
|
905
|
+
|
906
|
+
property :training_output, as: 'trainingOutput', class: Google::Apis::MlV1::GoogleCloudMlV1TrainingOutput, decorator: Google::Apis::MlV1::GoogleCloudMlV1TrainingOutput::Representation
|
907
|
+
|
908
|
+
end
|
909
|
+
end
|
910
|
+
|
911
|
+
class GoogleCloudMlV1ListJobsResponse
|
912
|
+
# @private
|
913
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
914
|
+
collection :jobs, as: 'jobs', class: Google::Apis::MlV1::GoogleCloudMlV1Job, decorator: Google::Apis::MlV1::GoogleCloudMlV1Job::Representation
|
915
|
+
|
916
|
+
property :next_page_token, as: 'nextPageToken'
|
917
|
+
end
|
918
|
+
end
|
919
|
+
|
920
|
+
class GoogleCloudMlV1ListLocationsResponse
|
921
|
+
# @private
|
922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
923
|
+
collection :locations, as: 'locations', class: Google::Apis::MlV1::GoogleCloudMlV1Location, decorator: Google::Apis::MlV1::GoogleCloudMlV1Location::Representation
|
924
|
+
|
925
|
+
property :next_page_token, as: 'nextPageToken'
|
926
|
+
end
|
927
|
+
end
|
928
|
+
|
929
|
+
class GoogleCloudMlV1ListModelsResponse
|
930
|
+
# @private
|
931
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
932
|
+
collection :models, as: 'models', class: Google::Apis::MlV1::GoogleCloudMlV1Model, decorator: Google::Apis::MlV1::GoogleCloudMlV1Model::Representation
|
933
|
+
|
934
|
+
property :next_page_token, as: 'nextPageToken'
|
935
|
+
end
|
936
|
+
end
|
937
|
+
|
938
|
+
class GoogleCloudMlV1ListOptimalTrialsRequest
|
939
|
+
# @private
|
940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
941
|
+
end
|
942
|
+
end
|
943
|
+
|
944
|
+
class GoogleCloudMlV1ListOptimalTrialsResponse
|
945
|
+
# @private
|
946
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
947
|
+
collection :trials, as: 'trials', class: Google::Apis::MlV1::GoogleCloudMlV1Trial, decorator: Google::Apis::MlV1::GoogleCloudMlV1Trial::Representation
|
948
|
+
|
949
|
+
end
|
950
|
+
end
|
951
|
+
|
952
|
+
class GoogleCloudMlV1ListStudiesResponse
|
953
|
+
# @private
|
954
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
955
|
+
collection :studies, as: 'studies', class: Google::Apis::MlV1::GoogleCloudMlV1Study, decorator: Google::Apis::MlV1::GoogleCloudMlV1Study::Representation
|
956
|
+
|
957
|
+
end
|
958
|
+
end
|
959
|
+
|
960
|
+
class GoogleCloudMlV1ListTrialsResponse
|
961
|
+
# @private
|
962
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
963
|
+
collection :trials, as: 'trials', class: Google::Apis::MlV1::GoogleCloudMlV1Trial, decorator: Google::Apis::MlV1::GoogleCloudMlV1Trial::Representation
|
964
|
+
|
965
|
+
end
|
966
|
+
end
|
967
|
+
|
968
|
+
class GoogleCloudMlV1ListVersionsResponse
|
969
|
+
# @private
|
970
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
971
|
+
property :next_page_token, as: 'nextPageToken'
|
972
|
+
collection :versions, as: 'versions', class: Google::Apis::MlV1::GoogleCloudMlV1Version, decorator: Google::Apis::MlV1::GoogleCloudMlV1Version::Representation
|
973
|
+
|
974
|
+
end
|
975
|
+
end
|
976
|
+
|
977
|
+
class GoogleCloudMlV1Location
|
978
|
+
# @private
|
979
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
980
|
+
collection :capabilities, as: 'capabilities', class: Google::Apis::MlV1::GoogleCloudMlV1Capability, decorator: Google::Apis::MlV1::GoogleCloudMlV1Capability::Representation
|
981
|
+
|
982
|
+
property :name, as: 'name'
|
983
|
+
end
|
984
|
+
end
|
985
|
+
|
986
|
+
class GoogleCloudMlV1ManualScaling
|
987
|
+
# @private
|
988
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
989
|
+
property :nodes, as: 'nodes'
|
990
|
+
end
|
991
|
+
end
|
992
|
+
|
993
|
+
class GoogleCloudMlV1Measurement
|
994
|
+
# @private
|
995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
996
|
+
property :elapsed_time, as: 'elapsedTime'
|
997
|
+
collection :metrics, as: 'metrics', class: Google::Apis::MlV1::GoogleCloudMlV1MeasurementMetric, decorator: Google::Apis::MlV1::GoogleCloudMlV1MeasurementMetric::Representation
|
998
|
+
|
999
|
+
property :step_count, :numeric_string => true, as: 'stepCount'
|
1000
|
+
end
|
1001
|
+
end
|
1002
|
+
|
1003
|
+
class GoogleCloudMlV1MetricSpec
|
1004
|
+
# @private
|
1005
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1006
|
+
property :name, as: 'name'
|
1007
|
+
property :target, as: 'target'
|
1008
|
+
end
|
1009
|
+
end
|
1010
|
+
|
1011
|
+
class GoogleCloudMlV1Model
|
1012
|
+
# @private
|
1013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1014
|
+
property :default_version, as: 'defaultVersion', class: Google::Apis::MlV1::GoogleCloudMlV1Version, decorator: Google::Apis::MlV1::GoogleCloudMlV1Version::Representation
|
1015
|
+
|
1016
|
+
property :description, as: 'description'
|
1017
|
+
property :etag, :base64 => true, as: 'etag'
|
1018
|
+
hash :labels, as: 'labels'
|
1019
|
+
property :name, as: 'name'
|
1020
|
+
property :online_prediction_console_logging, as: 'onlinePredictionConsoleLogging'
|
1021
|
+
property :online_prediction_logging, as: 'onlinePredictionLogging'
|
1022
|
+
collection :regions, as: 'regions'
|
1023
|
+
end
|
1024
|
+
end
|
1025
|
+
|
1026
|
+
class GoogleCloudMlV1OperationMetadata
|
1027
|
+
# @private
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1029
|
+
property :create_time, as: 'createTime'
|
1030
|
+
property :end_time, as: 'endTime'
|
1031
|
+
property :is_cancellation_requested, as: 'isCancellationRequested'
|
1032
|
+
hash :labels, as: 'labels'
|
1033
|
+
property :model_name, as: 'modelName'
|
1034
|
+
property :operation_type, as: 'operationType'
|
1035
|
+
property :project_number, :numeric_string => true, as: 'projectNumber'
|
1036
|
+
property :start_time, as: 'startTime'
|
1037
|
+
property :version, as: 'version', class: Google::Apis::MlV1::GoogleCloudMlV1Version, decorator: Google::Apis::MlV1::GoogleCloudMlV1Version::Representation
|
1038
|
+
|
1039
|
+
end
|
1040
|
+
end
|
1041
|
+
|
1042
|
+
class GoogleCloudMlV1ParameterSpec
|
1043
|
+
# @private
|
1044
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1045
|
+
collection :categorical_values, as: 'categoricalValues'
|
1046
|
+
collection :discrete_values, as: 'discreteValues'
|
1047
|
+
property :max_value, as: 'maxValue'
|
1048
|
+
property :min_value, as: 'minValue'
|
1049
|
+
property :parameter_name, as: 'parameterName'
|
1050
|
+
property :scale_type, as: 'scaleType'
|
1051
|
+
property :type, as: 'type'
|
1052
|
+
end
|
1053
|
+
end
|
1054
|
+
|
1055
|
+
class GoogleCloudMlV1PredictRequest
|
1056
|
+
# @private
|
1057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1058
|
+
property :http_body, as: 'httpBody', class: Google::Apis::MlV1::GoogleApiHttpBody, decorator: Google::Apis::MlV1::GoogleApiHttpBody::Representation
|
1059
|
+
|
1060
|
+
end
|
1061
|
+
end
|
1062
|
+
|
1063
|
+
class GoogleCloudMlV1PredictionInput
|
1064
|
+
# @private
|
1065
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1066
|
+
property :batch_size, :numeric_string => true, as: 'batchSize'
|
1067
|
+
property :data_format, as: 'dataFormat'
|
1068
|
+
collection :input_paths, as: 'inputPaths'
|
1069
|
+
property :max_worker_count, :numeric_string => true, as: 'maxWorkerCount'
|
1070
|
+
property :model_name, as: 'modelName'
|
1071
|
+
property :output_data_format, as: 'outputDataFormat'
|
1072
|
+
property :output_path, as: 'outputPath'
|
1073
|
+
property :region, as: 'region'
|
1074
|
+
property :runtime_version, as: 'runtimeVersion'
|
1075
|
+
property :signature_name, as: 'signatureName'
|
1076
|
+
property :uri, as: 'uri'
|
1077
|
+
property :version_name, as: 'versionName'
|
1078
|
+
end
|
1079
|
+
end
|
1080
|
+
|
1081
|
+
class GoogleCloudMlV1PredictionOutput
|
1082
|
+
# @private
|
1083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1084
|
+
property :error_count, :numeric_string => true, as: 'errorCount'
|
1085
|
+
property :node_hours, as: 'nodeHours'
|
1086
|
+
property :output_path, as: 'outputPath'
|
1087
|
+
property :prediction_count, :numeric_string => true, as: 'predictionCount'
|
1088
|
+
end
|
1089
|
+
end
|
1090
|
+
|
1091
|
+
class GoogleCloudMlV1ReplicaConfig
|
1092
|
+
# @private
|
1093
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1094
|
+
property :accelerator_config, as: 'acceleratorConfig', class: Google::Apis::MlV1::GoogleCloudMlV1AcceleratorConfig, decorator: Google::Apis::MlV1::GoogleCloudMlV1AcceleratorConfig::Representation
|
1095
|
+
|
1096
|
+
collection :container_args, as: 'containerArgs'
|
1097
|
+
collection :container_command, as: 'containerCommand'
|
1098
|
+
property :disk_config, as: 'diskConfig', class: Google::Apis::MlV1::GoogleCloudMlV1DiskConfig, decorator: Google::Apis::MlV1::GoogleCloudMlV1DiskConfig::Representation
|
1099
|
+
|
1100
|
+
property :image_uri, as: 'imageUri'
|
1101
|
+
property :tpu_tf_version, as: 'tpuTfVersion'
|
1102
|
+
end
|
1103
|
+
end
|
1104
|
+
|
1105
|
+
class GoogleCloudMlV1RequestLoggingConfig
|
1106
|
+
# @private
|
1107
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1108
|
+
property :bigquery_table_name, as: 'bigqueryTableName'
|
1109
|
+
property :sampling_percentage, as: 'samplingPercentage'
|
1110
|
+
end
|
1111
|
+
end
|
1112
|
+
|
1113
|
+
class GoogleCloudMlV1RouteMap
|
1114
|
+
# @private
|
1115
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1116
|
+
property :health, as: 'health'
|
1117
|
+
property :predict, as: 'predict'
|
1118
|
+
end
|
1119
|
+
end
|
1120
|
+
|
1121
|
+
class GoogleCloudMlV1SampledShapleyAttribution
|
1122
|
+
# @private
|
1123
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1124
|
+
property :num_paths, as: 'numPaths'
|
1125
|
+
end
|
1126
|
+
end
|
1127
|
+
|
1128
|
+
class GoogleCloudMlV1Scheduling
|
1129
|
+
# @private
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1131
|
+
property :max_running_time, as: 'maxRunningTime'
|
1132
|
+
property :max_wait_time, as: 'maxWaitTime'
|
1133
|
+
end
|
1134
|
+
end
|
1135
|
+
|
1136
|
+
class GoogleCloudMlV1SetDefaultVersionRequest
|
1137
|
+
# @private
|
1138
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1139
|
+
end
|
1140
|
+
end
|
1141
|
+
|
1142
|
+
class GoogleCloudMlV1StopTrialRequest
|
1143
|
+
# @private
|
1144
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1145
|
+
end
|
1146
|
+
end
|
1147
|
+
|
1148
|
+
class GoogleCloudMlV1Study
|
1149
|
+
# @private
|
1150
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1151
|
+
property :create_time, as: 'createTime'
|
1152
|
+
property :inactive_reason, as: 'inactiveReason'
|
1153
|
+
property :name, as: 'name'
|
1154
|
+
property :state, as: 'state'
|
1155
|
+
property :study_config, as: 'studyConfig', class: Google::Apis::MlV1::GoogleCloudMlV1StudyConfig, decorator: Google::Apis::MlV1::GoogleCloudMlV1StudyConfig::Representation
|
1156
|
+
|
1157
|
+
end
|
1158
|
+
end
|
1159
|
+
|
1160
|
+
class GoogleCloudMlV1StudyConfig
|
1161
|
+
# @private
|
1162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1163
|
+
property :algorithm, as: 'algorithm'
|
1164
|
+
property :automated_stopping_config, as: 'automatedStoppingConfig', class: Google::Apis::MlV1::GoogleCloudMlV1AutomatedStoppingConfig, decorator: Google::Apis::MlV1::GoogleCloudMlV1AutomatedStoppingConfig::Representation
|
1165
|
+
|
1166
|
+
collection :metrics, as: 'metrics', class: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigMetricSpec, decorator: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigMetricSpec::Representation
|
1167
|
+
|
1168
|
+
collection :parameters, as: 'parameters', class: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpec, decorator: Google::Apis::MlV1::GoogleCloudMlV1StudyConfigParameterSpec::Representation
|
1169
|
+
|
1170
|
+
end
|
1171
|
+
end
|
1172
|
+
|
1173
|
+
class GoogleCloudMlV1SuggestTrialsMetadata
|
1174
|
+
# @private
|
1175
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1176
|
+
property :client_id, as: 'clientId'
|
1177
|
+
property :create_time, as: 'createTime'
|
1178
|
+
property :study, as: 'study'
|
1179
|
+
property :suggestion_count, as: 'suggestionCount'
|
1180
|
+
end
|
1181
|
+
end
|
1182
|
+
|
1183
|
+
class GoogleCloudMlV1SuggestTrialsRequest
|
1184
|
+
# @private
|
1185
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1186
|
+
property :client_id, as: 'clientId'
|
1187
|
+
property :suggestion_count, as: 'suggestionCount'
|
1188
|
+
end
|
1189
|
+
end
|
1190
|
+
|
1191
|
+
class GoogleCloudMlV1SuggestTrialsResponse
|
1192
|
+
# @private
|
1193
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1194
|
+
property :end_time, as: 'endTime'
|
1195
|
+
property :start_time, as: 'startTime'
|
1196
|
+
property :study_state, as: 'studyState'
|
1197
|
+
collection :trials, as: 'trials', class: Google::Apis::MlV1::GoogleCloudMlV1Trial, decorator: Google::Apis::MlV1::GoogleCloudMlV1Trial::Representation
|
1198
|
+
|
1199
|
+
end
|
1200
|
+
end
|
1201
|
+
|
1202
|
+
class GoogleCloudMlV1TrainingInput
|
1203
|
+
# @private
|
1204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1205
|
+
collection :args, as: 'args'
|
1206
|
+
property :encryption_config, as: 'encryptionConfig', class: Google::Apis::MlV1::GoogleCloudMlV1EncryptionConfig, decorator: Google::Apis::MlV1::GoogleCloudMlV1EncryptionConfig::Representation
|
1207
|
+
|
1208
|
+
property :evaluator_config, as: 'evaluatorConfig', class: Google::Apis::MlV1::GoogleCloudMlV1ReplicaConfig, decorator: Google::Apis::MlV1::GoogleCloudMlV1ReplicaConfig::Representation
|
1209
|
+
|
1210
|
+
property :evaluator_count, :numeric_string => true, as: 'evaluatorCount'
|
1211
|
+
property :evaluator_type, as: 'evaluatorType'
|
1212
|
+
property :hyperparameters, as: 'hyperparameters', class: Google::Apis::MlV1::GoogleCloudMlV1HyperparameterSpec, decorator: Google::Apis::MlV1::GoogleCloudMlV1HyperparameterSpec::Representation
|
1213
|
+
|
1214
|
+
property :job_dir, as: 'jobDir'
|
1215
|
+
property :master_config, as: 'masterConfig', class: Google::Apis::MlV1::GoogleCloudMlV1ReplicaConfig, decorator: Google::Apis::MlV1::GoogleCloudMlV1ReplicaConfig::Representation
|
1216
|
+
|
1217
|
+
property :master_type, as: 'masterType'
|
1218
|
+
property :network, as: 'network'
|
1219
|
+
collection :package_uris, as: 'packageUris'
|
1220
|
+
property :parameter_server_config, as: 'parameterServerConfig', class: Google::Apis::MlV1::GoogleCloudMlV1ReplicaConfig, decorator: Google::Apis::MlV1::GoogleCloudMlV1ReplicaConfig::Representation
|
1221
|
+
|
1222
|
+
property :parameter_server_count, :numeric_string => true, as: 'parameterServerCount'
|
1223
|
+
property :parameter_server_type, as: 'parameterServerType'
|
1224
|
+
property :python_module, as: 'pythonModule'
|
1225
|
+
property :python_version, as: 'pythonVersion'
|
1226
|
+
property :region, as: 'region'
|
1227
|
+
property :runtime_version, as: 'runtimeVersion'
|
1228
|
+
property :scale_tier, as: 'scaleTier'
|
1229
|
+
property :scheduling, as: 'scheduling', class: Google::Apis::MlV1::GoogleCloudMlV1Scheduling, decorator: Google::Apis::MlV1::GoogleCloudMlV1Scheduling::Representation
|
1230
|
+
|
1231
|
+
property :service_account, as: 'serviceAccount'
|
1232
|
+
property :use_chief_in_tf_config, as: 'useChiefInTfConfig'
|
1233
|
+
property :worker_config, as: 'workerConfig', class: Google::Apis::MlV1::GoogleCloudMlV1ReplicaConfig, decorator: Google::Apis::MlV1::GoogleCloudMlV1ReplicaConfig::Representation
|
1234
|
+
|
1235
|
+
property :worker_count, :numeric_string => true, as: 'workerCount'
|
1236
|
+
property :worker_type, as: 'workerType'
|
1237
|
+
end
|
1238
|
+
end
|
1239
|
+
|
1240
|
+
class GoogleCloudMlV1TrainingOutput
|
1241
|
+
# @private
|
1242
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1243
|
+
property :built_in_algorithm_output, as: 'builtInAlgorithmOutput', class: Google::Apis::MlV1::GoogleCloudMlV1BuiltInAlgorithmOutput, decorator: Google::Apis::MlV1::GoogleCloudMlV1BuiltInAlgorithmOutput::Representation
|
1244
|
+
|
1245
|
+
property :completed_trial_count, :numeric_string => true, as: 'completedTrialCount'
|
1246
|
+
property :consumed_ml_units, as: 'consumedMLUnits'
|
1247
|
+
property :hyperparameter_metric_tag, as: 'hyperparameterMetricTag'
|
1248
|
+
property :is_built_in_algorithm_job, as: 'isBuiltInAlgorithmJob'
|
1249
|
+
property :is_hyperparameter_tuning_job, as: 'isHyperparameterTuningJob'
|
1250
|
+
collection :trials, as: 'trials', class: Google::Apis::MlV1::GoogleCloudMlV1HyperparameterOutput, decorator: Google::Apis::MlV1::GoogleCloudMlV1HyperparameterOutput::Representation
|
1251
|
+
|
1252
|
+
end
|
1253
|
+
end
|
1254
|
+
|
1255
|
+
class GoogleCloudMlV1Trial
|
1256
|
+
# @private
|
1257
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1258
|
+
property :client_id, as: 'clientId'
|
1259
|
+
property :end_time, as: 'endTime'
|
1260
|
+
property :final_measurement, as: 'finalMeasurement', class: Google::Apis::MlV1::GoogleCloudMlV1Measurement, decorator: Google::Apis::MlV1::GoogleCloudMlV1Measurement::Representation
|
1261
|
+
|
1262
|
+
property :infeasible_reason, as: 'infeasibleReason'
|
1263
|
+
collection :measurements, as: 'measurements', class: Google::Apis::MlV1::GoogleCloudMlV1Measurement, decorator: Google::Apis::MlV1::GoogleCloudMlV1Measurement::Representation
|
1264
|
+
|
1265
|
+
property :name, as: 'name'
|
1266
|
+
collection :parameters, as: 'parameters', class: Google::Apis::MlV1::GoogleCloudMlV1TrialParameter, decorator: Google::Apis::MlV1::GoogleCloudMlV1TrialParameter::Representation
|
1267
|
+
|
1268
|
+
property :start_time, as: 'startTime'
|
1269
|
+
property :state, as: 'state'
|
1270
|
+
property :trial_infeasible, as: 'trialInfeasible'
|
1271
|
+
end
|
1272
|
+
end
|
1273
|
+
|
1274
|
+
class GoogleCloudMlV1Version
|
1275
|
+
# @private
|
1276
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1277
|
+
property :accelerator_config, as: 'acceleratorConfig', class: Google::Apis::MlV1::GoogleCloudMlV1AcceleratorConfig, decorator: Google::Apis::MlV1::GoogleCloudMlV1AcceleratorConfig::Representation
|
1278
|
+
|
1279
|
+
property :auto_scaling, as: 'autoScaling', class: Google::Apis::MlV1::GoogleCloudMlV1AutoScaling, decorator: Google::Apis::MlV1::GoogleCloudMlV1AutoScaling::Representation
|
1280
|
+
|
1281
|
+
property :container, as: 'container', class: Google::Apis::MlV1::GoogleCloudMlV1ContainerSpec, decorator: Google::Apis::MlV1::GoogleCloudMlV1ContainerSpec::Representation
|
1282
|
+
|
1283
|
+
property :create_time, as: 'createTime'
|
1284
|
+
property :deployment_uri, as: 'deploymentUri'
|
1285
|
+
property :description, as: 'description'
|
1286
|
+
property :error_message, as: 'errorMessage'
|
1287
|
+
property :etag, :base64 => true, as: 'etag'
|
1288
|
+
property :explanation_config, as: 'explanationConfig', class: Google::Apis::MlV1::GoogleCloudMlV1ExplanationConfig, decorator: Google::Apis::MlV1::GoogleCloudMlV1ExplanationConfig::Representation
|
1289
|
+
|
1290
|
+
property :framework, as: 'framework'
|
1291
|
+
property :is_default, as: 'isDefault'
|
1292
|
+
hash :labels, as: 'labels'
|
1293
|
+
property :last_use_time, as: 'lastUseTime'
|
1294
|
+
property :machine_type, as: 'machineType'
|
1295
|
+
property :manual_scaling, as: 'manualScaling', class: Google::Apis::MlV1::GoogleCloudMlV1ManualScaling, decorator: Google::Apis::MlV1::GoogleCloudMlV1ManualScaling::Representation
|
1296
|
+
|
1297
|
+
property :name, as: 'name'
|
1298
|
+
collection :package_uris, as: 'packageUris'
|
1299
|
+
property :prediction_class, as: 'predictionClass'
|
1300
|
+
property :python_version, as: 'pythonVersion'
|
1301
|
+
property :request_logging_config, as: 'requestLoggingConfig', class: Google::Apis::MlV1::GoogleCloudMlV1RequestLoggingConfig, decorator: Google::Apis::MlV1::GoogleCloudMlV1RequestLoggingConfig::Representation
|
1302
|
+
|
1303
|
+
property :routes, as: 'routes', class: Google::Apis::MlV1::GoogleCloudMlV1RouteMap, decorator: Google::Apis::MlV1::GoogleCloudMlV1RouteMap::Representation
|
1304
|
+
|
1305
|
+
property :runtime_version, as: 'runtimeVersion'
|
1306
|
+
property :service_account, as: 'serviceAccount'
|
1307
|
+
property :state, as: 'state'
|
1308
|
+
end
|
1309
|
+
end
|
1310
|
+
|
1311
|
+
class GoogleCloudMlV1XraiAttribution
|
1312
|
+
# @private
|
1313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1314
|
+
property :num_integral_steps, as: 'numIntegralSteps'
|
1315
|
+
end
|
1316
|
+
end
|
1317
|
+
|
1318
|
+
class GoogleIamV1AuditConfig
|
1319
|
+
# @private
|
1320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1321
|
+
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::MlV1::GoogleIamV1AuditLogConfig, decorator: Google::Apis::MlV1::GoogleIamV1AuditLogConfig::Representation
|
1322
|
+
|
1323
|
+
property :service, as: 'service'
|
1324
|
+
end
|
1325
|
+
end
|
1326
|
+
|
1327
|
+
class GoogleIamV1AuditLogConfig
|
1328
|
+
# @private
|
1329
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1330
|
+
collection :exempted_members, as: 'exemptedMembers'
|
1331
|
+
property :log_type, as: 'logType'
|
1332
|
+
end
|
1333
|
+
end
|
1334
|
+
|
1335
|
+
class GoogleIamV1Binding
|
1336
|
+
# @private
|
1337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1338
|
+
property :condition, as: 'condition', class: Google::Apis::MlV1::GoogleTypeExpr, decorator: Google::Apis::MlV1::GoogleTypeExpr::Representation
|
1339
|
+
|
1340
|
+
collection :members, as: 'members'
|
1341
|
+
property :role, as: 'role'
|
1342
|
+
end
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class GoogleIamV1Policy
|
1346
|
+
# @private
|
1347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1348
|
+
collection :audit_configs, as: 'auditConfigs', class: Google::Apis::MlV1::GoogleIamV1AuditConfig, decorator: Google::Apis::MlV1::GoogleIamV1AuditConfig::Representation
|
1349
|
+
|
1350
|
+
collection :bindings, as: 'bindings', class: Google::Apis::MlV1::GoogleIamV1Binding, decorator: Google::Apis::MlV1::GoogleIamV1Binding::Representation
|
1351
|
+
|
1352
|
+
property :etag, :base64 => true, as: 'etag'
|
1353
|
+
property :version, as: 'version'
|
1354
|
+
end
|
1355
|
+
end
|
1356
|
+
|
1357
|
+
class GoogleIamV1SetIamPolicyRequest
|
1358
|
+
# @private
|
1359
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1360
|
+
property :policy, as: 'policy', class: Google::Apis::MlV1::GoogleIamV1Policy, decorator: Google::Apis::MlV1::GoogleIamV1Policy::Representation
|
1361
|
+
|
1362
|
+
property :update_mask, as: 'updateMask'
|
1363
|
+
end
|
1364
|
+
end
|
1365
|
+
|
1366
|
+
class GoogleIamV1TestIamPermissionsRequest
|
1367
|
+
# @private
|
1368
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1369
|
+
collection :permissions, as: 'permissions'
|
1370
|
+
end
|
1371
|
+
end
|
1372
|
+
|
1373
|
+
class GoogleIamV1TestIamPermissionsResponse
|
1374
|
+
# @private
|
1375
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1376
|
+
collection :permissions, as: 'permissions'
|
1377
|
+
end
|
1378
|
+
end
|
1379
|
+
|
1380
|
+
class GoogleLongrunningListOperationsResponse
|
1381
|
+
# @private
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1383
|
+
property :next_page_token, as: 'nextPageToken'
|
1384
|
+
collection :operations, as: 'operations', class: Google::Apis::MlV1::GoogleLongrunningOperation, decorator: Google::Apis::MlV1::GoogleLongrunningOperation::Representation
|
1385
|
+
|
1386
|
+
end
|
1387
|
+
end
|
1388
|
+
|
1389
|
+
class GoogleLongrunningOperation
|
1390
|
+
# @private
|
1391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1392
|
+
property :done, as: 'done'
|
1393
|
+
property :error, as: 'error', class: Google::Apis::MlV1::GoogleRpcStatus, decorator: Google::Apis::MlV1::GoogleRpcStatus::Representation
|
1394
|
+
|
1395
|
+
hash :metadata, as: 'metadata'
|
1396
|
+
property :name, as: 'name'
|
1397
|
+
hash :response, as: 'response'
|
1398
|
+
end
|
1399
|
+
end
|
1400
|
+
|
1401
|
+
class GoogleProtobufEmpty
|
1402
|
+
# @private
|
1403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1404
|
+
end
|
1405
|
+
end
|
1406
|
+
|
1407
|
+
class GoogleRpcStatus
|
1408
|
+
# @private
|
1409
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1410
|
+
property :code, as: 'code'
|
1411
|
+
collection :details, as: 'details'
|
1412
|
+
property :message, as: 'message'
|
1413
|
+
end
|
1414
|
+
end
|
1415
|
+
|
1416
|
+
class GoogleTypeExpr
|
1417
|
+
# @private
|
1418
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1419
|
+
property :description, as: 'description'
|
1420
|
+
property :expression, as: 'expression'
|
1421
|
+
property :location, as: 'location'
|
1422
|
+
property :title, as: 'title'
|
1423
|
+
end
|
1424
|
+
end
|
1425
|
+
end
|
1426
|
+
end
|
1427
|
+
end
|