google-apis-bigquery_v2 0.25.0 → 0.26.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/bigquery_v2/classes.rb +661 -1
- data/lib/google/apis/bigquery_v2/gem_version.rb +2 -2
- data/lib/google/apis/bigquery_v2/representations.rb +305 -1
- metadata +3 -3
@@ -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
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
|
|
@@ -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
|
@@ -1302,7 +1410,7 @@ module Google
|
|
1302
1410
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1303
1411
|
property :dataset, as: 'dataset', class: Google::Apis::BigqueryV2::DatasetReference, decorator: Google::Apis::BigqueryV2::DatasetReference::Representation
|
1304
1412
|
|
1305
|
-
collection :target_types, as: '
|
1413
|
+
collection :target_types, as: 'targetTypes'
|
1306
1414
|
end
|
1307
1415
|
end
|
1308
1416
|
|
@@ -1349,6 +1457,13 @@ module Google
|
|
1349
1457
|
end
|
1350
1458
|
end
|
1351
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
|
+
|
1352
1467
|
class DmlStatistics
|
1353
1468
|
# @private
|
1354
1469
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1358,6 +1473,31 @@ module Google
|
|
1358
1473
|
end
|
1359
1474
|
end
|
1360
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
|
+
|
1361
1501
|
class EncryptionConfiguration
|
1362
1502
|
# @private
|
1363
1503
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1392,6 +1532,8 @@ module Google
|
|
1392
1532
|
|
1393
1533
|
property :clustering_metrics, as: 'clusteringMetrics', class: Google::Apis::BigqueryV2::ClusteringMetrics, decorator: Google::Apis::BigqueryV2::ClusteringMetrics::Representation
|
1394
1534
|
|
1535
|
+
property :dimensionality_reduction_metrics, as: 'dimensionalityReductionMetrics', class: Google::Apis::BigqueryV2::DimensionalityReductionMetrics, decorator: Google::Apis::BigqueryV2::DimensionalityReductionMetrics::Representation
|
1536
|
+
|
1395
1537
|
property :multi_class_classification_metrics, as: 'multiClassClassificationMetrics', class: Google::Apis::BigqueryV2::MultiClassClassificationMetrics, decorator: Google::Apis::BigqueryV2::MultiClassClassificationMetrics::Representation
|
1396
1538
|
|
1397
1539
|
property :ranking_metrics, as: 'rankingMetrics', class: Google::Apis::BigqueryV2::RankingMetrics, decorator: Google::Apis::BigqueryV2::RankingMetrics::Representation
|
@@ -1446,6 +1588,14 @@ module Google
|
|
1446
1588
|
end
|
1447
1589
|
end
|
1448
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
|
+
|
1449
1599
|
class Expr
|
1450
1600
|
# @private
|
1451
1601
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1539,6 +1689,15 @@ module Google
|
|
1539
1689
|
end
|
1540
1690
|
end
|
1541
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
|
+
|
1542
1701
|
class GoogleSheetsOptions
|
1543
1702
|
# @private
|
1544
1703
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1556,6 +1715,115 @@ module Google
|
|
1556
1715
|
end
|
1557
1716
|
end
|
1558
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
|
+
|
1559
1827
|
class IterationResult
|
1560
1828
|
# @private
|
1561
1829
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1962,6 +2230,7 @@ module Google
|
|
1962
2230
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1963
2231
|
property :best_trial_id, :numeric_string => true, as: 'bestTrialId'
|
1964
2232
|
property :creation_time, :numeric_string => true, as: 'creationTime'
|
2233
|
+
property :default_trial_id, :numeric_string => true, as: 'defaultTrialId'
|
1965
2234
|
property :description, as: 'description'
|
1966
2235
|
property :encryption_configuration, as: 'encryptionConfiguration', class: Google::Apis::BigqueryV2::EncryptionConfiguration, decorator: Google::Apis::BigqueryV2::EncryptionConfiguration::Representation
|
1967
2236
|
|
@@ -1970,6 +2239,10 @@ module Google
|
|
1970
2239
|
collection :feature_columns, as: 'featureColumns', class: Google::Apis::BigqueryV2::StandardSqlField, decorator: Google::Apis::BigqueryV2::StandardSqlField::Representation
|
1971
2240
|
|
1972
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
|
+
|
1973
2246
|
collection :label_columns, as: 'labelColumns', class: Google::Apis::BigqueryV2::StandardSqlField, decorator: Google::Apis::BigqueryV2::StandardSqlField::Representation
|
1974
2247
|
|
1975
2248
|
hash :labels, as: 'labels'
|
@@ -1978,6 +2251,7 @@ module Google
|
|
1978
2251
|
property :model_reference, as: 'modelReference', class: Google::Apis::BigqueryV2::ModelReference, decorator: Google::Apis::BigqueryV2::ModelReference::Representation
|
1979
2252
|
|
1980
2253
|
property :model_type, as: 'modelType'
|
2254
|
+
collection :optimal_trial_ids, as: 'optimalTrialIds'
|
1981
2255
|
collection :training_runs, as: 'trainingRuns', class: Google::Apis::BigqueryV2::TrainingRun, decorator: Google::Apis::BigqueryV2::TrainingRun::Representation
|
1982
2256
|
|
1983
2257
|
end
|
@@ -2041,6 +2315,16 @@ module Google
|
|
2041
2315
|
end
|
2042
2316
|
end
|
2043
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
|
+
|
2044
2328
|
class ProjectList
|
2045
2329
|
# @private
|
2046
2330
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2379,9 +2663,18 @@ module Google
|
|
2379
2663
|
end
|
2380
2664
|
end
|
2381
2665
|
|
2666
|
+
class StringHparamSearchSpace
|
2667
|
+
# @private
|
2668
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2669
|
+
collection :candidates, as: 'candidates'
|
2670
|
+
end
|
2671
|
+
end
|
2672
|
+
|
2382
2673
|
class Table
|
2383
2674
|
# @private
|
2384
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
|
+
|
2385
2678
|
property :clustering, as: 'clustering', class: Google::Apis::BigqueryV2::Clustering, decorator: Google::Apis::BigqueryV2::Clustering::Representation
|
2386
2679
|
|
2387
2680
|
property :creation_time, :numeric_string => true, as: 'creationTime'
|
@@ -2617,6 +2910,7 @@ module Google
|
|
2617
2910
|
property :auto_arima_max_order, :numeric_string => true, as: 'autoArimaMaxOrder'
|
2618
2911
|
property :batch_size, :numeric_string => true, as: 'batchSize'
|
2619
2912
|
property :booster_type, as: 'boosterType'
|
2913
|
+
property :calculate_p_values, as: 'calculatePValues'
|
2620
2914
|
property :clean_spikes_and_dips, as: 'cleanSpikesAndDips'
|
2621
2915
|
property :colsample_bylevel, as: 'colsampleBylevel'
|
2622
2916
|
property :colsample_bynode, as: 'colsampleBynode'
|
@@ -2630,13 +2924,16 @@ module Google
|
|
2630
2924
|
property :distance_type, as: 'distanceType'
|
2631
2925
|
property :dropout, as: 'dropout'
|
2632
2926
|
property :early_stop, as: 'earlyStop'
|
2927
|
+
property :enable_global_explain, as: 'enableGlobalExplain'
|
2633
2928
|
property :feedback_type, as: 'feedbackType'
|
2634
2929
|
collection :hidden_units, as: 'hiddenUnits'
|
2635
2930
|
property :holiday_region, as: 'holidayRegion'
|
2636
2931
|
property :horizon, :numeric_string => true, as: 'horizon'
|
2932
|
+
collection :hparam_tuning_objectives, as: 'hparamTuningObjectives'
|
2637
2933
|
property :include_drift, as: 'includeDrift'
|
2638
2934
|
property :initial_learn_rate, as: 'initialLearnRate'
|
2639
2935
|
collection :input_label_columns, as: 'inputLabelColumns'
|
2936
|
+
property :integrated_gradients_num_steps, :numeric_string => true, as: 'integratedGradientsNumSteps'
|
2640
2937
|
property :item_column, as: 'itemColumn'
|
2641
2938
|
property :kmeans_initialization_column, as: 'kmeansInitializationColumn'
|
2642
2939
|
property :kmeans_initialization_method, as: 'kmeansInitializationMethod'
|
@@ -2647,6 +2944,7 @@ module Google
|
|
2647
2944
|
property :learn_rate_strategy, as: 'learnRateStrategy'
|
2648
2945
|
property :loss_type, as: 'lossType'
|
2649
2946
|
property :max_iterations, :numeric_string => true, as: 'maxIterations'
|
2947
|
+
property :max_parallel_trials, :numeric_string => true, as: 'maxParallelTrials'
|
2650
2948
|
property :max_tree_depth, :numeric_string => true, as: 'maxTreeDepth'
|
2651
2949
|
property :min_relative_progress, as: 'minRelativeProgress'
|
2652
2950
|
property :min_split_loss, as: 'minSplitLoss'
|
@@ -2657,8 +2955,10 @@ module Google
|
|
2657
2955
|
property :num_clusters, :numeric_string => true, as: 'numClusters'
|
2658
2956
|
property :num_factors, :numeric_string => true, as: 'numFactors'
|
2659
2957
|
property :num_parallel_tree, :numeric_string => true, as: 'numParallelTree'
|
2958
|
+
property :num_trials, :numeric_string => true, as: 'numTrials'
|
2660
2959
|
property :optimization_strategy, as: 'optimizationStrategy'
|
2661
2960
|
property :preserve_input_structs, as: 'preserveInputStructs'
|
2961
|
+
property :sampled_shapley_num_paths, :numeric_string => true, as: 'sampledShapleyNumPaths'
|
2662
2962
|
property :subsample, as: 'subsample'
|
2663
2963
|
property :time_series_data_column, as: 'timeSeriesDataColumn'
|
2664
2964
|
property :time_series_id_column, as: 'timeSeriesIdColumn'
|
@@ -2674,10 +2974,14 @@ module Google
|
|
2674
2974
|
class TrainingRun
|
2675
2975
|
# @private
|
2676
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
|
+
|
2677
2979
|
property :data_split_result, as: 'dataSplitResult', class: Google::Apis::BigqueryV2::DataSplitResult, decorator: Google::Apis::BigqueryV2::DataSplitResult::Representation
|
2678
2980
|
|
2679
2981
|
property :evaluation_metrics, as: 'evaluationMetrics', class: Google::Apis::BigqueryV2::EvaluationMetrics, decorator: Google::Apis::BigqueryV2::EvaluationMetrics::Representation
|
2680
2982
|
|
2983
|
+
property :model_level_global_explanation, as: 'modelLevelGlobalExplanation', class: Google::Apis::BigqueryV2::GlobalExplanation, decorator: Google::Apis::BigqueryV2::GlobalExplanation::Representation
|
2984
|
+
|
2681
2985
|
collection :results, as: 'results', class: Google::Apis::BigqueryV2::IterationResult, decorator: Google::Apis::BigqueryV2::IterationResult::Representation
|
2682
2986
|
|
2683
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: []
|