google-apis-bigquery_v2 0.17.0 → 0.18.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c082777d1a37ba7df706c5336f96162243eb74a9c7d4edde72bc2f361597936
|
4
|
+
data.tar.gz: 0ce0a5e5a816b2a6c04c5dcbb92a3dc6fd4e1bdfdf20ec11acadc9b9237c938e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8fe4c55df36369dd41395201c9104f89e5f938c68fecc99b3e6f42082bf7a60e9e7f7c6a7e59a097be533c1888f00667b7ea87522681e0ef44b2b3b5866d1a2
|
7
|
+
data.tar.gz: be656d8f9db8c9d97b7795abd3d05f84ab9f728ae10e87d98b3b254341eab84b94b21a0aa7c5a9ef22659f07086f1a2cb73dc5fc9d51d074906e7e6773a73e43
|
data/CHANGELOG.md
CHANGED
@@ -7069,12 +7069,37 @@ module Google
|
|
7069
7069
|
# @return [Fixnum]
|
7070
7070
|
attr_accessor :batch_size
|
7071
7071
|
|
7072
|
+
# Booster type for boosted tree models.
|
7073
|
+
# Corresponds to the JSON property `boosterType`
|
7074
|
+
# @return [String]
|
7075
|
+
attr_accessor :booster_type
|
7076
|
+
|
7072
7077
|
# If true, clean spikes and dips in the input time series.
|
7073
7078
|
# Corresponds to the JSON property `cleanSpikesAndDips`
|
7074
7079
|
# @return [Boolean]
|
7075
7080
|
attr_accessor :clean_spikes_and_dips
|
7076
7081
|
alias_method :clean_spikes_and_dips?, :clean_spikes_and_dips
|
7077
7082
|
|
7083
|
+
# Subsample ratio of columns for each level for boosted tree models.
|
7084
|
+
# Corresponds to the JSON property `colsampleBylevel`
|
7085
|
+
# @return [Float]
|
7086
|
+
attr_accessor :colsample_bylevel
|
7087
|
+
|
7088
|
+
# Subsample ratio of columns for each node(split) for boosted tree models.
|
7089
|
+
# Corresponds to the JSON property `colsampleBynode`
|
7090
|
+
# @return [Float]
|
7091
|
+
attr_accessor :colsample_bynode
|
7092
|
+
|
7093
|
+
# Subsample ratio of columns when constructing each tree for boosted tree models.
|
7094
|
+
# Corresponds to the JSON property `colsampleBytree`
|
7095
|
+
# @return [Float]
|
7096
|
+
attr_accessor :colsample_bytree
|
7097
|
+
|
7098
|
+
# Type of normalization algorithm for boosted tree models using dart booster.
|
7099
|
+
# Corresponds to the JSON property `dartNormalizeType`
|
7100
|
+
# @return [String]
|
7101
|
+
attr_accessor :dart_normalize_type
|
7102
|
+
|
7078
7103
|
# The data frequency of a time series.
|
7079
7104
|
# Corresponds to the JSON property `dataFrequency`
|
7080
7105
|
# @return [String]
|
@@ -7235,6 +7260,11 @@ module Google
|
|
7235
7260
|
# @return [Float]
|
7236
7261
|
attr_accessor :min_split_loss
|
7237
7262
|
|
7263
|
+
# Minimum sum of instance weight needed in a child for boosted tree models.
|
7264
|
+
# Corresponds to the JSON property `minTreeChildWeight`
|
7265
|
+
# @return [Fixnum]
|
7266
|
+
attr_accessor :min_tree_child_weight
|
7267
|
+
|
7238
7268
|
# Google Cloud Storage URI from which the model was imported. Only applicable
|
7239
7269
|
# for imported models.
|
7240
7270
|
# Corresponds to the JSON property `modelUri`
|
@@ -7256,6 +7286,12 @@ module Google
|
|
7256
7286
|
# @return [Fixnum]
|
7257
7287
|
attr_accessor :num_factors
|
7258
7288
|
|
7289
|
+
# Number of parallel trees constructed during each iteration for boosted tree
|
7290
|
+
# models.
|
7291
|
+
# Corresponds to the JSON property `numParallelTree`
|
7292
|
+
# @return [Fixnum]
|
7293
|
+
attr_accessor :num_parallel_tree
|
7294
|
+
|
7259
7295
|
# Optimization strategy for training linear regression models.
|
7260
7296
|
# Corresponds to the JSON property `optimizationStrategy`
|
7261
7297
|
# @return [String]
|
@@ -7295,6 +7331,11 @@ module Google
|
|
7295
7331
|
# @return [String]
|
7296
7332
|
attr_accessor :time_series_timestamp_column
|
7297
7333
|
|
7334
|
+
# Tree construction algorithm for boosted tree models.
|
7335
|
+
# Corresponds to the JSON property `treeMethod`
|
7336
|
+
# @return [String]
|
7337
|
+
attr_accessor :tree_method
|
7338
|
+
|
7298
7339
|
# User column specified for matrix factorization models.
|
7299
7340
|
# Corresponds to the JSON property `userColumn`
|
7300
7341
|
# @return [String]
|
@@ -7321,7 +7362,12 @@ module Google
|
|
7321
7362
|
@auto_arima = args[:auto_arima] if args.key?(:auto_arima)
|
7322
7363
|
@auto_arima_max_order = args[:auto_arima_max_order] if args.key?(:auto_arima_max_order)
|
7323
7364
|
@batch_size = args[:batch_size] if args.key?(:batch_size)
|
7365
|
+
@booster_type = args[:booster_type] if args.key?(:booster_type)
|
7324
7366
|
@clean_spikes_and_dips = args[:clean_spikes_and_dips] if args.key?(:clean_spikes_and_dips)
|
7367
|
+
@colsample_bylevel = args[:colsample_bylevel] if args.key?(:colsample_bylevel)
|
7368
|
+
@colsample_bynode = args[:colsample_bynode] if args.key?(:colsample_bynode)
|
7369
|
+
@colsample_bytree = args[:colsample_bytree] if args.key?(:colsample_bytree)
|
7370
|
+
@dart_normalize_type = args[:dart_normalize_type] if args.key?(:dart_normalize_type)
|
7325
7371
|
@data_frequency = args[:data_frequency] if args.key?(:data_frequency)
|
7326
7372
|
@data_split_column = args[:data_split_column] if args.key?(:data_split_column)
|
7327
7373
|
@data_split_eval_fraction = args[:data_split_eval_fraction] if args.key?(:data_split_eval_fraction)
|
@@ -7350,10 +7396,12 @@ module Google
|
|
7350
7396
|
@max_tree_depth = args[:max_tree_depth] if args.key?(:max_tree_depth)
|
7351
7397
|
@min_relative_progress = args[:min_relative_progress] if args.key?(:min_relative_progress)
|
7352
7398
|
@min_split_loss = args[:min_split_loss] if args.key?(:min_split_loss)
|
7399
|
+
@min_tree_child_weight = args[:min_tree_child_weight] if args.key?(:min_tree_child_weight)
|
7353
7400
|
@model_uri = args[:model_uri] if args.key?(:model_uri)
|
7354
7401
|
@non_seasonal_order = args[:non_seasonal_order] if args.key?(:non_seasonal_order)
|
7355
7402
|
@num_clusters = args[:num_clusters] if args.key?(:num_clusters)
|
7356
7403
|
@num_factors = args[:num_factors] if args.key?(:num_factors)
|
7404
|
+
@num_parallel_tree = args[:num_parallel_tree] if args.key?(:num_parallel_tree)
|
7357
7405
|
@optimization_strategy = args[:optimization_strategy] if args.key?(:optimization_strategy)
|
7358
7406
|
@preserve_input_structs = args[:preserve_input_structs] if args.key?(:preserve_input_structs)
|
7359
7407
|
@subsample = args[:subsample] if args.key?(:subsample)
|
@@ -7361,6 +7409,7 @@ module Google
|
|
7361
7409
|
@time_series_id_column = args[:time_series_id_column] if args.key?(:time_series_id_column)
|
7362
7410
|
@time_series_id_columns = args[:time_series_id_columns] if args.key?(:time_series_id_columns)
|
7363
7411
|
@time_series_timestamp_column = args[:time_series_timestamp_column] if args.key?(:time_series_timestamp_column)
|
7412
|
+
@tree_method = args[:tree_method] if args.key?(:tree_method)
|
7364
7413
|
@user_column = args[:user_column] if args.key?(:user_column)
|
7365
7414
|
@wals_alpha = args[:wals_alpha] if args.key?(:wals_alpha)
|
7366
7415
|
@warm_start = args[:warm_start] if args.key?(:warm_start)
|
@@ -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.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210910"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2598,7 +2598,12 @@ module Google
|
|
2598
2598
|
property :auto_arima, as: 'autoArima'
|
2599
2599
|
property :auto_arima_max_order, :numeric_string => true, as: 'autoArimaMaxOrder'
|
2600
2600
|
property :batch_size, :numeric_string => true, as: 'batchSize'
|
2601
|
+
property :booster_type, as: 'boosterType'
|
2601
2602
|
property :clean_spikes_and_dips, as: 'cleanSpikesAndDips'
|
2603
|
+
property :colsample_bylevel, as: 'colsampleBylevel'
|
2604
|
+
property :colsample_bynode, as: 'colsampleBynode'
|
2605
|
+
property :colsample_bytree, as: 'colsampleBytree'
|
2606
|
+
property :dart_normalize_type, as: 'dartNormalizeType'
|
2602
2607
|
property :data_frequency, as: 'dataFrequency'
|
2603
2608
|
property :data_split_column, as: 'dataSplitColumn'
|
2604
2609
|
property :data_split_eval_fraction, as: 'dataSplitEvalFraction'
|
@@ -2627,11 +2632,13 @@ module Google
|
|
2627
2632
|
property :max_tree_depth, :numeric_string => true, as: 'maxTreeDepth'
|
2628
2633
|
property :min_relative_progress, as: 'minRelativeProgress'
|
2629
2634
|
property :min_split_loss, as: 'minSplitLoss'
|
2635
|
+
property :min_tree_child_weight, :numeric_string => true, as: 'minTreeChildWeight'
|
2630
2636
|
property :model_uri, as: 'modelUri'
|
2631
2637
|
property :non_seasonal_order, as: 'nonSeasonalOrder', class: Google::Apis::BigqueryV2::ArimaOrder, decorator: Google::Apis::BigqueryV2::ArimaOrder::Representation
|
2632
2638
|
|
2633
2639
|
property :num_clusters, :numeric_string => true, as: 'numClusters'
|
2634
2640
|
property :num_factors, :numeric_string => true, as: 'numFactors'
|
2641
|
+
property :num_parallel_tree, :numeric_string => true, as: 'numParallelTree'
|
2635
2642
|
property :optimization_strategy, as: 'optimizationStrategy'
|
2636
2643
|
property :preserve_input_structs, as: 'preserveInputStructs'
|
2637
2644
|
property :subsample, as: 'subsample'
|
@@ -2639,6 +2646,7 @@ module Google
|
|
2639
2646
|
property :time_series_id_column, as: 'timeSeriesIdColumn'
|
2640
2647
|
collection :time_series_id_columns, as: 'timeSeriesIdColumns'
|
2641
2648
|
property :time_series_timestamp_column, as: 'timeSeriesTimestampColumn'
|
2649
|
+
property :tree_method, as: 'treeMethod'
|
2642
2650
|
property :user_column, as: 'userColumn'
|
2643
2651
|
property :wals_alpha, as: 'walsAlpha'
|
2644
2652
|
property :warm_start, as: 'warmStart'
|
@@ -340,14 +340,14 @@ module Google
|
|
340
340
|
execute_or_queue_command(command, &block)
|
341
341
|
end
|
342
342
|
|
343
|
-
# Requests
|
344
|
-
#
|
343
|
+
# Requests the deletion of the metadata of a job. This call returns when the job'
|
344
|
+
# s metadata is deleted.
|
345
345
|
# @param [String] project_id
|
346
|
-
# Required. Project ID of the job to be deleted.
|
346
|
+
# Required. Project ID of the job for which metadata is to be deleted.
|
347
347
|
# @param [String] job_id
|
348
|
-
# Required. Job ID of the job to be deleted. If this is a
|
349
|
-
# child jobs, all child jobs will be
|
350
|
-
#
|
348
|
+
# Required. Job ID of the job for which metadata is to be deleted. If this is a
|
349
|
+
# parent job which has child jobs, the metadata from all child jobs will be
|
350
|
+
# deleted as well. Direct deletion of the metadata of child jobs is not allowed.
|
351
351
|
# @param [String] location
|
352
352
|
# The geographic location of the job. Required. See details at: https://cloud.
|
353
353
|
# google.com/bigquery/docs/locations#specifying_your_location.
|
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.18.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: 2021-09-
|
11
|
+
date: 2021-09-22 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/master/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.18.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigquery_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|