google-apis-bigquery_v2 0.27.0 → 0.28.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: 449bc4c727b723e420f895da9c8fb476debfc81c67489cd0f2bbe9486c1eacd0
|
4
|
+
data.tar.gz: 211457c59ff62f487088c43442aa95d7cdff8e601407922e4d6bfb0f1adec751
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 770c9a65a1a3fcaab45c0aa4674c5a5dc0ede05cdd2046edaef2f2802832586439882a75ceb8d2c72569bfd3a3d2aafe14ee84a345c72175e4719e1685768ffe
|
7
|
+
data.tar.gz: d412bfdcd7f8a5c85a658df4eecadefba4ea0811326773895e1feb86ba0fd9ca01aa7ea13d1f1378f5f0057ba406ed1a059cc18ce94bafc625dee33a98392566
|
data/CHANGELOG.md
CHANGED
@@ -8201,6 +8201,16 @@ module Google
|
|
8201
8201
|
# @return [Google::Apis::BigqueryV2::TrainingOptions]
|
8202
8202
|
attr_accessor :training_options
|
8203
8203
|
|
8204
|
+
# The model id in Vertex AI Model Registry for this training run
|
8205
|
+
# Corresponds to the JSON property `vertexAiModelId`
|
8206
|
+
# @return [String]
|
8207
|
+
attr_accessor :vertex_ai_model_id
|
8208
|
+
|
8209
|
+
# The model version in Vertex AI Model Registry for this training run
|
8210
|
+
# Corresponds to the JSON property `vertexAiModelVersion`
|
8211
|
+
# @return [String]
|
8212
|
+
attr_accessor :vertex_ai_model_version
|
8213
|
+
|
8204
8214
|
def initialize(**args)
|
8205
8215
|
update!(**args)
|
8206
8216
|
end
|
@@ -8214,6 +8224,8 @@ module Google
|
|
8214
8224
|
@results = args[:results] if args.key?(:results)
|
8215
8225
|
@start_time = args[:start_time] if args.key?(:start_time)
|
8216
8226
|
@training_options = args[:training_options] if args.key?(:training_options)
|
8227
|
+
@vertex_ai_model_id = args[:vertex_ai_model_id] if args.key?(:vertex_ai_model_id)
|
8228
|
+
@vertex_ai_model_version = args[:vertex_ai_model_version] if args.key?(:vertex_ai_model_version)
|
8217
8229
|
end
|
8218
8230
|
end
|
8219
8231
|
|
@@ -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.28.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 = "20220313"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3003,6 +3003,8 @@ module Google
|
|
3003
3003
|
property :start_time, as: 'startTime'
|
3004
3004
|
property :training_options, as: 'trainingOptions', class: Google::Apis::BigqueryV2::TrainingOptions, decorator: Google::Apis::BigqueryV2::TrainingOptions::Representation
|
3005
3005
|
|
3006
|
+
property :vertex_ai_model_id, as: 'vertexAiModelId'
|
3007
|
+
property :vertex_ai_model_version, as: 'vertexAiModelVersion'
|
3006
3008
|
end
|
3007
3009
|
end
|
3008
3010
|
|
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.28.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-03-
|
11
|
+
date: 2022-03-21 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.28.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: []
|