google-apis-bigquery_v2 0.77.0 → 0.78.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 +4 -0
- data/lib/google/apis/bigquery_v2/classes.rb +135 -110
- data/lib/google/apis/bigquery_v2/gem_version.rb +2 -2
- 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: a20c8641127a48e068c03e822787d6c6834a197386b0645b66ef8d6cb4fc417a
|
|
4
|
+
data.tar.gz: 21f2b4558f540fc561f1db15fd11b33e95b1981f9bddf2febb4425c1bb00da29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2cacd99c24220bf16fd3dc5a8b3fa79f45724edbb0da8ff66eb150320864d8fb8b60b25fb9834a6a6bbbac1a353d3b6631cf0930d84dd8ad1cdacd94945d091
|
|
7
|
+
data.tar.gz: bf2d68a2da7b5e1bdf26439ebcfc93a152a65569fff287fa5e450d7ce2b00eac7caa114b4a69eb5d501750e52aa26234825ee052b477384bbe084f399fa13ddd
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
@@ -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.78.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 = "20240905"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.78.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-09-15 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.78.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: []
|