google-apis-bigquery_v2 0.27.0 → 0.30.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d9b8db9f3803d68454f1806ea3844ff42c8178d70d061318b601b77e38bb4fc
|
4
|
+
data.tar.gz: 5ad198380a0b2872e693aa7165fc65ad52fd946dc90d549787087769ee27f92b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f2e869bbc305e812910983daa5087fb4fbfbb659dd825b7d51688bb8952625ecaa058f5d3db9d9362366e71ad3c7aa817fcaa1dc1eddf6b7444fff3315c3780
|
7
|
+
data.tar.gz: 0d9ee786214c2f0a0623ee369f04e7cf576df51d9c217ac51e948ef54c7fda5ce54e05ed99a5f5154e277edb92117d249a6b8f06bc46fce134dd7ed93881e049
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-bigquery_v2
|
2
2
|
|
3
|
+
### v0.30.0 (2022-04-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220326
|
6
|
+
|
7
|
+
### v0.29.0 (2022-03-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220322
|
10
|
+
|
11
|
+
### v0.28.0 (2022-03-19)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220313
|
14
|
+
|
3
15
|
### v0.27.0 (2022-03-12)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220307
|
@@ -1637,6 +1637,12 @@ module Google
|
|
1637
1637
|
# @return [String]
|
1638
1638
|
attr_accessor :location
|
1639
1639
|
|
1640
|
+
# [Optional] Number of hours for the max time travel for all tables in the
|
1641
|
+
# dataset.
|
1642
|
+
# Corresponds to the JSON property `maxTimeTravelHours`
|
1643
|
+
# @return [Fixnum]
|
1644
|
+
attr_accessor :max_time_travel_hours
|
1645
|
+
|
1640
1646
|
# [Output-only] Reserved for future use.
|
1641
1647
|
# Corresponds to the JSON property `satisfiesPZS`
|
1642
1648
|
# @return [Boolean]
|
@@ -1676,6 +1682,7 @@ module Google
|
|
1676
1682
|
@labels = args[:labels] if args.key?(:labels)
|
1677
1683
|
@last_modified_time = args[:last_modified_time] if args.key?(:last_modified_time)
|
1678
1684
|
@location = args[:location] if args.key?(:location)
|
1685
|
+
@max_time_travel_hours = args[:max_time_travel_hours] if args.key?(:max_time_travel_hours)
|
1679
1686
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
1680
1687
|
@self_link = args[:self_link] if args.key?(:self_link)
|
1681
1688
|
@tags = args[:tags] if args.key?(:tags)
|
@@ -2481,7 +2488,7 @@ module Google
|
|
2481
2488
|
# @return [Float]
|
2482
2489
|
attr_accessor :attribution
|
2483
2490
|
|
2484
|
-
#
|
2491
|
+
# The full feature name. For non-numerical features, will be formatted like `.`.
|
2485
2492
|
# Overall size of feature name will always be truncated to first 120 characters.
|
2486
2493
|
# Corresponds to the JSON property `featureName`
|
2487
2494
|
# @return [String]
|
@@ -3165,7 +3172,8 @@ module Google
|
|
3165
3172
|
end
|
3166
3173
|
end
|
3167
3174
|
|
3168
|
-
# Training info of a trial in hyperparameter tuning
|
3175
|
+
# Training info of a trial in [hyperparameter tuning](/bigquery-ml/docs/
|
3176
|
+
# reference/standard-sql/bigqueryml-syntax-hp-tuning-overview) models.
|
3169
3177
|
class HparamTuningTrial
|
3170
3178
|
include Google::Apis::Core::Hashable
|
3171
3179
|
|
@@ -5113,9 +5121,11 @@ module Google
|
|
5113
5121
|
attr_accessor :creation_time
|
5114
5122
|
|
5115
5123
|
# Output only. The default trial_id to use in TVFs when the trial_id is not
|
5116
|
-
# passed in. For single-objective hyperparameter tuning
|
5117
|
-
#
|
5118
|
-
#
|
5124
|
+
# passed in. For single-objective [hyperparameter tuning](/bigquery-ml/docs/
|
5125
|
+
# reference/standard-sql/bigqueryml-syntax-hp-tuning-overview) models, this is
|
5126
|
+
# the best trial ID. For multi-objective [hyperparameter tuning](/bigquery-ml/
|
5127
|
+
# docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-overview) models, this
|
5128
|
+
# is the smallest trial ID among all Pareto optimal trials.
|
5119
5129
|
# Corresponds to the JSON property `defaultTrialId`
|
5120
5130
|
# @return [Fixnum]
|
5121
5131
|
attr_accessor :default_trial_id
|
@@ -5162,7 +5172,8 @@ module Google
|
|
5162
5172
|
# @return [Google::Apis::BigqueryV2::HparamSearchSpaces]
|
5163
5173
|
attr_accessor :hparam_search_spaces
|
5164
5174
|
|
5165
|
-
# Output only. Trials of a hyperparameter tuning
|
5175
|
+
# Output only. Trials of a [hyperparameter tuning](/bigquery-ml/docs/reference/
|
5176
|
+
# standard-sql/bigqueryml-syntax-hp-tuning-overview) model sorted by trial_id.
|
5166
5177
|
# Corresponds to the JSON property `hparamTrials`
|
5167
5178
|
# @return [Array<Google::Apis::BigqueryV2::HparamTuningTrial>]
|
5168
5179
|
attr_accessor :hparam_trials
|
@@ -5204,9 +5215,11 @@ module Google
|
|
5204
5215
|
# @return [String]
|
5205
5216
|
attr_accessor :model_type
|
5206
5217
|
|
5207
|
-
# Output only. For single-objective hyperparameter tuning
|
5208
|
-
#
|
5209
|
-
#
|
5218
|
+
# Output only. For single-objective [hyperparameter tuning](/bigquery-ml/docs/
|
5219
|
+
# reference/standard-sql/bigqueryml-syntax-hp-tuning-overview) models, it only
|
5220
|
+
# contains the best trial. For multi-objective [hyperparameter tuning](/bigquery-
|
5221
|
+
# ml/docs/reference/standard-sql/bigqueryml-syntax-hp-tuning-overview) models,
|
5222
|
+
# it contains all Pareto optimal trials sorted by trial_id.
|
5210
5223
|
# Corresponds to the JSON property `optimalTrialIds`
|
5211
5224
|
# @return [Array<Fixnum>]
|
5212
5225
|
attr_accessor :optimal_trial_ids
|
@@ -6989,6 +7002,54 @@ module Google
|
|
6989
7002
|
# @return [Fixnum]
|
6990
7003
|
attr_accessor :num_rows
|
6991
7004
|
|
7005
|
+
# [Output-only] Number of logical bytes that are less than 90 days old.
|
7006
|
+
# Corresponds to the JSON property `num_active_logical_bytes`
|
7007
|
+
# @return [Fixnum]
|
7008
|
+
attr_accessor :num_active_logical_bytes
|
7009
|
+
|
7010
|
+
# [Output-only] Number of physical bytes less than 90 days old. This data is not
|
7011
|
+
# kept in real time, and might be delayed by a few seconds to a few minutes.
|
7012
|
+
# Corresponds to the JSON property `num_active_physical_bytes`
|
7013
|
+
# @return [Fixnum]
|
7014
|
+
attr_accessor :num_active_physical_bytes
|
7015
|
+
|
7016
|
+
# [Output-only] Number of logical bytes that are more than 90 days old.
|
7017
|
+
# Corresponds to the JSON property `num_long_term_logical_bytes`
|
7018
|
+
# @return [Fixnum]
|
7019
|
+
attr_accessor :num_long_term_logical_bytes
|
7020
|
+
|
7021
|
+
# [Output-only] Number of physical bytes more than 90 days old. This data is not
|
7022
|
+
# kept in real time, and might be delayed by a few seconds to a few minutes.
|
7023
|
+
# Corresponds to the JSON property `num_long_term_physical_bytes`
|
7024
|
+
# @return [Fixnum]
|
7025
|
+
attr_accessor :num_long_term_physical_bytes
|
7026
|
+
|
7027
|
+
# [Output-only] The number of partitions present in the table or materialized
|
7028
|
+
# view. This data is not kept in real time, and might be delayed by a few
|
7029
|
+
# seconds to a few minutes.
|
7030
|
+
# Corresponds to the JSON property `num_partitions`
|
7031
|
+
# @return [Fixnum]
|
7032
|
+
attr_accessor :num_partitions
|
7033
|
+
|
7034
|
+
# [Output-only] Number of physical bytes used by time travel storage (deleted or
|
7035
|
+
# changed data). This data is not kept in real time, and might be delayed by a
|
7036
|
+
# few seconds to a few minutes.
|
7037
|
+
# Corresponds to the JSON property `num_time_travel_physical_bytes`
|
7038
|
+
# @return [Fixnum]
|
7039
|
+
attr_accessor :num_time_travel_physical_bytes
|
7040
|
+
|
7041
|
+
# [Output-only] Total number of logical bytes in the table or materialized view.
|
7042
|
+
# Corresponds to the JSON property `num_total_logical_bytes`
|
7043
|
+
# @return [Fixnum]
|
7044
|
+
attr_accessor :num_total_logical_bytes
|
7045
|
+
|
7046
|
+
# [Output-only] The physical size of this table in bytes. This also includes
|
7047
|
+
# storage used for time travel. This data is not kept in real time, and might be
|
7048
|
+
# delayed by a few seconds to a few minutes.
|
7049
|
+
# Corresponds to the JSON property `num_total_physical_bytes`
|
7050
|
+
# @return [Fixnum]
|
7051
|
+
attr_accessor :num_total_physical_bytes
|
7052
|
+
|
6992
7053
|
# [TrustedTester] Range partitioning specification for this table. Only one of
|
6993
7054
|
# timePartitioning and rangePartitioning should be specified.
|
6994
7055
|
# Corresponds to the JSON property `rangePartitioning`
|
@@ -7077,6 +7138,14 @@ module Google
|
|
7077
7138
|
@num_long_term_bytes = args[:num_long_term_bytes] if args.key?(:num_long_term_bytes)
|
7078
7139
|
@num_physical_bytes = args[:num_physical_bytes] if args.key?(:num_physical_bytes)
|
7079
7140
|
@num_rows = args[:num_rows] if args.key?(:num_rows)
|
7141
|
+
@num_active_logical_bytes = args[:num_active_logical_bytes] if args.key?(:num_active_logical_bytes)
|
7142
|
+
@num_active_physical_bytes = args[:num_active_physical_bytes] if args.key?(:num_active_physical_bytes)
|
7143
|
+
@num_long_term_logical_bytes = args[:num_long_term_logical_bytes] if args.key?(:num_long_term_logical_bytes)
|
7144
|
+
@num_long_term_physical_bytes = args[:num_long_term_physical_bytes] if args.key?(:num_long_term_physical_bytes)
|
7145
|
+
@num_partitions = args[:num_partitions] if args.key?(:num_partitions)
|
7146
|
+
@num_time_travel_physical_bytes = args[:num_time_travel_physical_bytes] if args.key?(:num_time_travel_physical_bytes)
|
7147
|
+
@num_total_logical_bytes = args[:num_total_logical_bytes] if args.key?(:num_total_logical_bytes)
|
7148
|
+
@num_total_physical_bytes = args[:num_total_physical_bytes] if args.key?(:num_total_physical_bytes)
|
7080
7149
|
@range_partitioning = args[:range_partitioning] if args.key?(:range_partitioning)
|
7081
7150
|
@require_partition_filter = args[:require_partition_filter] if args.key?(:require_partition_filter)
|
7082
7151
|
@schema = args[:schema] if args.key?(:schema)
|
@@ -8201,6 +8270,16 @@ module Google
|
|
8201
8270
|
# @return [Google::Apis::BigqueryV2::TrainingOptions]
|
8202
8271
|
attr_accessor :training_options
|
8203
8272
|
|
8273
|
+
# The model id in Vertex AI Model Registry for this training run
|
8274
|
+
# Corresponds to the JSON property `vertexAiModelId`
|
8275
|
+
# @return [String]
|
8276
|
+
attr_accessor :vertex_ai_model_id
|
8277
|
+
|
8278
|
+
# The model version in Vertex AI Model Registry for this training run
|
8279
|
+
# Corresponds to the JSON property `vertexAiModelVersion`
|
8280
|
+
# @return [String]
|
8281
|
+
attr_accessor :vertex_ai_model_version
|
8282
|
+
|
8204
8283
|
def initialize(**args)
|
8205
8284
|
update!(**args)
|
8206
8285
|
end
|
@@ -8214,6 +8293,8 @@ module Google
|
|
8214
8293
|
@results = args[:results] if args.key?(:results)
|
8215
8294
|
@start_time = args[:start_time] if args.key?(:start_time)
|
8216
8295
|
@training_options = args[:training_options] if args.key?(:training_options)
|
8296
|
+
@vertex_ai_model_id = args[:vertex_ai_model_id] if args.key?(:vertex_ai_model_id)
|
8297
|
+
@vertex_ai_model_version = args[:vertex_ai_model_version] if args.key?(:vertex_ai_model_version)
|
8217
8298
|
end
|
8218
8299
|
end
|
8219
8300
|
|
@@ -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.30.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 = "20220326"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1378,6 +1378,7 @@ module Google
|
|
1378
1378
|
hash :labels, as: 'labels'
|
1379
1379
|
property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
|
1380
1380
|
property :location, as: 'location'
|
1381
|
+
property :max_time_travel_hours, :numeric_string => true, as: 'maxTimeTravelHours'
|
1381
1382
|
property :satisfies_pzs, as: 'satisfiesPZS'
|
1382
1383
|
property :self_link, as: 'selfLink'
|
1383
1384
|
collection :tags, as: 'tags', class: Google::Apis::BigqueryV2::Dataset::Tag, decorator: Google::Apis::BigqueryV2::Dataset::Tag::Representation
|
@@ -2716,6 +2717,14 @@ module Google
|
|
2716
2717
|
property :num_long_term_bytes, :numeric_string => true, as: 'numLongTermBytes'
|
2717
2718
|
property :num_physical_bytes, :numeric_string => true, as: 'numPhysicalBytes'
|
2718
2719
|
property :num_rows, :numeric_string => true, as: 'numRows'
|
2720
|
+
property :num_active_logical_bytes, :numeric_string => true, as: 'num_active_logical_bytes'
|
2721
|
+
property :num_active_physical_bytes, :numeric_string => true, as: 'num_active_physical_bytes'
|
2722
|
+
property :num_long_term_logical_bytes, :numeric_string => true, as: 'num_long_term_logical_bytes'
|
2723
|
+
property :num_long_term_physical_bytes, :numeric_string => true, as: 'num_long_term_physical_bytes'
|
2724
|
+
property :num_partitions, :numeric_string => true, as: 'num_partitions'
|
2725
|
+
property :num_time_travel_physical_bytes, :numeric_string => true, as: 'num_time_travel_physical_bytes'
|
2726
|
+
property :num_total_logical_bytes, :numeric_string => true, as: 'num_total_logical_bytes'
|
2727
|
+
property :num_total_physical_bytes, :numeric_string => true, as: 'num_total_physical_bytes'
|
2719
2728
|
property :range_partitioning, as: 'rangePartitioning', class: Google::Apis::BigqueryV2::RangePartitioning, decorator: Google::Apis::BigqueryV2::RangePartitioning::Representation
|
2720
2729
|
|
2721
2730
|
property :require_partition_filter, as: 'requirePartitionFilter'
|
@@ -3003,6 +3012,8 @@ module Google
|
|
3003
3012
|
property :start_time, as: 'startTime'
|
3004
3013
|
property :training_options, as: 'trainingOptions', class: Google::Apis::BigqueryV2::TrainingOptions, decorator: Google::Apis::BigqueryV2::TrainingOptions::Representation
|
3005
3014
|
|
3015
|
+
property :vertex_ai_model_id, as: 'vertexAiModelId'
|
3016
|
+
property :vertex_ai_model_version, as: 'vertexAiModelVersion'
|
3006
3017
|
end
|
3007
3018
|
end
|
3008
3019
|
|
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.30.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-04-11 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.30.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: []
|