google-apis-bigquery_v2 0.23.0 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/lib/google/apis/bigquery_v2/classes.rb +733 -43
- data/lib/google/apis/bigquery_v2/gem_version.rb +3 -3
- data/lib/google/apis/bigquery_v2/representations.rb +322 -15
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module BigqueryV2
|
18
18
|
# Version of the google-apis-bigquery_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220226"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -178,6 +178,12 @@ module Google
|
|
178
178
|
include Google::Apis::Core::JsonObjectSupport
|
179
179
|
end
|
180
180
|
|
181
|
+
class CloneDefinition
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
181
187
|
class Cluster
|
182
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
189
|
|
@@ -234,18 +240,18 @@ module Google
|
|
234
240
|
|
235
241
|
include Google::Apis::Core::JsonObjectSupport
|
236
242
|
end
|
243
|
+
|
244
|
+
class Tag
|
245
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
246
|
+
|
247
|
+
include Google::Apis::Core::JsonObjectSupport
|
248
|
+
end
|
237
249
|
|
238
250
|
include Google::Apis::Core::JsonObjectSupport
|
239
251
|
end
|
240
252
|
|
241
253
|
class DatasetAccessEntry
|
242
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
-
|
244
|
-
class TargetType
|
245
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
246
|
-
|
247
|
-
include Google::Apis::Core::JsonObjectSupport
|
248
|
-
end
|
249
255
|
|
250
256
|
include Google::Apis::Core::JsonObjectSupport
|
251
257
|
end
|
@@ -274,12 +280,36 @@ module Google
|
|
274
280
|
include Google::Apis::Core::JsonObjectSupport
|
275
281
|
end
|
276
282
|
|
283
|
+
class DimensionalityReductionMetrics
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
277
289
|
class DmlStatistics
|
278
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
291
|
|
280
292
|
include Google::Apis::Core::JsonObjectSupport
|
281
293
|
end
|
282
294
|
|
295
|
+
class DoubleCandidates
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class DoubleHparamSearchSpace
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class DoubleRange
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
283
313
|
class EncryptionConfiguration
|
284
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
315
|
|
@@ -316,6 +346,12 @@ module Google
|
|
316
346
|
include Google::Apis::Core::JsonObjectSupport
|
317
347
|
end
|
318
348
|
|
349
|
+
class Explanation
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
319
355
|
class Expr
|
320
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
357
|
|
@@ -358,6 +394,12 @@ module Google
|
|
358
394
|
include Google::Apis::Core::JsonObjectSupport
|
359
395
|
end
|
360
396
|
|
397
|
+
class GlobalExplanation
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
361
403
|
class GoogleSheetsOptions
|
362
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
405
|
|
@@ -370,6 +412,48 @@ module Google
|
|
370
412
|
include Google::Apis::Core::JsonObjectSupport
|
371
413
|
end
|
372
414
|
|
415
|
+
class HparamSearchSpaces
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class HparamTuningTrial
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class IntArray
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class IntArrayHparamSearchSpace
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class IntCandidates
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class IntHparamSearchSpace
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class IntRange
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
373
457
|
class IterationResult
|
374
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
459
|
|
@@ -556,6 +640,12 @@ module Google
|
|
556
640
|
include Google::Apis::Core::JsonObjectSupport
|
557
641
|
end
|
558
642
|
|
643
|
+
class PrincipalComponentInfo
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
559
649
|
class ProjectList
|
560
650
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
651
|
|
@@ -736,6 +826,12 @@ module Google
|
|
736
826
|
include Google::Apis::Core::JsonObjectSupport
|
737
827
|
end
|
738
828
|
|
829
|
+
class StringHparamSearchSpace
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
739
835
|
class Table
|
740
836
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
837
|
|
@@ -1166,6 +1262,16 @@ module Google
|
|
1166
1262
|
end
|
1167
1263
|
end
|
1168
1264
|
|
1265
|
+
class CloneDefinition
|
1266
|
+
# @private
|
1267
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1268
|
+
property :base_table_reference, as: 'baseTableReference', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
|
1269
|
+
|
1270
|
+
property :clone_time, as: 'cloneTime', type: DateTime
|
1271
|
+
|
1272
|
+
end
|
1273
|
+
end
|
1274
|
+
|
1169
1275
|
class Cluster
|
1170
1276
|
# @private
|
1171
1277
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1237,6 +1343,8 @@ module Google
|
|
1237
1343
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1238
1344
|
property :evaluation_table, as: 'evaluationTable', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
|
1239
1345
|
|
1346
|
+
property :test_table, as: 'testTable', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
|
1347
|
+
|
1240
1348
|
property :training_table, as: 'trainingTable', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
|
1241
1349
|
|
1242
1350
|
end
|
@@ -1266,6 +1374,8 @@ module Google
|
|
1266
1374
|
property :location, as: 'location'
|
1267
1375
|
property :satisfies_pzs, as: 'satisfiesPZS'
|
1268
1376
|
property :self_link, as: 'selfLink'
|
1377
|
+
collection :tags, as: 'tags', class: Google::Apis::BigqueryV2::Dataset::Tag, decorator: Google::Apis::BigqueryV2::Dataset::Tag::Representation
|
1378
|
+
|
1269
1379
|
end
|
1270
1380
|
|
1271
1381
|
class Access
|
@@ -1285,6 +1395,14 @@ module Google
|
|
1285
1395
|
|
1286
1396
|
end
|
1287
1397
|
end
|
1398
|
+
|
1399
|
+
class Tag
|
1400
|
+
# @private
|
1401
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1402
|
+
property :tag_key, as: 'tagKey'
|
1403
|
+
property :tag_value, as: 'tagValue'
|
1404
|
+
end
|
1405
|
+
end
|
1288
1406
|
end
|
1289
1407
|
|
1290
1408
|
class DatasetAccessEntry
|
@@ -1292,15 +1410,7 @@ module Google
|
|
1292
1410
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1293
1411
|
property :dataset, as: 'dataset', class: Google::Apis::BigqueryV2::DatasetReference, decorator: Google::Apis::BigqueryV2::DatasetReference::Representation
|
1294
1412
|
|
1295
|
-
collection :target_types, as: '
|
1296
|
-
|
1297
|
-
end
|
1298
|
-
|
1299
|
-
class TargetType
|
1300
|
-
# @private
|
1301
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1302
|
-
property :target_type, as: 'targetType'
|
1303
|
-
end
|
1413
|
+
collection :target_types, as: 'targetTypes'
|
1304
1414
|
end
|
1305
1415
|
end
|
1306
1416
|
|
@@ -1347,6 +1457,13 @@ module Google
|
|
1347
1457
|
end
|
1348
1458
|
end
|
1349
1459
|
|
1460
|
+
class DimensionalityReductionMetrics
|
1461
|
+
# @private
|
1462
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1463
|
+
property :total_explained_variance_ratio, as: 'totalExplainedVarianceRatio'
|
1464
|
+
end
|
1465
|
+
end
|
1466
|
+
|
1350
1467
|
class DmlStatistics
|
1351
1468
|
# @private
|
1352
1469
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1356,6 +1473,31 @@ module Google
|
|
1356
1473
|
end
|
1357
1474
|
end
|
1358
1475
|
|
1476
|
+
class DoubleCandidates
|
1477
|
+
# @private
|
1478
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1479
|
+
collection :candidates, as: 'candidates'
|
1480
|
+
end
|
1481
|
+
end
|
1482
|
+
|
1483
|
+
class DoubleHparamSearchSpace
|
1484
|
+
# @private
|
1485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1486
|
+
property :candidates, as: 'candidates', class: Google::Apis::BigqueryV2::DoubleCandidates, decorator: Google::Apis::BigqueryV2::DoubleCandidates::Representation
|
1487
|
+
|
1488
|
+
property :range, as: 'range', class: Google::Apis::BigqueryV2::DoubleRange, decorator: Google::Apis::BigqueryV2::DoubleRange::Representation
|
1489
|
+
|
1490
|
+
end
|
1491
|
+
end
|
1492
|
+
|
1493
|
+
class DoubleRange
|
1494
|
+
# @private
|
1495
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1496
|
+
property :max, as: 'max'
|
1497
|
+
property :min, as: 'min'
|
1498
|
+
end
|
1499
|
+
end
|
1500
|
+
|
1359
1501
|
class EncryptionConfiguration
|
1360
1502
|
# @private
|
1361
1503
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1390,6 +1532,8 @@ module Google
|
|
1390
1532
|
|
1391
1533
|
property :clustering_metrics, as: 'clusteringMetrics', class: Google::Apis::BigqueryV2::ClusteringMetrics, decorator: Google::Apis::BigqueryV2::ClusteringMetrics::Representation
|
1392
1534
|
|
1535
|
+
property :dimensionality_reduction_metrics, as: 'dimensionalityReductionMetrics', class: Google::Apis::BigqueryV2::DimensionalityReductionMetrics, decorator: Google::Apis::BigqueryV2::DimensionalityReductionMetrics::Representation
|
1536
|
+
|
1393
1537
|
property :multi_class_classification_metrics, as: 'multiClassClassificationMetrics', class: Google::Apis::BigqueryV2::MultiClassClassificationMetrics, decorator: Google::Apis::BigqueryV2::MultiClassClassificationMetrics::Representation
|
1394
1538
|
|
1395
1539
|
property :ranking_metrics, as: 'rankingMetrics', class: Google::Apis::BigqueryV2::RankingMetrics, decorator: Google::Apis::BigqueryV2::RankingMetrics::Representation
|
@@ -1444,6 +1588,14 @@ module Google
|
|
1444
1588
|
end
|
1445
1589
|
end
|
1446
1590
|
|
1591
|
+
class Explanation
|
1592
|
+
# @private
|
1593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1594
|
+
property :attribution, as: 'attribution'
|
1595
|
+
property :feature_name, as: 'featureName'
|
1596
|
+
end
|
1597
|
+
end
|
1598
|
+
|
1447
1599
|
class Expr
|
1448
1600
|
# @private
|
1449
1601
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1537,6 +1689,15 @@ module Google
|
|
1537
1689
|
end
|
1538
1690
|
end
|
1539
1691
|
|
1692
|
+
class GlobalExplanation
|
1693
|
+
# @private
|
1694
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1695
|
+
property :class_label, as: 'classLabel'
|
1696
|
+
collection :explanations, as: 'explanations', class: Google::Apis::BigqueryV2::Explanation, decorator: Google::Apis::BigqueryV2::Explanation::Representation
|
1697
|
+
|
1698
|
+
end
|
1699
|
+
end
|
1700
|
+
|
1540
1701
|
class GoogleSheetsOptions
|
1541
1702
|
# @private
|
1542
1703
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1554,6 +1715,115 @@ module Google
|
|
1554
1715
|
end
|
1555
1716
|
end
|
1556
1717
|
|
1718
|
+
class HparamSearchSpaces
|
1719
|
+
# @private
|
1720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1721
|
+
property :activation_fn, as: 'activationFn', class: Google::Apis::BigqueryV2::StringHparamSearchSpace, decorator: Google::Apis::BigqueryV2::StringHparamSearchSpace::Representation
|
1722
|
+
|
1723
|
+
property :batch_size, as: 'batchSize', class: Google::Apis::BigqueryV2::IntHparamSearchSpace, decorator: Google::Apis::BigqueryV2::IntHparamSearchSpace::Representation
|
1724
|
+
|
1725
|
+
property :booster_type, as: 'boosterType', class: Google::Apis::BigqueryV2::StringHparamSearchSpace, decorator: Google::Apis::BigqueryV2::StringHparamSearchSpace::Representation
|
1726
|
+
|
1727
|
+
property :colsample_bylevel, as: 'colsampleBylevel', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1728
|
+
|
1729
|
+
property :colsample_bynode, as: 'colsampleBynode', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1730
|
+
|
1731
|
+
property :colsample_bytree, as: 'colsampleBytree', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1732
|
+
|
1733
|
+
property :dart_normalize_type, as: 'dartNormalizeType', class: Google::Apis::BigqueryV2::StringHparamSearchSpace, decorator: Google::Apis::BigqueryV2::StringHparamSearchSpace::Representation
|
1734
|
+
|
1735
|
+
property :dropout, as: 'dropout', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1736
|
+
|
1737
|
+
property :hidden_units, as: 'hiddenUnits', class: Google::Apis::BigqueryV2::IntArrayHparamSearchSpace, decorator: Google::Apis::BigqueryV2::IntArrayHparamSearchSpace::Representation
|
1738
|
+
|
1739
|
+
property :l1_reg, as: 'l1Reg', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1740
|
+
|
1741
|
+
property :l2_reg, as: 'l2Reg', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1742
|
+
|
1743
|
+
property :learn_rate, as: 'learnRate', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1744
|
+
|
1745
|
+
property :max_tree_depth, as: 'maxTreeDepth', class: Google::Apis::BigqueryV2::IntHparamSearchSpace, decorator: Google::Apis::BigqueryV2::IntHparamSearchSpace::Representation
|
1746
|
+
|
1747
|
+
property :min_split_loss, as: 'minSplitLoss', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1748
|
+
|
1749
|
+
property :min_tree_child_weight, as: 'minTreeChildWeight', class: Google::Apis::BigqueryV2::IntHparamSearchSpace, decorator: Google::Apis::BigqueryV2::IntHparamSearchSpace::Representation
|
1750
|
+
|
1751
|
+
property :num_clusters, as: 'numClusters', class: Google::Apis::BigqueryV2::IntHparamSearchSpace, decorator: Google::Apis::BigqueryV2::IntHparamSearchSpace::Representation
|
1752
|
+
|
1753
|
+
property :num_factors, as: 'numFactors', class: Google::Apis::BigqueryV2::IntHparamSearchSpace, decorator: Google::Apis::BigqueryV2::IntHparamSearchSpace::Representation
|
1754
|
+
|
1755
|
+
property :num_parallel_tree, as: 'numParallelTree', class: Google::Apis::BigqueryV2::IntHparamSearchSpace, decorator: Google::Apis::BigqueryV2::IntHparamSearchSpace::Representation
|
1756
|
+
|
1757
|
+
property :optimizer, as: 'optimizer', class: Google::Apis::BigqueryV2::StringHparamSearchSpace, decorator: Google::Apis::BigqueryV2::StringHparamSearchSpace::Representation
|
1758
|
+
|
1759
|
+
property :subsample, as: 'subsample', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1760
|
+
|
1761
|
+
property :tree_method, as: 'treeMethod', class: Google::Apis::BigqueryV2::StringHparamSearchSpace, decorator: Google::Apis::BigqueryV2::StringHparamSearchSpace::Representation
|
1762
|
+
|
1763
|
+
property :wals_alpha, as: 'walsAlpha', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1764
|
+
|
1765
|
+
end
|
1766
|
+
end
|
1767
|
+
|
1768
|
+
class HparamTuningTrial
|
1769
|
+
# @private
|
1770
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1771
|
+
property :end_time_ms, :numeric_string => true, as: 'endTimeMs'
|
1772
|
+
property :error_message, as: 'errorMessage'
|
1773
|
+
property :eval_loss, as: 'evalLoss'
|
1774
|
+
property :evaluation_metrics, as: 'evaluationMetrics', class: Google::Apis::BigqueryV2::EvaluationMetrics, decorator: Google::Apis::BigqueryV2::EvaluationMetrics::Representation
|
1775
|
+
|
1776
|
+
property :hparam_tuning_evaluation_metrics, as: 'hparamTuningEvaluationMetrics', class: Google::Apis::BigqueryV2::EvaluationMetrics, decorator: Google::Apis::BigqueryV2::EvaluationMetrics::Representation
|
1777
|
+
|
1778
|
+
property :hparams, as: 'hparams', class: Google::Apis::BigqueryV2::TrainingOptions, decorator: Google::Apis::BigqueryV2::TrainingOptions::Representation
|
1779
|
+
|
1780
|
+
property :start_time_ms, :numeric_string => true, as: 'startTimeMs'
|
1781
|
+
property :status, as: 'status'
|
1782
|
+
property :training_loss, as: 'trainingLoss'
|
1783
|
+
property :trial_id, :numeric_string => true, as: 'trialId'
|
1784
|
+
end
|
1785
|
+
end
|
1786
|
+
|
1787
|
+
class IntArray
|
1788
|
+
# @private
|
1789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1790
|
+
collection :elements, as: 'elements'
|
1791
|
+
end
|
1792
|
+
end
|
1793
|
+
|
1794
|
+
class IntArrayHparamSearchSpace
|
1795
|
+
# @private
|
1796
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1797
|
+
collection :candidates, as: 'candidates', class: Google::Apis::BigqueryV2::IntArray, decorator: Google::Apis::BigqueryV2::IntArray::Representation
|
1798
|
+
|
1799
|
+
end
|
1800
|
+
end
|
1801
|
+
|
1802
|
+
class IntCandidates
|
1803
|
+
# @private
|
1804
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1805
|
+
collection :candidates, as: 'candidates'
|
1806
|
+
end
|
1807
|
+
end
|
1808
|
+
|
1809
|
+
class IntHparamSearchSpace
|
1810
|
+
# @private
|
1811
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1812
|
+
property :candidates, as: 'candidates', class: Google::Apis::BigqueryV2::IntCandidates, decorator: Google::Apis::BigqueryV2::IntCandidates::Representation
|
1813
|
+
|
1814
|
+
property :range, as: 'range', class: Google::Apis::BigqueryV2::IntRange, decorator: Google::Apis::BigqueryV2::IntRange::Representation
|
1815
|
+
|
1816
|
+
end
|
1817
|
+
end
|
1818
|
+
|
1819
|
+
class IntRange
|
1820
|
+
# @private
|
1821
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1822
|
+
property :max, :numeric_string => true, as: 'max'
|
1823
|
+
property :min, :numeric_string => true, as: 'min'
|
1824
|
+
end
|
1825
|
+
end
|
1826
|
+
|
1557
1827
|
class IterationResult
|
1558
1828
|
# @private
|
1559
1829
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1654,6 +1924,7 @@ module Google
|
|
1654
1924
|
property :null_marker, as: 'nullMarker'
|
1655
1925
|
property :parquet_options, as: 'parquetOptions', class: Google::Apis::BigqueryV2::ParquetOptions, decorator: Google::Apis::BigqueryV2::ParquetOptions::Representation
|
1656
1926
|
|
1927
|
+
property :preserve_ascii_control_characters, as: 'preserveAsciiControlCharacters'
|
1657
1928
|
collection :projection_fields, as: 'projectionFields'
|
1658
1929
|
property :quote, as: 'quote'
|
1659
1930
|
property :range_partitioning, as: 'rangePartitioning', class: Google::Apis::BigqueryV2::RangePartitioning, decorator: Google::Apis::BigqueryV2::RangePartitioning::Representation
|
@@ -1959,6 +2230,7 @@ module Google
|
|
1959
2230
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1960
2231
|
property :best_trial_id, :numeric_string => true, as: 'bestTrialId'
|
1961
2232
|
property :creation_time, :numeric_string => true, as: 'creationTime'
|
2233
|
+
property :default_trial_id, :numeric_string => true, as: 'defaultTrialId'
|
1962
2234
|
property :description, as: 'description'
|
1963
2235
|
property :encryption_configuration, as: 'encryptionConfiguration', class: Google::Apis::BigqueryV2::EncryptionConfiguration, decorator: Google::Apis::BigqueryV2::EncryptionConfiguration::Representation
|
1964
2236
|
|
@@ -1967,6 +2239,10 @@ module Google
|
|
1967
2239
|
collection :feature_columns, as: 'featureColumns', class: Google::Apis::BigqueryV2::StandardSqlField, decorator: Google::Apis::BigqueryV2::StandardSqlField::Representation
|
1968
2240
|
|
1969
2241
|
property :friendly_name, as: 'friendlyName'
|
2242
|
+
property :hparam_search_spaces, as: 'hparamSearchSpaces', class: Google::Apis::BigqueryV2::HparamSearchSpaces, decorator: Google::Apis::BigqueryV2::HparamSearchSpaces::Representation
|
2243
|
+
|
2244
|
+
collection :hparam_trials, as: 'hparamTrials', class: Google::Apis::BigqueryV2::HparamTuningTrial, decorator: Google::Apis::BigqueryV2::HparamTuningTrial::Representation
|
2245
|
+
|
1970
2246
|
collection :label_columns, as: 'labelColumns', class: Google::Apis::BigqueryV2::StandardSqlField, decorator: Google::Apis::BigqueryV2::StandardSqlField::Representation
|
1971
2247
|
|
1972
2248
|
hash :labels, as: 'labels'
|
@@ -1975,6 +2251,7 @@ module Google
|
|
1975
2251
|
property :model_reference, as: 'modelReference', class: Google::Apis::BigqueryV2::ModelReference, decorator: Google::Apis::BigqueryV2::ModelReference::Representation
|
1976
2252
|
|
1977
2253
|
property :model_type, as: 'modelType'
|
2254
|
+
collection :optimal_trial_ids, as: 'optimalTrialIds'
|
1978
2255
|
collection :training_runs, as: 'trainingRuns', class: Google::Apis::BigqueryV2::TrainingRun, decorator: Google::Apis::BigqueryV2::TrainingRun::Representation
|
1979
2256
|
|
1980
2257
|
end
|
@@ -2038,6 +2315,16 @@ module Google
|
|
2038
2315
|
end
|
2039
2316
|
end
|
2040
2317
|
|
2318
|
+
class PrincipalComponentInfo
|
2319
|
+
# @private
|
2320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2321
|
+
property :cumulative_explained_variance_ratio, as: 'cumulativeExplainedVarianceRatio'
|
2322
|
+
property :explained_variance, as: 'explainedVariance'
|
2323
|
+
property :explained_variance_ratio, as: 'explainedVarianceRatio'
|
2324
|
+
property :principal_component_id, :numeric_string => true, as: 'principalComponentId'
|
2325
|
+
end
|
2326
|
+
end
|
2327
|
+
|
2041
2328
|
class ProjectList
|
2042
2329
|
# @private
|
2043
2330
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2376,9 +2663,18 @@ module Google
|
|
2376
2663
|
end
|
2377
2664
|
end
|
2378
2665
|
|
2666
|
+
class StringHparamSearchSpace
|
2667
|
+
# @private
|
2668
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2669
|
+
collection :candidates, as: 'candidates'
|
2670
|
+
end
|
2671
|
+
end
|
2672
|
+
|
2379
2673
|
class Table
|
2380
2674
|
# @private
|
2381
2675
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2676
|
+
property :clone_definition, as: 'cloneDefinition', class: Google::Apis::BigqueryV2::CloneDefinition, decorator: Google::Apis::BigqueryV2::CloneDefinition::Representation
|
2677
|
+
|
2382
2678
|
property :clustering, as: 'clustering', class: Google::Apis::BigqueryV2::Clustering, decorator: Google::Apis::BigqueryV2::Clustering::Representation
|
2383
2679
|
|
2384
2680
|
property :creation_time, :numeric_string => true, as: 'creationTime'
|
@@ -2614,6 +2910,7 @@ module Google
|
|
2614
2910
|
property :auto_arima_max_order, :numeric_string => true, as: 'autoArimaMaxOrder'
|
2615
2911
|
property :batch_size, :numeric_string => true, as: 'batchSize'
|
2616
2912
|
property :booster_type, as: 'boosterType'
|
2913
|
+
property :calculate_p_values, as: 'calculatePValues'
|
2617
2914
|
property :clean_spikes_and_dips, as: 'cleanSpikesAndDips'
|
2618
2915
|
property :colsample_bylevel, as: 'colsampleBylevel'
|
2619
2916
|
property :colsample_bynode, as: 'colsampleBynode'
|
@@ -2627,13 +2924,16 @@ module Google
|
|
2627
2924
|
property :distance_type, as: 'distanceType'
|
2628
2925
|
property :dropout, as: 'dropout'
|
2629
2926
|
property :early_stop, as: 'earlyStop'
|
2927
|
+
property :enable_global_explain, as: 'enableGlobalExplain'
|
2630
2928
|
property :feedback_type, as: 'feedbackType'
|
2631
2929
|
collection :hidden_units, as: 'hiddenUnits'
|
2632
2930
|
property :holiday_region, as: 'holidayRegion'
|
2633
2931
|
property :horizon, :numeric_string => true, as: 'horizon'
|
2932
|
+
collection :hparam_tuning_objectives, as: 'hparamTuningObjectives'
|
2634
2933
|
property :include_drift, as: 'includeDrift'
|
2635
2934
|
property :initial_learn_rate, as: 'initialLearnRate'
|
2636
2935
|
collection :input_label_columns, as: 'inputLabelColumns'
|
2936
|
+
property :integrated_gradients_num_steps, :numeric_string => true, as: 'integratedGradientsNumSteps'
|
2637
2937
|
property :item_column, as: 'itemColumn'
|
2638
2938
|
property :kmeans_initialization_column, as: 'kmeansInitializationColumn'
|
2639
2939
|
property :kmeans_initialization_method, as: 'kmeansInitializationMethod'
|
@@ -2644,6 +2944,7 @@ module Google
|
|
2644
2944
|
property :learn_rate_strategy, as: 'learnRateStrategy'
|
2645
2945
|
property :loss_type, as: 'lossType'
|
2646
2946
|
property :max_iterations, :numeric_string => true, as: 'maxIterations'
|
2947
|
+
property :max_parallel_trials, :numeric_string => true, as: 'maxParallelTrials'
|
2647
2948
|
property :max_tree_depth, :numeric_string => true, as: 'maxTreeDepth'
|
2648
2949
|
property :min_relative_progress, as: 'minRelativeProgress'
|
2649
2950
|
property :min_split_loss, as: 'minSplitLoss'
|
@@ -2654,8 +2955,10 @@ module Google
|
|
2654
2955
|
property :num_clusters, :numeric_string => true, as: 'numClusters'
|
2655
2956
|
property :num_factors, :numeric_string => true, as: 'numFactors'
|
2656
2957
|
property :num_parallel_tree, :numeric_string => true, as: 'numParallelTree'
|
2958
|
+
property :num_trials, :numeric_string => true, as: 'numTrials'
|
2657
2959
|
property :optimization_strategy, as: 'optimizationStrategy'
|
2658
2960
|
property :preserve_input_structs, as: 'preserveInputStructs'
|
2961
|
+
property :sampled_shapley_num_paths, :numeric_string => true, as: 'sampledShapleyNumPaths'
|
2659
2962
|
property :subsample, as: 'subsample'
|
2660
2963
|
property :time_series_data_column, as: 'timeSeriesDataColumn'
|
2661
2964
|
property :time_series_id_column, as: 'timeSeriesIdColumn'
|
@@ -2671,10 +2974,14 @@ module Google
|
|
2671
2974
|
class TrainingRun
|
2672
2975
|
# @private
|
2673
2976
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2977
|
+
collection :class_level_global_explanations, as: 'classLevelGlobalExplanations', class: Google::Apis::BigqueryV2::GlobalExplanation, decorator: Google::Apis::BigqueryV2::GlobalExplanation::Representation
|
2978
|
+
|
2674
2979
|
property :data_split_result, as: 'dataSplitResult', class: Google::Apis::BigqueryV2::DataSplitResult, decorator: Google::Apis::BigqueryV2::DataSplitResult::Representation
|
2675
2980
|
|
2676
2981
|
property :evaluation_metrics, as: 'evaluationMetrics', class: Google::Apis::BigqueryV2::EvaluationMetrics, decorator: Google::Apis::BigqueryV2::EvaluationMetrics::Representation
|
2677
2982
|
|
2983
|
+
property :model_level_global_explanation, as: 'modelLevelGlobalExplanation', class: Google::Apis::BigqueryV2::GlobalExplanation, decorator: Google::Apis::BigqueryV2::GlobalExplanation::Representation
|
2984
|
+
|
2678
2985
|
collection :results, as: 'results', class: Google::Apis::BigqueryV2::IterationResult, decorator: Google::Apis::BigqueryV2::IterationResult::Representation
|
2679
2986
|
|
2680
2987
|
property :start_time, as: 'startTime'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-bigquery_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigquery_v2/v0.26.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigquery_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for BigQuery API V2
|