google-apis-bigquery_v2 0.29.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
@@ -2488,7 +2488,7 @@ module Google
|
|
2488
2488
|
# @return [Float]
|
2489
2489
|
attr_accessor :attribution
|
2490
2490
|
|
2491
|
-
#
|
2491
|
+
# The full feature name. For non-numerical features, will be formatted like `.`.
|
2492
2492
|
# Overall size of feature name will always be truncated to first 120 characters.
|
2493
2493
|
# Corresponds to the JSON property `featureName`
|
2494
2494
|
# @return [String]
|
@@ -3172,7 +3172,8 @@ module Google
|
|
3172
3172
|
end
|
3173
3173
|
end
|
3174
3174
|
|
3175
|
-
# 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.
|
3176
3177
|
class HparamTuningTrial
|
3177
3178
|
include Google::Apis::Core::Hashable
|
3178
3179
|
|
@@ -5120,9 +5121,11 @@ module Google
|
|
5120
5121
|
attr_accessor :creation_time
|
5121
5122
|
|
5122
5123
|
# Output only. The default trial_id to use in TVFs when the trial_id is not
|
5123
|
-
# passed in. For single-objective hyperparameter tuning
|
5124
|
-
#
|
5125
|
-
#
|
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.
|
5126
5129
|
# Corresponds to the JSON property `defaultTrialId`
|
5127
5130
|
# @return [Fixnum]
|
5128
5131
|
attr_accessor :default_trial_id
|
@@ -5169,7 +5172,8 @@ module Google
|
|
5169
5172
|
# @return [Google::Apis::BigqueryV2::HparamSearchSpaces]
|
5170
5173
|
attr_accessor :hparam_search_spaces
|
5171
5174
|
|
5172
|
-
# 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.
|
5173
5177
|
# Corresponds to the JSON property `hparamTrials`
|
5174
5178
|
# @return [Array<Google::Apis::BigqueryV2::HparamTuningTrial>]
|
5175
5179
|
attr_accessor :hparam_trials
|
@@ -5211,9 +5215,11 @@ module Google
|
|
5211
5215
|
# @return [String]
|
5212
5216
|
attr_accessor :model_type
|
5213
5217
|
|
5214
|
-
# Output only. For single-objective hyperparameter tuning
|
5215
|
-
#
|
5216
|
-
#
|
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.
|
5217
5223
|
# Corresponds to the JSON property `optimalTrialIds`
|
5218
5224
|
# @return [Array<Fixnum>]
|
5219
5225
|
attr_accessor :optimal_trial_ids
|
@@ -6996,6 +7002,54 @@ module Google
|
|
6996
7002
|
# @return [Fixnum]
|
6997
7003
|
attr_accessor :num_rows
|
6998
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
|
+
|
6999
7053
|
# [TrustedTester] Range partitioning specification for this table. Only one of
|
7000
7054
|
# timePartitioning and rangePartitioning should be specified.
|
7001
7055
|
# Corresponds to the JSON property `rangePartitioning`
|
@@ -7084,6 +7138,14 @@ module Google
|
|
7084
7138
|
@num_long_term_bytes = args[:num_long_term_bytes] if args.key?(:num_long_term_bytes)
|
7085
7139
|
@num_physical_bytes = args[:num_physical_bytes] if args.key?(:num_physical_bytes)
|
7086
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)
|
7087
7149
|
@range_partitioning = args[:range_partitioning] if args.key?(:range_partitioning)
|
7088
7150
|
@require_partition_filter = args[:require_partition_filter] if args.key?(:require_partition_filter)
|
7089
7151
|
@schema = args[:schema] if args.key?(:schema)
|
@@ -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
|
@@ -2717,6 +2717,14 @@ module Google
|
|
2717
2717
|
property :num_long_term_bytes, :numeric_string => true, as: 'numLongTermBytes'
|
2718
2718
|
property :num_physical_bytes, :numeric_string => true, as: 'numPhysicalBytes'
|
2719
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'
|
2720
2728
|
property :range_partitioning, as: 'rangePartitioning', class: Google::Apis::BigqueryV2::RangePartitioning, decorator: Google::Apis::BigqueryV2::RangePartitioning::Representation
|
2721
2729
|
|
2722
2730
|
property :require_partition_filter, as: 'requirePartitionFilter'
|
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-04-
|
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: []
|