google-apis-bigquery_v2 0.24.0 → 0.27.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 +12 -0
- data/lib/google/apis/bigquery_v2/classes.rb +701 -1
- data/lib/google/apis/bigquery_v2/gem_version.rb +2 -2
- data/lib/google/apis/bigquery_v2/representations.rb +322 -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.27.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 = "20220307"
|
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
|
|
@@ -472,6 +556,12 @@ module Google
|
|
472
556
|
include Google::Apis::Core::JsonObjectSupport
|
473
557
|
end
|
474
558
|
|
559
|
+
class JobStatistics5
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
475
565
|
class JobStatus
|
476
566
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
567
|
|
@@ -556,6 +646,12 @@ module Google
|
|
556
646
|
include Google::Apis::Core::JsonObjectSupport
|
557
647
|
end
|
558
648
|
|
649
|
+
class PrincipalComponentInfo
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
559
655
|
class ProjectList
|
560
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
657
|
|
@@ -736,6 +832,12 @@ module Google
|
|
736
832
|
include Google::Apis::Core::JsonObjectSupport
|
737
833
|
end
|
738
834
|
|
835
|
+
class StringHparamSearchSpace
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
739
841
|
class Table
|
740
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
843
|
|
@@ -1166,6 +1268,16 @@ module Google
|
|
1166
1268
|
end
|
1167
1269
|
end
|
1168
1270
|
|
1271
|
+
class CloneDefinition
|
1272
|
+
# @private
|
1273
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1274
|
+
property :base_table_reference, as: 'baseTableReference', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
|
1275
|
+
|
1276
|
+
property :clone_time, as: 'cloneTime', type: DateTime
|
1277
|
+
|
1278
|
+
end
|
1279
|
+
end
|
1280
|
+
|
1169
1281
|
class Cluster
|
1170
1282
|
# @private
|
1171
1283
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1237,6 +1349,8 @@ module Google
|
|
1237
1349
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1238
1350
|
property :evaluation_table, as: 'evaluationTable', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
|
1239
1351
|
|
1352
|
+
property :test_table, as: 'testTable', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
|
1353
|
+
|
1240
1354
|
property :training_table, as: 'trainingTable', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation
|
1241
1355
|
|
1242
1356
|
end
|
@@ -1302,7 +1416,7 @@ module Google
|
|
1302
1416
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1303
1417
|
property :dataset, as: 'dataset', class: Google::Apis::BigqueryV2::DatasetReference, decorator: Google::Apis::BigqueryV2::DatasetReference::Representation
|
1304
1418
|
|
1305
|
-
collection :target_types, as: '
|
1419
|
+
collection :target_types, as: 'targetTypes'
|
1306
1420
|
end
|
1307
1421
|
end
|
1308
1422
|
|
@@ -1349,6 +1463,13 @@ module Google
|
|
1349
1463
|
end
|
1350
1464
|
end
|
1351
1465
|
|
1466
|
+
class DimensionalityReductionMetrics
|
1467
|
+
# @private
|
1468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1469
|
+
property :total_explained_variance_ratio, as: 'totalExplainedVarianceRatio'
|
1470
|
+
end
|
1471
|
+
end
|
1472
|
+
|
1352
1473
|
class DmlStatistics
|
1353
1474
|
# @private
|
1354
1475
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1358,6 +1479,31 @@ module Google
|
|
1358
1479
|
end
|
1359
1480
|
end
|
1360
1481
|
|
1482
|
+
class DoubleCandidates
|
1483
|
+
# @private
|
1484
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1485
|
+
collection :candidates, as: 'candidates'
|
1486
|
+
end
|
1487
|
+
end
|
1488
|
+
|
1489
|
+
class DoubleHparamSearchSpace
|
1490
|
+
# @private
|
1491
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1492
|
+
property :candidates, as: 'candidates', class: Google::Apis::BigqueryV2::DoubleCandidates, decorator: Google::Apis::BigqueryV2::DoubleCandidates::Representation
|
1493
|
+
|
1494
|
+
property :range, as: 'range', class: Google::Apis::BigqueryV2::DoubleRange, decorator: Google::Apis::BigqueryV2::DoubleRange::Representation
|
1495
|
+
|
1496
|
+
end
|
1497
|
+
end
|
1498
|
+
|
1499
|
+
class DoubleRange
|
1500
|
+
# @private
|
1501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1502
|
+
property :max, as: 'max'
|
1503
|
+
property :min, as: 'min'
|
1504
|
+
end
|
1505
|
+
end
|
1506
|
+
|
1361
1507
|
class EncryptionConfiguration
|
1362
1508
|
# @private
|
1363
1509
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1392,6 +1538,8 @@ module Google
|
|
1392
1538
|
|
1393
1539
|
property :clustering_metrics, as: 'clusteringMetrics', class: Google::Apis::BigqueryV2::ClusteringMetrics, decorator: Google::Apis::BigqueryV2::ClusteringMetrics::Representation
|
1394
1540
|
|
1541
|
+
property :dimensionality_reduction_metrics, as: 'dimensionalityReductionMetrics', class: Google::Apis::BigqueryV2::DimensionalityReductionMetrics, decorator: Google::Apis::BigqueryV2::DimensionalityReductionMetrics::Representation
|
1542
|
+
|
1395
1543
|
property :multi_class_classification_metrics, as: 'multiClassClassificationMetrics', class: Google::Apis::BigqueryV2::MultiClassClassificationMetrics, decorator: Google::Apis::BigqueryV2::MultiClassClassificationMetrics::Representation
|
1396
1544
|
|
1397
1545
|
property :ranking_metrics, as: 'rankingMetrics', class: Google::Apis::BigqueryV2::RankingMetrics, decorator: Google::Apis::BigqueryV2::RankingMetrics::Representation
|
@@ -1446,6 +1594,14 @@ module Google
|
|
1446
1594
|
end
|
1447
1595
|
end
|
1448
1596
|
|
1597
|
+
class Explanation
|
1598
|
+
# @private
|
1599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1600
|
+
property :attribution, as: 'attribution'
|
1601
|
+
property :feature_name, as: 'featureName'
|
1602
|
+
end
|
1603
|
+
end
|
1604
|
+
|
1449
1605
|
class Expr
|
1450
1606
|
# @private
|
1451
1607
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1539,6 +1695,15 @@ module Google
|
|
1539
1695
|
end
|
1540
1696
|
end
|
1541
1697
|
|
1698
|
+
class GlobalExplanation
|
1699
|
+
# @private
|
1700
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1701
|
+
property :class_label, as: 'classLabel'
|
1702
|
+
collection :explanations, as: 'explanations', class: Google::Apis::BigqueryV2::Explanation, decorator: Google::Apis::BigqueryV2::Explanation::Representation
|
1703
|
+
|
1704
|
+
end
|
1705
|
+
end
|
1706
|
+
|
1542
1707
|
class GoogleSheetsOptions
|
1543
1708
|
# @private
|
1544
1709
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1556,6 +1721,115 @@ module Google
|
|
1556
1721
|
end
|
1557
1722
|
end
|
1558
1723
|
|
1724
|
+
class HparamSearchSpaces
|
1725
|
+
# @private
|
1726
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1727
|
+
property :activation_fn, as: 'activationFn', class: Google::Apis::BigqueryV2::StringHparamSearchSpace, decorator: Google::Apis::BigqueryV2::StringHparamSearchSpace::Representation
|
1728
|
+
|
1729
|
+
property :batch_size, as: 'batchSize', class: Google::Apis::BigqueryV2::IntHparamSearchSpace, decorator: Google::Apis::BigqueryV2::IntHparamSearchSpace::Representation
|
1730
|
+
|
1731
|
+
property :booster_type, as: 'boosterType', class: Google::Apis::BigqueryV2::StringHparamSearchSpace, decorator: Google::Apis::BigqueryV2::StringHparamSearchSpace::Representation
|
1732
|
+
|
1733
|
+
property :colsample_bylevel, as: 'colsampleBylevel', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1734
|
+
|
1735
|
+
property :colsample_bynode, as: 'colsampleBynode', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1736
|
+
|
1737
|
+
property :colsample_bytree, as: 'colsampleBytree', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1738
|
+
|
1739
|
+
property :dart_normalize_type, as: 'dartNormalizeType', class: Google::Apis::BigqueryV2::StringHparamSearchSpace, decorator: Google::Apis::BigqueryV2::StringHparamSearchSpace::Representation
|
1740
|
+
|
1741
|
+
property :dropout, as: 'dropout', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1742
|
+
|
1743
|
+
property :hidden_units, as: 'hiddenUnits', class: Google::Apis::BigqueryV2::IntArrayHparamSearchSpace, decorator: Google::Apis::BigqueryV2::IntArrayHparamSearchSpace::Representation
|
1744
|
+
|
1745
|
+
property :l1_reg, as: 'l1Reg', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1746
|
+
|
1747
|
+
property :l2_reg, as: 'l2Reg', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1748
|
+
|
1749
|
+
property :learn_rate, as: 'learnRate', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1750
|
+
|
1751
|
+
property :max_tree_depth, as: 'maxTreeDepth', class: Google::Apis::BigqueryV2::IntHparamSearchSpace, decorator: Google::Apis::BigqueryV2::IntHparamSearchSpace::Representation
|
1752
|
+
|
1753
|
+
property :min_split_loss, as: 'minSplitLoss', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1754
|
+
|
1755
|
+
property :min_tree_child_weight, as: 'minTreeChildWeight', class: Google::Apis::BigqueryV2::IntHparamSearchSpace, decorator: Google::Apis::BigqueryV2::IntHparamSearchSpace::Representation
|
1756
|
+
|
1757
|
+
property :num_clusters, as: 'numClusters', class: Google::Apis::BigqueryV2::IntHparamSearchSpace, decorator: Google::Apis::BigqueryV2::IntHparamSearchSpace::Representation
|
1758
|
+
|
1759
|
+
property :num_factors, as: 'numFactors', class: Google::Apis::BigqueryV2::IntHparamSearchSpace, decorator: Google::Apis::BigqueryV2::IntHparamSearchSpace::Representation
|
1760
|
+
|
1761
|
+
property :num_parallel_tree, as: 'numParallelTree', class: Google::Apis::BigqueryV2::IntHparamSearchSpace, decorator: Google::Apis::BigqueryV2::IntHparamSearchSpace::Representation
|
1762
|
+
|
1763
|
+
property :optimizer, as: 'optimizer', class: Google::Apis::BigqueryV2::StringHparamSearchSpace, decorator: Google::Apis::BigqueryV2::StringHparamSearchSpace::Representation
|
1764
|
+
|
1765
|
+
property :subsample, as: 'subsample', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1766
|
+
|
1767
|
+
property :tree_method, as: 'treeMethod', class: Google::Apis::BigqueryV2::StringHparamSearchSpace, decorator: Google::Apis::BigqueryV2::StringHparamSearchSpace::Representation
|
1768
|
+
|
1769
|
+
property :wals_alpha, as: 'walsAlpha', class: Google::Apis::BigqueryV2::DoubleHparamSearchSpace, decorator: Google::Apis::BigqueryV2::DoubleHparamSearchSpace::Representation
|
1770
|
+
|
1771
|
+
end
|
1772
|
+
end
|
1773
|
+
|
1774
|
+
class HparamTuningTrial
|
1775
|
+
# @private
|
1776
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1777
|
+
property :end_time_ms, :numeric_string => true, as: 'endTimeMs'
|
1778
|
+
property :error_message, as: 'errorMessage'
|
1779
|
+
property :eval_loss, as: 'evalLoss'
|
1780
|
+
property :evaluation_metrics, as: 'evaluationMetrics', class: Google::Apis::BigqueryV2::EvaluationMetrics, decorator: Google::Apis::BigqueryV2::EvaluationMetrics::Representation
|
1781
|
+
|
1782
|
+
property :hparam_tuning_evaluation_metrics, as: 'hparamTuningEvaluationMetrics', class: Google::Apis::BigqueryV2::EvaluationMetrics, decorator: Google::Apis::BigqueryV2::EvaluationMetrics::Representation
|
1783
|
+
|
1784
|
+
property :hparams, as: 'hparams', class: Google::Apis::BigqueryV2::TrainingOptions, decorator: Google::Apis::BigqueryV2::TrainingOptions::Representation
|
1785
|
+
|
1786
|
+
property :start_time_ms, :numeric_string => true, as: 'startTimeMs'
|
1787
|
+
property :status, as: 'status'
|
1788
|
+
property :training_loss, as: 'trainingLoss'
|
1789
|
+
property :trial_id, :numeric_string => true, as: 'trialId'
|
1790
|
+
end
|
1791
|
+
end
|
1792
|
+
|
1793
|
+
class IntArray
|
1794
|
+
# @private
|
1795
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1796
|
+
collection :elements, as: 'elements'
|
1797
|
+
end
|
1798
|
+
end
|
1799
|
+
|
1800
|
+
class IntArrayHparamSearchSpace
|
1801
|
+
# @private
|
1802
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1803
|
+
collection :candidates, as: 'candidates', class: Google::Apis::BigqueryV2::IntArray, decorator: Google::Apis::BigqueryV2::IntArray::Representation
|
1804
|
+
|
1805
|
+
end
|
1806
|
+
end
|
1807
|
+
|
1808
|
+
class IntCandidates
|
1809
|
+
# @private
|
1810
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1811
|
+
collection :candidates, as: 'candidates'
|
1812
|
+
end
|
1813
|
+
end
|
1814
|
+
|
1815
|
+
class IntHparamSearchSpace
|
1816
|
+
# @private
|
1817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1818
|
+
property :candidates, as: 'candidates', class: Google::Apis::BigqueryV2::IntCandidates, decorator: Google::Apis::BigqueryV2::IntCandidates::Representation
|
1819
|
+
|
1820
|
+
property :range, as: 'range', class: Google::Apis::BigqueryV2::IntRange, decorator: Google::Apis::BigqueryV2::IntRange::Representation
|
1821
|
+
|
1822
|
+
end
|
1823
|
+
end
|
1824
|
+
|
1825
|
+
class IntRange
|
1826
|
+
# @private
|
1827
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1828
|
+
property :max, :numeric_string => true, as: 'max'
|
1829
|
+
property :min, :numeric_string => true, as: 'min'
|
1830
|
+
end
|
1831
|
+
end
|
1832
|
+
|
1559
1833
|
class IterationResult
|
1560
1834
|
# @private
|
1561
1835
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1656,6 +1930,7 @@ module Google
|
|
1656
1930
|
property :null_marker, as: 'nullMarker'
|
1657
1931
|
property :parquet_options, as: 'parquetOptions', class: Google::Apis::BigqueryV2::ParquetOptions, decorator: Google::Apis::BigqueryV2::ParquetOptions::Representation
|
1658
1932
|
|
1933
|
+
property :preserve_ascii_control_characters, as: 'preserveAsciiControlCharacters'
|
1659
1934
|
collection :projection_fields, as: 'projectionFields'
|
1660
1935
|
property :quote, as: 'quote'
|
1661
1936
|
property :range_partitioning, as: 'rangePartitioning', class: Google::Apis::BigqueryV2::RangePartitioning, decorator: Google::Apis::BigqueryV2::RangePartitioning::Representation
|
@@ -1777,6 +2052,8 @@ module Google
|
|
1777
2052
|
# @private
|
1778
2053
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1779
2054
|
property :completion_ratio, as: 'completionRatio'
|
2055
|
+
property :copy, as: 'copy', class: Google::Apis::BigqueryV2::JobStatistics5, decorator: Google::Apis::BigqueryV2::JobStatistics5::Representation
|
2056
|
+
|
1780
2057
|
property :creation_time, :numeric_string => true, as: 'creationTime'
|
1781
2058
|
property :end_time, :numeric_string => true, as: 'endTime'
|
1782
2059
|
property :extract, as: 'extract', class: Google::Apis::BigqueryV2::JobStatistics4, decorator: Google::Apis::BigqueryV2::JobStatistics4::Representation
|
@@ -1892,6 +2169,14 @@ module Google
|
|
1892
2169
|
end
|
1893
2170
|
end
|
1894
2171
|
|
2172
|
+
class JobStatistics5
|
2173
|
+
# @private
|
2174
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2175
|
+
property :copied_logical_bytes, :numeric_string => true, as: 'copied_logical_bytes'
|
2176
|
+
property :copied_rows, :numeric_string => true, as: 'copied_rows'
|
2177
|
+
end
|
2178
|
+
end
|
2179
|
+
|
1895
2180
|
class JobStatus
|
1896
2181
|
# @private
|
1897
2182
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1961,6 +2246,7 @@ module Google
|
|
1961
2246
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1962
2247
|
property :best_trial_id, :numeric_string => true, as: 'bestTrialId'
|
1963
2248
|
property :creation_time, :numeric_string => true, as: 'creationTime'
|
2249
|
+
property :default_trial_id, :numeric_string => true, as: 'defaultTrialId'
|
1964
2250
|
property :description, as: 'description'
|
1965
2251
|
property :encryption_configuration, as: 'encryptionConfiguration', class: Google::Apis::BigqueryV2::EncryptionConfiguration, decorator: Google::Apis::BigqueryV2::EncryptionConfiguration::Representation
|
1966
2252
|
|
@@ -1969,6 +2255,10 @@ module Google
|
|
1969
2255
|
collection :feature_columns, as: 'featureColumns', class: Google::Apis::BigqueryV2::StandardSqlField, decorator: Google::Apis::BigqueryV2::StandardSqlField::Representation
|
1970
2256
|
|
1971
2257
|
property :friendly_name, as: 'friendlyName'
|
2258
|
+
property :hparam_search_spaces, as: 'hparamSearchSpaces', class: Google::Apis::BigqueryV2::HparamSearchSpaces, decorator: Google::Apis::BigqueryV2::HparamSearchSpaces::Representation
|
2259
|
+
|
2260
|
+
collection :hparam_trials, as: 'hparamTrials', class: Google::Apis::BigqueryV2::HparamTuningTrial, decorator: Google::Apis::BigqueryV2::HparamTuningTrial::Representation
|
2261
|
+
|
1972
2262
|
collection :label_columns, as: 'labelColumns', class: Google::Apis::BigqueryV2::StandardSqlField, decorator: Google::Apis::BigqueryV2::StandardSqlField::Representation
|
1973
2263
|
|
1974
2264
|
hash :labels, as: 'labels'
|
@@ -1977,6 +2267,7 @@ module Google
|
|
1977
2267
|
property :model_reference, as: 'modelReference', class: Google::Apis::BigqueryV2::ModelReference, decorator: Google::Apis::BigqueryV2::ModelReference::Representation
|
1978
2268
|
|
1979
2269
|
property :model_type, as: 'modelType'
|
2270
|
+
collection :optimal_trial_ids, as: 'optimalTrialIds'
|
1980
2271
|
collection :training_runs, as: 'trainingRuns', class: Google::Apis::BigqueryV2::TrainingRun, decorator: Google::Apis::BigqueryV2::TrainingRun::Representation
|
1981
2272
|
|
1982
2273
|
end
|
@@ -2040,6 +2331,16 @@ module Google
|
|
2040
2331
|
end
|
2041
2332
|
end
|
2042
2333
|
|
2334
|
+
class PrincipalComponentInfo
|
2335
|
+
# @private
|
2336
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2337
|
+
property :cumulative_explained_variance_ratio, as: 'cumulativeExplainedVarianceRatio'
|
2338
|
+
property :explained_variance, as: 'explainedVariance'
|
2339
|
+
property :explained_variance_ratio, as: 'explainedVarianceRatio'
|
2340
|
+
property :principal_component_id, :numeric_string => true, as: 'principalComponentId'
|
2341
|
+
end
|
2342
|
+
end
|
2343
|
+
|
2043
2344
|
class ProjectList
|
2044
2345
|
# @private
|
2045
2346
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2378,9 +2679,18 @@ module Google
|
|
2378
2679
|
end
|
2379
2680
|
end
|
2380
2681
|
|
2682
|
+
class StringHparamSearchSpace
|
2683
|
+
# @private
|
2684
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2685
|
+
collection :candidates, as: 'candidates'
|
2686
|
+
end
|
2687
|
+
end
|
2688
|
+
|
2381
2689
|
class Table
|
2382
2690
|
# @private
|
2383
2691
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2692
|
+
property :clone_definition, as: 'cloneDefinition', class: Google::Apis::BigqueryV2::CloneDefinition, decorator: Google::Apis::BigqueryV2::CloneDefinition::Representation
|
2693
|
+
|
2384
2694
|
property :clustering, as: 'clustering', class: Google::Apis::BigqueryV2::Clustering, decorator: Google::Apis::BigqueryV2::Clustering::Representation
|
2385
2695
|
|
2386
2696
|
property :creation_time, :numeric_string => true, as: 'creationTime'
|
@@ -2616,6 +2926,7 @@ module Google
|
|
2616
2926
|
property :auto_arima_max_order, :numeric_string => true, as: 'autoArimaMaxOrder'
|
2617
2927
|
property :batch_size, :numeric_string => true, as: 'batchSize'
|
2618
2928
|
property :booster_type, as: 'boosterType'
|
2929
|
+
property :calculate_p_values, as: 'calculatePValues'
|
2619
2930
|
property :clean_spikes_and_dips, as: 'cleanSpikesAndDips'
|
2620
2931
|
property :colsample_bylevel, as: 'colsampleBylevel'
|
2621
2932
|
property :colsample_bynode, as: 'colsampleBynode'
|
@@ -2629,13 +2940,16 @@ module Google
|
|
2629
2940
|
property :distance_type, as: 'distanceType'
|
2630
2941
|
property :dropout, as: 'dropout'
|
2631
2942
|
property :early_stop, as: 'earlyStop'
|
2943
|
+
property :enable_global_explain, as: 'enableGlobalExplain'
|
2632
2944
|
property :feedback_type, as: 'feedbackType'
|
2633
2945
|
collection :hidden_units, as: 'hiddenUnits'
|
2634
2946
|
property :holiday_region, as: 'holidayRegion'
|
2635
2947
|
property :horizon, :numeric_string => true, as: 'horizon'
|
2948
|
+
collection :hparam_tuning_objectives, as: 'hparamTuningObjectives'
|
2636
2949
|
property :include_drift, as: 'includeDrift'
|
2637
2950
|
property :initial_learn_rate, as: 'initialLearnRate'
|
2638
2951
|
collection :input_label_columns, as: 'inputLabelColumns'
|
2952
|
+
property :integrated_gradients_num_steps, :numeric_string => true, as: 'integratedGradientsNumSteps'
|
2639
2953
|
property :item_column, as: 'itemColumn'
|
2640
2954
|
property :kmeans_initialization_column, as: 'kmeansInitializationColumn'
|
2641
2955
|
property :kmeans_initialization_method, as: 'kmeansInitializationMethod'
|
@@ -2646,6 +2960,7 @@ module Google
|
|
2646
2960
|
property :learn_rate_strategy, as: 'learnRateStrategy'
|
2647
2961
|
property :loss_type, as: 'lossType'
|
2648
2962
|
property :max_iterations, :numeric_string => true, as: 'maxIterations'
|
2963
|
+
property :max_parallel_trials, :numeric_string => true, as: 'maxParallelTrials'
|
2649
2964
|
property :max_tree_depth, :numeric_string => true, as: 'maxTreeDepth'
|
2650
2965
|
property :min_relative_progress, as: 'minRelativeProgress'
|
2651
2966
|
property :min_split_loss, as: 'minSplitLoss'
|
@@ -2656,8 +2971,10 @@ module Google
|
|
2656
2971
|
property :num_clusters, :numeric_string => true, as: 'numClusters'
|
2657
2972
|
property :num_factors, :numeric_string => true, as: 'numFactors'
|
2658
2973
|
property :num_parallel_tree, :numeric_string => true, as: 'numParallelTree'
|
2974
|
+
property :num_trials, :numeric_string => true, as: 'numTrials'
|
2659
2975
|
property :optimization_strategy, as: 'optimizationStrategy'
|
2660
2976
|
property :preserve_input_structs, as: 'preserveInputStructs'
|
2977
|
+
property :sampled_shapley_num_paths, :numeric_string => true, as: 'sampledShapleyNumPaths'
|
2661
2978
|
property :subsample, as: 'subsample'
|
2662
2979
|
property :time_series_data_column, as: 'timeSeriesDataColumn'
|
2663
2980
|
property :time_series_id_column, as: 'timeSeriesIdColumn'
|
@@ -2673,10 +2990,14 @@ module Google
|
|
2673
2990
|
class TrainingRun
|
2674
2991
|
# @private
|
2675
2992
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2993
|
+
collection :class_level_global_explanations, as: 'classLevelGlobalExplanations', class: Google::Apis::BigqueryV2::GlobalExplanation, decorator: Google::Apis::BigqueryV2::GlobalExplanation::Representation
|
2994
|
+
|
2676
2995
|
property :data_split_result, as: 'dataSplitResult', class: Google::Apis::BigqueryV2::DataSplitResult, decorator: Google::Apis::BigqueryV2::DataSplitResult::Representation
|
2677
2996
|
|
2678
2997
|
property :evaluation_metrics, as: 'evaluationMetrics', class: Google::Apis::BigqueryV2::EvaluationMetrics, decorator: Google::Apis::BigqueryV2::EvaluationMetrics::Representation
|
2679
2998
|
|
2999
|
+
property :model_level_global_explanation, as: 'modelLevelGlobalExplanation', class: Google::Apis::BigqueryV2::GlobalExplanation, decorator: Google::Apis::BigqueryV2::GlobalExplanation::Representation
|
3000
|
+
|
2680
3001
|
collection :results, as: 'results', class: Google::Apis::BigqueryV2::IterationResult, decorator: Google::Apis::BigqueryV2::IterationResult::Representation
|
2681
3002
|
|
2682
3003
|
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.27.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-14 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.27.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: []
|