google-apis-bigquery_v2 0.77.0 → 0.79.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 +8 -0
- data/lib/google/apis/bigquery_v2/classes.rb +164 -110
- data/lib/google/apis/bigquery_v2/gem_version.rb +2 -2
- data/lib/google/apis/bigquery_v2/representations.rb +4 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c7f2d4a8e1f4d91b11dfefb31a36c811133e1ee506c551fe1504e8ee08c7cec
|
4
|
+
data.tar.gz: b8b2ca06d02e96a08a471626c434dcf30f4b37e1d2b7929befde73c9de836577
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78cbb9d90588a70e669960a3e68c201218540ee8d50d18ffdebe7493300292f75cdf8bbe9de2b41965e923a8e789331ec3c7a3378b714f2347ec2a067105c59b
|
7
|
+
data.tar.gz: bcf06e78fb35644178b77adb3e75c9b72d4dd465423e385c7706483ab445847c853267d36e7c5b1742c743ff39312c87a9326a21198851012d087c322b95a7b9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-bigquery_v2
|
2
2
|
|
3
|
+
### v0.79.0 (2024-10-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240919
|
6
|
+
|
7
|
+
### v0.78.0 (2024-09-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240905
|
10
|
+
|
3
11
|
### v0.77.0 (2024-08-25)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240815
|
@@ -1893,20 +1893,21 @@ module Google
|
|
1893
1893
|
# @return [Fixnum]
|
1894
1894
|
attr_accessor :max_time_travel_hours
|
1895
1895
|
|
1896
|
-
# Optional. The [tags](/bigquery/docs/tags) attached to
|
1897
|
-
# are globally unique. Tag key is expected to be in the
|
1898
|
-
# example "123456789012/environment" where 123456789012
|
1899
|
-
# organization or project resource for this tag key. Tag
|
1900
|
-
# the short name, for example "Production". See [Tag
|
1901
|
-
# access-control#definitions)
|
1896
|
+
# Optional. The [tags](https://cloud.google.com/bigquery/docs/tags) attached to
|
1897
|
+
# this dataset. Tag keys are globally unique. Tag key is expected to be in the
|
1898
|
+
# namespaced format, for example "123456789012/environment" where 123456789012
|
1899
|
+
# is the ID of the parent organization or project resource for this tag key. Tag
|
1900
|
+
# value is expected to be the short name, for example "Production". See [Tag
|
1901
|
+
# definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions)
|
1902
|
+
# for more details.
|
1902
1903
|
# Corresponds to the JSON property `resourceTags`
|
1903
1904
|
# @return [Hash<String,String>]
|
1904
1905
|
attr_accessor :resource_tags
|
1905
1906
|
|
1906
1907
|
# Optional. Output only. Restriction config for all tables and dataset. If set,
|
1907
1908
|
# restrict certain accesses on the dataset and all its tables based on the
|
1908
|
-
# config. See [Data egress](/bigquery/docs/analytics-hub-
|
1909
|
-
# data_egress) for more details.
|
1909
|
+
# config. See [Data egress](https://cloud.google.com/bigquery/docs/analytics-hub-
|
1910
|
+
# introduction#data_egress) for more details.
|
1910
1911
|
# Corresponds to the JSON property `restrictions`
|
1911
1912
|
# @return [Google::Apis::BigqueryV2::RestrictionConfig]
|
1912
1913
|
attr_accessor :restrictions
|
@@ -3910,8 +3911,9 @@ module Google
|
|
3910
3911
|
end
|
3911
3912
|
end
|
3912
3913
|
|
3913
|
-
# Training info of a trial in [hyperparameter tuning](/
|
3914
|
-
# reference/standard-sql/bigqueryml-syntax-hp-tuning-overview)
|
3914
|
+
# Training info of a trial in [hyperparameter tuning](https://cloud.google.com/
|
3915
|
+
# bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-overview)
|
3916
|
+
# models.
|
3915
3917
|
class HparamTuningTrial
|
3916
3918
|
include Google::Apis::Core::Hashable
|
3917
3919
|
|
@@ -4236,7 +4238,8 @@ module Google
|
|
4236
4238
|
# com/bigquery/docs/reference/rest/v2/jobs/query) method when used with `
|
4237
4239
|
# JOB_CREATION_OPTIONAL` Job creation mode. For [`jobs.insert`](https://cloud.
|
4238
4240
|
# google.com/bigquery/docs/reference/rest/v2/jobs/insert) method calls it will
|
4239
|
-
# always be `REQUESTED`. [Preview](/products/#product-
|
4241
|
+
# always be `REQUESTED`. [Preview](https://cloud.google.com/products/#product-
|
4242
|
+
# launch-stages)
|
4240
4243
|
# Corresponds to the JSON property `jobCreationReason`
|
4241
4244
|
# @return [Google::Apis::BigqueryV2::JobCreationReason]
|
4242
4245
|
attr_accessor :job_creation_reason
|
@@ -5202,7 +5205,8 @@ module Google
|
|
5202
5205
|
# com/bigquery/docs/reference/rest/v2/jobs/query) method when used with `
|
5203
5206
|
# JOB_CREATION_OPTIONAL` Job creation mode. For [`jobs.insert`](https://cloud.
|
5204
5207
|
# google.com/bigquery/docs/reference/rest/v2/jobs/insert) method calls it will
|
5205
|
-
# always be `REQUESTED`. [Preview](/products/#product-
|
5208
|
+
# always be `REQUESTED`. [Preview](https://cloud.google.com/products/#product-
|
5209
|
+
# launch-stages)
|
5206
5210
|
class JobCreationReason
|
5207
5211
|
include Google::Apis::Core::Hashable
|
5208
5212
|
|
@@ -5749,82 +5753,94 @@ module Google
|
|
5749
5753
|
attr_accessor :spark_statistics
|
5750
5754
|
|
5751
5755
|
# Output only. The type of query statement, if valid. Possible values: * `SELECT`
|
5752
|
-
# : [`SELECT`](/bigquery/docs/reference/standard-sql/
|
5753
|
-
# statement. * `ASSERT`: [`ASSERT`](
|
5754
|
-
# debugging-statements#assert)
|
5756
|
+
# : [`SELECT`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
|
5757
|
+
# query-syntax#select_list) statement. * `ASSERT`: [`ASSERT`](https://cloud.
|
5758
|
+
# google.com/bigquery/docs/reference/standard-sql/debugging-statements#assert)
|
5759
|
+
# statement. * `INSERT`: [`INSERT`](https://cloud.google.com/bigquery/docs/
|
5755
5760
|
# reference/standard-sql/dml-syntax#insert_statement) statement. * `UPDATE`: [`
|
5756
|
-
# UPDATE`](/bigquery/docs/reference/standard-sql/query-
|
5757
|
-
# statement. * `DELETE`: [`DELETE`](
|
5758
|
-
#
|
5761
|
+
# UPDATE`](https://cloud.google.com/bigquery/docs/reference/standard-sql/query-
|
5762
|
+
# syntax#update_statement) statement. * `DELETE`: [`DELETE`](https://cloud.
|
5763
|
+
# google.com/bigquery/docs/reference/standard-sql/data-manipulation-language)
|
5764
|
+
# statement. * `MERGE`: [`MERGE`](https://cloud.google.com/bigquery/docs/
|
5759
5765
|
# reference/standard-sql/data-manipulation-language) statement. * `CREATE_TABLE`:
|
5760
|
-
# [`CREATE TABLE`](/bigquery/docs/reference/standard-
|
5761
|
-
# language#create_table_statement) statement, without `AS
|
5762
|
-
# CREATE_TABLE_AS_SELECT`: [`CREATE TABLE AS SELECT`](
|
5763
|
-
# standard-sql/data-definition-language#
|
5764
|
-
# CREATE_VIEW`: [`CREATE VIEW`](
|
5765
|
-
# definition-language#
|
5766
|
-
# CREATE MODEL`](
|
5766
|
+
# [`CREATE TABLE`](https://cloud.google.com/bigquery/docs/reference/standard-
|
5767
|
+
# sql/data-definition-language#create_table_statement) statement, without `AS
|
5768
|
+
# SELECT`. * `CREATE_TABLE_AS_SELECT`: [`CREATE TABLE AS SELECT`](https://cloud.
|
5769
|
+
# google.com/bigquery/docs/reference/standard-sql/data-definition-language#
|
5770
|
+
# query_statement) statement. * `CREATE_VIEW`: [`CREATE VIEW`](https://cloud.
|
5771
|
+
# google.com/bigquery/docs/reference/standard-sql/data-definition-language#
|
5772
|
+
# create_view_statement) statement. * `CREATE_MODEL`: [`CREATE MODEL`](https://
|
5773
|
+
# cloud.google.com/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-
|
5767
5774
|
# create#create_model_statement) statement. * `CREATE_MATERIALIZED_VIEW`: [`
|
5768
|
-
# CREATE MATERIALIZED VIEW`](/bigquery/docs/reference/
|
5769
|
-
# definition-language#create_materialized_view_statement)
|
5770
|
-
# CREATE_FUNCTION`: [`CREATE FUNCTION`](/
|
5771
|
-
# data-definition-language#
|
5772
|
-
# CREATE_TABLE_FUNCTION`: [`CREATE
|
5773
|
-
# standard-sql/
|
5774
|
-
# statement. * `
|
5775
|
-
#
|
5776
|
-
#
|
5777
|
-
#
|
5775
|
+
# CREATE MATERIALIZED VIEW`](https://cloud.google.com/bigquery/docs/reference/
|
5776
|
+
# standard-sql/data-definition-language#create_materialized_view_statement)
|
5777
|
+
# statement. * `CREATE_FUNCTION`: [`CREATE FUNCTION`](https://cloud.google.com/
|
5778
|
+
# bigquery/docs/reference/standard-sql/data-definition-language#
|
5779
|
+
# create_function_statement) statement. * `CREATE_TABLE_FUNCTION`: [`CREATE
|
5780
|
+
# TABLE FUNCTION`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
|
5781
|
+
# data-definition-language#create_table_function_statement) statement. * `
|
5782
|
+
# CREATE_PROCEDURE`: [`CREATE PROCEDURE`](https://cloud.google.com/bigquery/docs/
|
5783
|
+
# reference/standard-sql/data-definition-language#create_procedure) statement. *
|
5784
|
+
# `CREATE_ROW_ACCESS_POLICY`: [`CREATE ROW ACCESS POLICY`](https://cloud.google.
|
5785
|
+
# com/bigquery/docs/reference/standard-sql/data-definition-language#
|
5778
5786
|
# create_row_access_policy_statement) statement. * `CREATE_SCHEMA`: [`CREATE
|
5779
|
-
# SCHEMA`](/bigquery/docs/reference/standard-sql/data-
|
5780
|
-
# create_schema_statement) statement. * `
|
5781
|
-
# SNAPSHOT TABLE`](/
|
5782
|
-
# language#create_snapshot_table_statement) statement. * `CREATE_SEARCH_INDEX`: [
|
5783
|
-
# `CREATE SEARCH INDEX`](/bigquery/docs/reference/standard-sql/data-definition-
|
5784
|
-
# language#create_search_index_statement) statement. * `DROP_TABLE`: [`DROP
|
5785
|
-
# TABLE`](/bigquery/docs/reference/standard-sql/data-definition-language#
|
5786
|
-
# drop_table_statement) statement. * `DROP_EXTERNAL_TABLE`: [`DROP EXTERNAL
|
5787
|
-
# TABLE`](/bigquery/docs/reference/standard-sql/data-definition-language#
|
5788
|
-
# drop_external_table_statement) statement. * `DROP_VIEW`: [`DROP VIEW`](/
|
5787
|
+
# SCHEMA`](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-
|
5788
|
+
# definition-language#create_schema_statement) statement. * `
|
5789
|
+
# CREATE_SNAPSHOT_TABLE`: [`CREATE SNAPSHOT TABLE`](https://cloud.google.com/
|
5789
5790
|
# bigquery/docs/reference/standard-sql/data-definition-language#
|
5790
|
-
#
|
5791
|
-
# docs/reference/standard-sql/
|
5792
|
-
#
|
5793
|
-
#
|
5794
|
-
# statement. * `
|
5795
|
-
#
|
5796
|
-
#
|
5797
|
-
#
|
5798
|
-
#
|
5799
|
-
#
|
5800
|
-
#
|
5801
|
-
#
|
5791
|
+
# create_snapshot_table_statement) statement. * `CREATE_SEARCH_INDEX`: [`CREATE
|
5792
|
+
# SEARCH INDEX`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
|
5793
|
+
# data-definition-language#create_search_index_statement) statement. * `
|
5794
|
+
# DROP_TABLE`: [`DROP TABLE`](https://cloud.google.com/bigquery/docs/reference/
|
5795
|
+
# standard-sql/data-definition-language#drop_table_statement) statement. * `
|
5796
|
+
# DROP_EXTERNAL_TABLE`: [`DROP EXTERNAL TABLE`](https://cloud.google.com/
|
5797
|
+
# bigquery/docs/reference/standard-sql/data-definition-language#
|
5798
|
+
# drop_external_table_statement) statement. * `DROP_VIEW`: [`DROP VIEW`](https://
|
5799
|
+
# cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#
|
5800
|
+
# drop_view_statement) statement. * `DROP_MODEL`: [`DROP MODEL`](https://cloud.
|
5801
|
+
# google.com/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-drop-
|
5802
|
+
# model) statement. * `DROP_MATERIALIZED_VIEW`: [`DROP MATERIALIZED VIEW`](https:
|
5803
|
+
# //cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-
|
5804
|
+
# language#drop_materialized_view_statement) statement. * `DROP_FUNCTION` : [`
|
5805
|
+
# DROP FUNCTION`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
|
5806
|
+
# data-definition-language#drop_function_statement) statement. * `
|
5807
|
+
# DROP_TABLE_FUNCTION` : [`DROP TABLE FUNCTION`](https://cloud.google.com/
|
5802
5808
|
# bigquery/docs/reference/standard-sql/data-definition-language#
|
5803
|
-
#
|
5804
|
-
#
|
5805
|
-
#
|
5806
|
-
#
|
5807
|
-
# definition-language#
|
5808
|
-
#
|
5809
|
-
# definition-language#
|
5810
|
-
#
|
5809
|
+
# drop_table_function) statement. * `DROP_PROCEDURE`: [`DROP PROCEDURE`](https://
|
5810
|
+
# cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#
|
5811
|
+
# drop_procedure_statement) statement. * `DROP_SEARCH_INDEX`: [`DROP SEARCH
|
5812
|
+
# INDEX`](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-
|
5813
|
+
# definition-language#drop_search_index) statement. * `DROP_SCHEMA`: [`DROP
|
5814
|
+
# SCHEMA`](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-
|
5815
|
+
# definition-language#drop_schema_statement) statement. * `DROP_SNAPSHOT_TABLE`:
|
5816
|
+
# [`DROP SNAPSHOT TABLE`](https://cloud.google.com/bigquery/docs/reference/
|
5817
|
+
# standard-sql/data-definition-language#drop_snapshot_table_statement) statement.
|
5818
|
+
# * `DROP_ROW_ACCESS_POLICY`: [`DROP [ALL] ROW ACCESS POLICY|POLICIES`](https://
|
5819
|
+
# cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#
|
5820
|
+
# drop_row_access_policy_statement) statement. * `ALTER_TABLE`: [`ALTER TABLE`](
|
5821
|
+
# https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-
|
5822
|
+
# language#alter_table_set_options_statement) statement. * `ALTER_VIEW`: [`ALTER
|
5823
|
+
# VIEW`](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-
|
5811
5824
|
# definition-language#alter_view_set_options_statement) statement. * `
|
5812
|
-
# ALTER_MATERIALIZED_VIEW`: [`ALTER MATERIALIZED VIEW`](/
|
5813
|
-
# standard-sql/data-definition-language#
|
5825
|
+
# ALTER_MATERIALIZED_VIEW`: [`ALTER MATERIALIZED VIEW`](https://cloud.google.com/
|
5826
|
+
# bigquery/docs/reference/standard-sql/data-definition-language#
|
5814
5827
|
# alter_materialized_view_set_options_statement) statement. * `ALTER_SCHEMA`: [`
|
5815
|
-
# ALTER SCHEMA`](/bigquery/docs/reference/standard-sql/
|
5816
|
-
# aalter_schema_set_options_statement) statement. * `
|
5817
|
-
# bigquery/docs/reference/standard-
|
5818
|
-
# [`TRUNCATE TABLE`](
|
5828
|
+
# ALTER SCHEMA`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
|
5829
|
+
# data-definition-language#aalter_schema_set_options_statement) statement. * `
|
5830
|
+
# SCRIPT`: [`SCRIPT`](https://cloud.google.com/bigquery/docs/reference/standard-
|
5831
|
+
# sql/procedural-language). * `TRUNCATE_TABLE`: [`TRUNCATE TABLE`](https://cloud.
|
5832
|
+
# google.com/bigquery/docs/reference/standard-sql/dml-syntax#
|
5819
5833
|
# truncate_table_statement) statement. * `CREATE_EXTERNAL_TABLE`: [`CREATE
|
5820
|
-
# EXTERNAL TABLE`](/bigquery/docs/reference/standard-sql/
|
5821
|
-
# language#create_external_table_statement) statement. * `
|
5822
|
-
# DATA`](/bigquery/docs/reference/
|
5823
|
-
# export_data_statement) statement. * `
|
5824
|
-
# ml/docs/
|
5825
|
-
#
|
5826
|
-
#
|
5827
|
-
#
|
5834
|
+
# EXTERNAL TABLE`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
|
5835
|
+
# data-definition-language#create_external_table_statement) statement. * `
|
5836
|
+
# EXPORT_DATA`: [`EXPORT DATA`](https://cloud.google.com/bigquery/docs/reference/
|
5837
|
+
# standard-sql/other-statements#export_data_statement) statement. * `
|
5838
|
+
# EXPORT_MODEL`: [`EXPORT MODEL`](https://cloud.google.com/bigquery-ml/docs/
|
5839
|
+
# reference/standard-sql/bigqueryml-syntax-export-model) statement. * `LOAD_DATA`
|
5840
|
+
# : [`LOAD DATA`](https://cloud.google.com/bigquery/docs/reference/standard-sql/
|
5841
|
+
# other-statements#load_data_statement) statement. * `CALL`: [`CALL`](https://
|
5842
|
+
# cloud.google.com/bigquery/docs/reference/standard-sql/procedural-language#call)
|
5843
|
+
# statement.
|
5828
5844
|
# Corresponds to the JSON property `statementType`
|
5829
5845
|
# @return [String]
|
5830
5846
|
attr_accessor :statement_type
|
@@ -6530,15 +6546,16 @@ module Google
|
|
6530
6546
|
class MlStatistics
|
6531
6547
|
include Google::Apis::Core::Hashable
|
6532
6548
|
|
6533
|
-
# Output only. Trials of a [hyperparameter tuning job](/
|
6534
|
-
# reference/standard-sql/bigqueryml-syntax-hp-tuning-overview)
|
6535
|
-
# trial_id.
|
6549
|
+
# Output only. Trials of a [hyperparameter tuning job](https://cloud.google.com/
|
6550
|
+
# bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-overview)
|
6551
|
+
# sorted by trial_id.
|
6536
6552
|
# Corresponds to the JSON property `hparamTrials`
|
6537
6553
|
# @return [Array<Google::Apis::BigqueryV2::HparamTuningTrial>]
|
6538
6554
|
attr_accessor :hparam_trials
|
6539
6555
|
|
6540
|
-
# Results for all completed iterations. Empty for [hyperparameter tuning jobs](
|
6541
|
-
# bigquery-ml/docs/reference/standard-sql/bigqueryml-
|
6556
|
+
# Results for all completed iterations. Empty for [hyperparameter tuning jobs](
|
6557
|
+
# https://cloud.google.com/bigquery-ml/docs/reference/standard-sql/bigqueryml-
|
6558
|
+
# syntax-hp-tuning-overview).
|
6542
6559
|
# Corresponds to the JSON property `iterationResults`
|
6543
6560
|
# @return [Array<Google::Apis::BigqueryV2::IterationResult>]
|
6544
6561
|
attr_accessor :iteration_results
|
@@ -6590,11 +6607,12 @@ module Google
|
|
6590
6607
|
attr_accessor :creation_time
|
6591
6608
|
|
6592
6609
|
# Output only. The default trial_id to use in TVFs when the trial_id is not
|
6593
|
-
# passed in. For single-objective [hyperparameter tuning](
|
6594
|
-
# reference/standard-sql/bigqueryml-syntax-hp-tuning-
|
6595
|
-
# the best trial ID. For multi-objective [
|
6596
|
-
# docs/reference/
|
6597
|
-
#
|
6610
|
+
# passed in. For single-objective [hyperparameter tuning](https://cloud.google.
|
6611
|
+
# com/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-
|
6612
|
+
# overview) models, this is the best trial ID. For multi-objective [
|
6613
|
+
# hyperparameter tuning](https://cloud.google.com/bigquery-ml/docs/reference/
|
6614
|
+
# standard-sql/bigqueryml-syntax-hp-tuning-overview) models, this is the
|
6615
|
+
# smallest trial ID among all Pareto optimal trials.
|
6598
6616
|
# Corresponds to the JSON property `defaultTrialId`
|
6599
6617
|
# @return [Fixnum]
|
6600
6618
|
attr_accessor :default_trial_id
|
@@ -6639,8 +6657,9 @@ module Google
|
|
6639
6657
|
# @return [Google::Apis::BigqueryV2::HparamSearchSpaces]
|
6640
6658
|
attr_accessor :hparam_search_spaces
|
6641
6659
|
|
6642
|
-
# Output only. Trials of a [hyperparameter tuning](/
|
6643
|
-
# standard-sql/bigqueryml-syntax-hp-tuning-overview)
|
6660
|
+
# Output only. Trials of a [hyperparameter tuning](https://cloud.google.com/
|
6661
|
+
# bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-overview)
|
6662
|
+
# model sorted by trial_id.
|
6644
6663
|
# Corresponds to the JSON property `hparamTrials`
|
6645
6664
|
# @return [Array<Google::Apis::BigqueryV2::HparamTuningTrial>]
|
6646
6665
|
attr_accessor :hparam_trials
|
@@ -6682,11 +6701,12 @@ module Google
|
|
6682
6701
|
# @return [String]
|
6683
6702
|
attr_accessor :model_type
|
6684
6703
|
|
6685
|
-
# Output only. For single-objective [hyperparameter tuning](
|
6686
|
-
# reference/standard-sql/bigqueryml-syntax-hp-tuning-
|
6687
|
-
# contains the best trial. For multi-objective [
|
6688
|
-
# ml/docs/reference/
|
6689
|
-
# it contains all
|
6704
|
+
# Output only. For single-objective [hyperparameter tuning](https://cloud.google.
|
6705
|
+
# com/bigquery-ml/docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-
|
6706
|
+
# overview) models, it only contains the best trial. For multi-objective [
|
6707
|
+
# hyperparameter tuning](https://cloud.google.com/bigquery-ml/docs/reference/
|
6708
|
+
# standard-sql/bigqueryml-syntax-hp-tuning-overview) models, it contains all
|
6709
|
+
# Pareto optimal trials sorted by trial_id.
|
6690
6710
|
# Corresponds to the JSON property `optimalTrialIds`
|
6691
6711
|
# @return [Array<Fixnum>]
|
6692
6712
|
attr_accessor :optimal_trial_ids
|
@@ -6799,9 +6819,10 @@ module Google
|
|
6799
6819
|
include Google::Apis::Core::Hashable
|
6800
6820
|
|
6801
6821
|
# The 1-based ID of the trial to be exported from a hyperparameter tuning model.
|
6802
|
-
# If not specified, the trial with id = [Model](/
|
6803
|
-
# models#resource:-model).defaultTrialId is
|
6804
|
-
# models not trained with hyperparameter
|
6822
|
+
# If not specified, the trial with id = [Model](https://cloud.google.com/
|
6823
|
+
# bigquery/docs/reference/rest/v2/models#resource:-model).defaultTrialId is
|
6824
|
+
# exported. This field is ignored for models not trained with hyperparameter
|
6825
|
+
# tuning.
|
6805
6826
|
# Corresponds to the JSON property `trialId`
|
6806
6827
|
# @return [Fixnum]
|
6807
6828
|
attr_accessor :trial_id
|
@@ -7491,8 +7512,8 @@ module Google
|
|
7491
7512
|
attr_accessor :format_options
|
7492
7513
|
|
7493
7514
|
# Optional. If not set, jobs are always required. If set, the query request will
|
7494
|
-
# follow the behavior described JobCreationMode. [Preview](
|
7495
|
-
# launch-stages)
|
7515
|
+
# follow the behavior described JobCreationMode. [Preview](https://cloud.google.
|
7516
|
+
# com/products/#product-launch-stages)
|
7496
7517
|
# Corresponds to the JSON property `jobCreationMode`
|
7497
7518
|
# @return [String]
|
7498
7519
|
attr_accessor :job_creation_mode
|
@@ -7675,7 +7696,8 @@ module Google
|
|
7675
7696
|
# com/bigquery/docs/reference/rest/v2/jobs/query) method when used with `
|
7676
7697
|
# JOB_CREATION_OPTIONAL` Job creation mode. For [`jobs.insert`](https://cloud.
|
7677
7698
|
# google.com/bigquery/docs/reference/rest/v2/jobs/insert) method calls it will
|
7678
|
-
# always be `REQUESTED`. [Preview](/products/#product-
|
7699
|
+
# always be `REQUESTED`. [Preview](https://cloud.google.com/products/#product-
|
7700
|
+
# launch-stages)
|
7679
7701
|
# Corresponds to the JSON property `jobCreationReason`
|
7680
7702
|
# @return [Google::Apis::BigqueryV2::JobCreationReason]
|
7681
7703
|
attr_accessor :job_creation_reason
|
@@ -7705,7 +7727,8 @@ module Google
|
|
7705
7727
|
# @return [String]
|
7706
7728
|
attr_accessor :page_token
|
7707
7729
|
|
7708
|
-
# Auto-generated ID for the query. [Preview](/products/#
|
7730
|
+
# Auto-generated ID for the query. [Preview](https://cloud.google.com/products/#
|
7731
|
+
# product-launch-stages)
|
7709
7732
|
# Corresponds to the JSON property `queryId`
|
7710
7733
|
# @return [String]
|
7711
7734
|
attr_accessor :query_id
|
@@ -9120,8 +9143,8 @@ module Google
|
|
9120
9143
|
# @return [String]
|
9121
9144
|
attr_accessor :input_format
|
9122
9145
|
|
9123
|
-
# Optional. The physical location of the table (e.g.
|
9124
|
-
# pangea-data/case_sensitive
|
9146
|
+
# Optional. The physical location of the table (e.g. `gs://spark-dataproc-data/
|
9147
|
+
# pangea-data/case_sensitive/` or `gs://spark-dataproc-data/pangea-data/*`). The
|
9125
9148
|
# maximum length is 2056 bytes.
|
9126
9149
|
# Corresponds to the JSON property `locationUri`
|
9127
9150
|
# @return [String]
|
@@ -9485,8 +9508,9 @@ module Google
|
|
9485
9508
|
attr_accessor :resource_tags
|
9486
9509
|
|
9487
9510
|
# Optional. Output only. Restriction config for table. If set, restrict certain
|
9488
|
-
# accesses on the table based on the config. See [Data egress](
|
9489
|
-
# analytics-hub-introduction#data_egress) for more
|
9511
|
+
# accesses on the table based on the config. See [Data egress](https://cloud.
|
9512
|
+
# google.com/bigquery/docs/analytics-hub-introduction#data_egress) for more
|
9513
|
+
# details.
|
9490
9514
|
# Corresponds to the JSON property `restrictions`
|
9491
9515
|
# @return [Google::Apis::BigqueryV2::RestrictionConfig]
|
9492
9516
|
attr_accessor :restrictions
|
@@ -9540,8 +9564,8 @@ module Google
|
|
9540
9564
|
# storage system, such as Google Cloud Storage. * `MATERIALIZED_VIEW`: A
|
9541
9565
|
# precomputed view defined by a SQL query. * `SNAPSHOT`: An immutable BigQuery
|
9542
9566
|
# table that preserves the contents of a base table at a particular time. See
|
9543
|
-
# additional information on [table snapshots](/bigquery/
|
9544
|
-
# intro). The default value is `TABLE`.
|
9567
|
+
# additional information on [table snapshots](https://cloud.google.com/bigquery/
|
9568
|
+
# docs/table-snapshots-intro). The default value is `TABLE`.
|
9545
9569
|
# Corresponds to the JSON property `type`
|
9546
9570
|
# @return [String]
|
9547
9571
|
attr_accessor :type
|
@@ -10339,7 +10363,8 @@ module Google
|
|
10339
10363
|
# @return [Google::Apis::BigqueryV2::TableReference]
|
10340
10364
|
attr_accessor :table_reference
|
10341
10365
|
|
10342
|
-
# [Table type](/bigquery/docs/reference/rest/v2/tables#
|
10366
|
+
# [Table type](https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#
|
10367
|
+
# Table.FIELDS.type).
|
10343
10368
|
# Corresponds to the JSON property `tableType`
|
10344
10369
|
# @return [String]
|
10345
10370
|
attr_accessor :table_type
|
@@ -10677,6 +10702,14 @@ module Google
|
|
10677
10702
|
# @return [Float]
|
10678
10703
|
attr_accessor :colsample_bytree
|
10679
10704
|
|
10705
|
+
# The contribution metric. Applies to contribution analysis models. Allowed
|
10706
|
+
# formats supported are for summable and summable ratio contribution metrics.
|
10707
|
+
# These include expressions such as "SUM(x)" or "SUM(x)/SUM(y)", where x and y
|
10708
|
+
# are column names from the base table.
|
10709
|
+
# Corresponds to the JSON property `contributionMetric`
|
10710
|
+
# @return [String]
|
10711
|
+
attr_accessor :contribution_metric
|
10712
|
+
|
10680
10713
|
# Type of normalization algorithm for boosted tree models using dart booster.
|
10681
10714
|
# Corresponds to the JSON property `dartNormalizeType`
|
10682
10715
|
# @return [String]
|
@@ -10717,6 +10750,12 @@ module Google
|
|
10717
10750
|
attr_accessor :decompose_time_series
|
10718
10751
|
alias_method :decompose_time_series?, :decompose_time_series
|
10719
10752
|
|
10753
|
+
# Optional. Names of the columns to slice on. Applies to contribution analysis
|
10754
|
+
# models.
|
10755
|
+
# Corresponds to the JSON property `dimensionIdColumns`
|
10756
|
+
# @return [Array<String>]
|
10757
|
+
attr_accessor :dimension_id_columns
|
10758
|
+
|
10720
10759
|
# Distance type for clustering models.
|
10721
10760
|
# Corresponds to the JSON property `distanceType`
|
10722
10761
|
# @return [String]
|
@@ -10806,6 +10845,12 @@ module Google
|
|
10806
10845
|
# @return [Fixnum]
|
10807
10846
|
attr_accessor :integrated_gradients_num_steps
|
10808
10847
|
|
10848
|
+
# Name of the column used to determine the rows corresponding to control and
|
10849
|
+
# test. Applies to contribution analysis models.
|
10850
|
+
# Corresponds to the JSON property `isTestColumn`
|
10851
|
+
# @return [String]
|
10852
|
+
attr_accessor :is_test_column
|
10853
|
+
|
10809
10854
|
# Item column specified for matrix factorization models.
|
10810
10855
|
# Corresponds to the JSON property `itemColumn`
|
10811
10856
|
# @return [String]
|
@@ -10881,6 +10926,11 @@ module Google
|
|
10881
10926
|
# @return [Fixnum]
|
10882
10927
|
attr_accessor :max_tree_depth
|
10883
10928
|
|
10929
|
+
# The apriori support minimum. Applies to contribution analysis models.
|
10930
|
+
# Corresponds to the JSON property `minAprioriSupport`
|
10931
|
+
# @return [Float]
|
10932
|
+
attr_accessor :min_apriori_support
|
10933
|
+
|
10884
10934
|
# When early_stop is true, stops training when accuracy improvement is less than
|
10885
10935
|
# 'min_relative_progress'. Used only for iterative training algorithms.
|
10886
10936
|
# Corresponds to the JSON property `minRelativeProgress`
|
@@ -11097,12 +11147,14 @@ module Google
|
|
11097
11147
|
@colsample_bylevel = args[:colsample_bylevel] if args.key?(:colsample_bylevel)
|
11098
11148
|
@colsample_bynode = args[:colsample_bynode] if args.key?(:colsample_bynode)
|
11099
11149
|
@colsample_bytree = args[:colsample_bytree] if args.key?(:colsample_bytree)
|
11150
|
+
@contribution_metric = args[:contribution_metric] if args.key?(:contribution_metric)
|
11100
11151
|
@dart_normalize_type = args[:dart_normalize_type] if args.key?(:dart_normalize_type)
|
11101
11152
|
@data_frequency = args[:data_frequency] if args.key?(:data_frequency)
|
11102
11153
|
@data_split_column = args[:data_split_column] if args.key?(:data_split_column)
|
11103
11154
|
@data_split_eval_fraction = args[:data_split_eval_fraction] if args.key?(:data_split_eval_fraction)
|
11104
11155
|
@data_split_method = args[:data_split_method] if args.key?(:data_split_method)
|
11105
11156
|
@decompose_time_series = args[:decompose_time_series] if args.key?(:decompose_time_series)
|
11157
|
+
@dimension_id_columns = args[:dimension_id_columns] if args.key?(:dimension_id_columns)
|
11106
11158
|
@distance_type = args[:distance_type] if args.key?(:distance_type)
|
11107
11159
|
@dropout = args[:dropout] if args.key?(:dropout)
|
11108
11160
|
@early_stop = args[:early_stop] if args.key?(:early_stop)
|
@@ -11119,6 +11171,7 @@ module Google
|
|
11119
11171
|
@input_label_columns = args[:input_label_columns] if args.key?(:input_label_columns)
|
11120
11172
|
@instance_weight_column = args[:instance_weight_column] if args.key?(:instance_weight_column)
|
11121
11173
|
@integrated_gradients_num_steps = args[:integrated_gradients_num_steps] if args.key?(:integrated_gradients_num_steps)
|
11174
|
+
@is_test_column = args[:is_test_column] if args.key?(:is_test_column)
|
11122
11175
|
@item_column = args[:item_column] if args.key?(:item_column)
|
11123
11176
|
@kmeans_initialization_column = args[:kmeans_initialization_column] if args.key?(:kmeans_initialization_column)
|
11124
11177
|
@kmeans_initialization_method = args[:kmeans_initialization_method] if args.key?(:kmeans_initialization_method)
|
@@ -11133,6 +11186,7 @@ module Google
|
|
11133
11186
|
@max_parallel_trials = args[:max_parallel_trials] if args.key?(:max_parallel_trials)
|
11134
11187
|
@max_time_series_length = args[:max_time_series_length] if args.key?(:max_time_series_length)
|
11135
11188
|
@max_tree_depth = args[:max_tree_depth] if args.key?(:max_tree_depth)
|
11189
|
+
@min_apriori_support = args[:min_apriori_support] if args.key?(:min_apriori_support)
|
11136
11190
|
@min_relative_progress = args[:min_relative_progress] if args.key?(:min_relative_progress)
|
11137
11191
|
@min_split_loss = args[:min_split_loss] if args.key?(:min_split_loss)
|
11138
11192
|
@min_time_series_length = args[:min_time_series_length] if args.key?(:min_time_series_length)
|
@@ -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.79.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240919"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3971,12 +3971,14 @@ module Google
|
|
3971
3971
|
property :colsample_bylevel, as: 'colsampleBylevel'
|
3972
3972
|
property :colsample_bynode, as: 'colsampleBynode'
|
3973
3973
|
property :colsample_bytree, as: 'colsampleBytree'
|
3974
|
+
property :contribution_metric, as: 'contributionMetric'
|
3974
3975
|
property :dart_normalize_type, as: 'dartNormalizeType'
|
3975
3976
|
property :data_frequency, as: 'dataFrequency'
|
3976
3977
|
property :data_split_column, as: 'dataSplitColumn'
|
3977
3978
|
property :data_split_eval_fraction, as: 'dataSplitEvalFraction'
|
3978
3979
|
property :data_split_method, as: 'dataSplitMethod'
|
3979
3980
|
property :decompose_time_series, as: 'decomposeTimeSeries'
|
3981
|
+
collection :dimension_id_columns, as: 'dimensionIdColumns'
|
3980
3982
|
property :distance_type, as: 'distanceType'
|
3981
3983
|
property :dropout, as: 'dropout'
|
3982
3984
|
property :early_stop, as: 'earlyStop'
|
@@ -3993,6 +3995,7 @@ module Google
|
|
3993
3995
|
collection :input_label_columns, as: 'inputLabelColumns'
|
3994
3996
|
property :instance_weight_column, as: 'instanceWeightColumn'
|
3995
3997
|
property :integrated_gradients_num_steps, :numeric_string => true, as: 'integratedGradientsNumSteps'
|
3998
|
+
property :is_test_column, as: 'isTestColumn'
|
3996
3999
|
property :item_column, as: 'itemColumn'
|
3997
4000
|
property :kmeans_initialization_column, as: 'kmeansInitializationColumn'
|
3998
4001
|
property :kmeans_initialization_method, as: 'kmeansInitializationMethod'
|
@@ -4007,6 +4010,7 @@ module Google
|
|
4007
4010
|
property :max_parallel_trials, :numeric_string => true, as: 'maxParallelTrials'
|
4008
4011
|
property :max_time_series_length, :numeric_string => true, as: 'maxTimeSeriesLength'
|
4009
4012
|
property :max_tree_depth, :numeric_string => true, as: 'maxTreeDepth'
|
4013
|
+
property :min_apriori_support, as: 'minAprioriSupport'
|
4010
4014
|
property :min_relative_progress, as: 'minRelativeProgress'
|
4011
4015
|
property :min_split_loss, as: 'minSplitLoss'
|
4012
4016
|
property :min_time_series_length, :numeric_string => true, as: 'minTimeSeriesLength'
|
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.79.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: 2024-
|
11
|
+
date: 2024-10-06 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.79.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: []
|