google-apis-bigquery_v2 0.19.0 → 0.20.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: 34007ad79e7d6922ab68294ce07a49812fac0f7b09fe3713866006267ce3bde5
4
- data.tar.gz: 7bc7559e034e74abab286d942705249ea5a060dafae5679e863eb8dd569d5c58
3
+ metadata.gz: 50d2d62edad7bb96cdef176c5edaed244ff60db9f67f0b885f2a2800cbeb1558
4
+ data.tar.gz: 9753b1540aef425efd596833ceb10ff07a18726f13b4cac70848a3057967bd1a
5
5
  SHA512:
6
- metadata.gz: 1b2456c00169206b2bdd5d0abdd2534870853fba3e911d2de067920c0c4f971f41fe874e97655a77d18236ef72b1b3138862d312a2d51056d064afd3b662e195
7
- data.tar.gz: 3a4576b30e430f6ebbc4cb626fbcab6eb7d0faa1df681c7501e93df792fa17e4130b24e0c194978a15adfe272f1e84c91b3f7f6c52a1b8822663ff898452b3df
6
+ metadata.gz: bb110009b319749e04324fe622192ac66b3500767da2240872a798457fce614dd74c29e2af3a3a8e38f7edc6d3467b0393ec663a007f5f9632e869b804a74f47
7
+ data.tar.gz: 6e5dcdca7dd2f9af3b219663ca2f165ec602ec3815ca622bb09ea1dde3990921b5535bbbdaeba188329bfdfd39ed16c585aa0f87dd23a1bb7cdeab9d68d3a00b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-bigquery_v2
2
2
 
3
+ ### v0.20.0 (2021-10-22)
4
+
5
+ * Regenerated from discovery document revision 20211017
6
+ * Unspecified changes
7
+
3
8
  ### v0.19.0 (2021-10-02)
4
9
 
5
10
  * Regenerated from discovery document revision 20210927
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Bigquery service in particular.)
67
67
 
@@ -922,7 +922,7 @@ module Google
922
922
  end
923
923
  end
924
924
 
925
- # Associates `members` with a `role`.
925
+ # Associates `members`, or principals, with a `role`.
926
926
  class Binding
927
927
  include Google::Apis::Core::Hashable
928
928
 
@@ -945,7 +945,7 @@ module Google
945
945
  # @return [Google::Apis::BigqueryV2::Expr]
946
946
  attr_accessor :condition
947
947
 
948
- # Specifies the identities requesting access for a Cloud Platform resource. `
948
+ # Specifies the principals requesting access for a Cloud Platform resource. `
949
949
  # members` can have the following values: * `allUsers`: A special identifier
950
950
  # that represents anyone who is on the internet; with or without a Google
951
951
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -975,8 +975,8 @@ module Google
975
975
  # @return [Array<String>]
976
976
  attr_accessor :members
977
977
 
978
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
979
- # , or `roles/owner`.
978
+ # Role that is assigned to the list of `members`, or principals. For example, `
979
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
980
980
  # Corresponds to the JSON property `role`
981
981
  # @return [String]
982
982
  attr_accessor :role
@@ -1912,18 +1912,17 @@ module Google
1912
1912
  # @return [String]
1913
1913
  attr_accessor :description
1914
1914
 
1915
- # [Optional] The expiration timestamp for the destination table. If this field
1916
- # is set: For a new table, it will set the table's expiration time (even if
1917
- # there is a dataset level default table expiration time). For an existing table,
1918
- # it will update the table's expiration time. If this field is not set: For a
1919
- # new table, if dataset level default table expiration time is present, that
1920
- # will be applied. For an existing table, no change is made to the table's
1921
- # expiration time. Additionally this field is only applied when data is written
1922
- # to an empty table (WRITE_EMPTY) or data is overwritten to a table (
1923
- # WRITE_TRUNCATE).
1924
- # Corresponds to the JSON property `expirationTimestampMillis`
1925
- # @return [Fixnum]
1926
- attr_accessor :expiration_timestamp_millis
1915
+ # [Optional] The destination table expiration time. If this field is set: For a
1916
+ # new table, it will set the table's expiration time (even if there is a dataset
1917
+ # level default table expiration time). For an existing table, it will update
1918
+ # the table's expiration time. If this field is not set: For a new table, if
1919
+ # dataset level default table expiration time is present, that will be applied.
1920
+ # For an existing table, no change is made to the table's expiration time.
1921
+ # Additionally this field is only applied when data is written to an empty table
1922
+ # (WRITE_EMPTY) or data is overwritten to a table (WRITE_TRUNCATE).
1923
+ # Corresponds to the JSON property `expirationTime`
1924
+ # @return [DateTime]
1925
+ attr_accessor :expiration_time
1927
1926
 
1928
1927
  # [Optional] The friendly name for the destination table. This will only be used
1929
1928
  # if the destination table is newly created. If the table already exists and a
@@ -1947,7 +1946,7 @@ module Google
1947
1946
  # Update properties of this object
1948
1947
  def update!(**args)
1949
1948
  @description = args[:description] if args.key?(:description)
1950
- @expiration_timestamp_millis = args[:expiration_timestamp_millis] if args.key?(:expiration_timestamp_millis)
1949
+ @expiration_time = args[:expiration_time] if args.key?(:expiration_time)
1951
1950
  @friendly_name = args[:friendly_name] if args.key?(:friendly_name)
1952
1951
  @labels = args[:labels] if args.key?(:labels)
1953
1952
  end
@@ -2832,21 +2831,10 @@ module Google
2832
2831
  end
2833
2832
  end
2834
2833
 
2835
- # Information about a single iteration of the training run.
2834
+ #
2836
2835
  class IterationResult
2837
2836
  include Google::Apis::Core::Hashable
2838
2837
 
2839
- # (Auto-)arima fitting result. Wrap everything in ArimaResult for easier
2840
- # refactoring if we want to use model-specific iteration results.
2841
- # Corresponds to the JSON property `arimaResult`
2842
- # @return [Google::Apis::BigqueryV2::ArimaResult]
2843
- attr_accessor :arima_result
2844
-
2845
- # Information about top clusters for clustering models.
2846
- # Corresponds to the JSON property `clusterInfos`
2847
- # @return [Array<Google::Apis::BigqueryV2::ClusterInfo>]
2848
- attr_accessor :cluster_infos
2849
-
2850
2838
  # Time taken to run the iteration in milliseconds.
2851
2839
  # Corresponds to the JSON property `durationMs`
2852
2840
  # @return [Fixnum]
@@ -2878,8 +2866,6 @@ module Google
2878
2866
 
2879
2867
  # Update properties of this object
2880
2868
  def update!(**args)
2881
- @arima_result = args[:arima_result] if args.key?(:arima_result)
2882
- @cluster_infos = args[:cluster_infos] if args.key?(:cluster_infos)
2883
2869
  @duration_ms = args[:duration_ms] if args.key?(:duration_ms)
2884
2870
  @eval_loss = args[:eval_loss] if args.key?(:eval_loss)
2885
2871
  @index = args[:index] if args.key?(:index)
@@ -4096,6 +4082,11 @@ module Google
4096
4082
  # @return [Fixnum]
4097
4083
  attr_accessor :estimated_bytes_processed
4098
4084
 
4085
+ # [Output-only] Statistics of a BigQuery ML training job.
4086
+ # Corresponds to the JSON property `mlStatistics`
4087
+ # @return [Google::Apis::BigqueryV2::MlStatistics]
4088
+ attr_accessor :ml_statistics
4089
+
4099
4090
  # [Output-only, Beta] Information about create model query job progress.
4100
4091
  # Corresponds to the JSON property `modelTraining`
4101
4092
  # @return [Google::Apis::BigqueryV2::BigQueryModelTraining]
@@ -4224,6 +4215,7 @@ module Google
4224
4215
  @ddl_target_table = args[:ddl_target_table] if args.key?(:ddl_target_table)
4225
4216
  @dml_stats = args[:dml_stats] if args.key?(:dml_stats)
4226
4217
  @estimated_bytes_processed = args[:estimated_bytes_processed] if args.key?(:estimated_bytes_processed)
4218
+ @ml_statistics = args[:ml_statistics] if args.key?(:ml_statistics)
4227
4219
  @model_training = args[:model_training] if args.key?(:model_training)
4228
4220
  @model_training_current_iteration = args[:model_training_current_iteration] if args.key?(:model_training_current_iteration)
4229
4221
  @model_training_expected_total_iteration = args[:model_training_expected_total_iteration] if args.key?(:model_training_expected_total_iteration)
@@ -4520,6 +4512,33 @@ module Google
4520
4512
  end
4521
4513
  end
4522
4514
 
4515
+ #
4516
+ class MlStatistics
4517
+ include Google::Apis::Core::Hashable
4518
+
4519
+ # Results for all completed iterations.
4520
+ # Corresponds to the JSON property `iterationResults`
4521
+ # @return [Array<Google::Apis::BigqueryV2::IterationResult>]
4522
+ attr_accessor :iteration_results
4523
+
4524
+ # Maximum number of iterations specified as max_iterations in the 'CREATE MODEL'
4525
+ # query. The actual number of iterations may be less than this number due to
4526
+ # early stop.
4527
+ # Corresponds to the JSON property `maxIterations`
4528
+ # @return [Fixnum]
4529
+ attr_accessor :max_iterations
4530
+
4531
+ def initialize(**args)
4532
+ update!(**args)
4533
+ end
4534
+
4535
+ # Update properties of this object
4536
+ def update!(**args)
4537
+ @iteration_results = args[:iteration_results] if args.key?(:iteration_results)
4538
+ @max_iterations = args[:max_iterations] if args.key?(:max_iterations)
4539
+ end
4540
+ end
4541
+
4523
4542
  #
4524
4543
  class Model
4525
4544
  include Google::Apis::Core::Hashable
@@ -4794,31 +4813,31 @@ module Google
4794
4813
 
4795
4814
  # An Identity and Access Management (IAM) policy, which specifies access
4796
4815
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
4797
- # A `binding` binds one or more `members` to a single `role`. Members can be
4798
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
4799
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
4800
- # role or a user-created custom role. For some types of Google Cloud resources,
4801
- # a `binding` can also specify a `condition`, which is a logical expression that
4802
- # allows access to a resource only if the expression evaluates to `true`. A
4803
- # condition can add constraints based on attributes of the request, the resource,
4804
- # or both. To learn which resources support conditions in their IAM policies,
4805
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
4806
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
4807
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
4808
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
4809
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
4810
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
4811
- # title": "expirable access", "description": "Does not grant access after Sep
4812
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
4813
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
4814
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
4815
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
4816
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
4817
- # roles/resourcemanager.organizationViewer condition: title: expirable access
4818
- # description: Does not grant access after Sep 2020 expression: request.time <
4819
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
4820
- # description of IAM and its features, see the [IAM documentation](https://cloud.
4821
- # google.com/iam/docs/).
4816
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
4817
+ # Principals can be user accounts, service accounts, Google groups, and domains (
4818
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
4819
+ # an IAM predefined role or a user-created custom role. For some types of Google
4820
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
4821
+ # logical expression that allows access to a resource only if the expression
4822
+ # evaluates to `true`. A condition can add constraints based on attributes of
4823
+ # the request, the resource, or both. To learn which resources support
4824
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4825
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4826
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4827
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4828
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4829
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4830
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
4831
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4832
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4833
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
4834
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4835
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4836
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4837
+ # access description: Does not grant access after Sep 2020 expression: request.
4838
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4839
+ # a description of IAM and its features, see the [IAM documentation](https://
4840
+ # cloud.google.com/iam/docs/).
4822
4841
  class Policy
4823
4842
  include Google::Apis::Core::Hashable
4824
4843
 
@@ -4827,9 +4846,14 @@ module Google
4827
4846
  # @return [Array<Google::Apis::BigqueryV2::AuditConfig>]
4828
4847
  attr_accessor :audit_configs
4829
4848
 
4830
- # Associates a list of `members` to a `role`. Optionally, may specify a `
4831
- # condition` that determines how and when the `bindings` are applied. Each of
4832
- # the `bindings` must contain at least one member.
4849
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
4850
+ # specify a `condition` that determines how and when the `bindings` are applied.
4851
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
4852
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
4853
+ # can be Google groups. Each occurrence of a principal counts towards these
4854
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
4855
+ # example.com`, and not to any other principal, then you can add another 1,450
4856
+ # principals to the `bindings` in the `Policy`.
4833
4857
  # Corresponds to the JSON property `bindings`
4834
4858
  # @return [Array<Google::Apis::BigqueryV2::Binding>]
4835
4859
  attr_accessor :bindings
@@ -5967,31 +5991,31 @@ module Google
5967
5991
 
5968
5992
  # An Identity and Access Management (IAM) policy, which specifies access
5969
5993
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
5970
- # A `binding` binds one or more `members` to a single `role`. Members can be
5971
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
5972
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
5973
- # role or a user-created custom role. For some types of Google Cloud resources,
5974
- # a `binding` can also specify a `condition`, which is a logical expression that
5975
- # allows access to a resource only if the expression evaluates to `true`. A
5976
- # condition can add constraints based on attributes of the request, the resource,
5977
- # or both. To learn which resources support conditions in their IAM policies,
5978
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
5979
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
5980
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
5981
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
5982
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
5983
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
5984
- # title": "expirable access", "description": "Does not grant access after Sep
5985
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
5986
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
5987
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
5988
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
5989
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
5990
- # roles/resourcemanager.organizationViewer condition: title: expirable access
5991
- # description: Does not grant access after Sep 2020 expression: request.time <
5992
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
5993
- # description of IAM and its features, see the [IAM documentation](https://cloud.
5994
- # google.com/iam/docs/).
5994
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
5995
+ # Principals can be user accounts, service accounts, Google groups, and domains (
5996
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
5997
+ # an IAM predefined role or a user-created custom role. For some types of Google
5998
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
5999
+ # logical expression that allows access to a resource only if the expression
6000
+ # evaluates to `true`. A condition can add constraints based on attributes of
6001
+ # the request, the resource, or both. To learn which resources support
6002
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
6003
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
6004
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
6005
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
6006
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
6007
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
6008
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
6009
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
6010
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
6011
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
6012
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
6013
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
6014
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
6015
+ # access description: Does not grant access after Sep 2020 expression: request.
6016
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
6017
+ # a description of IAM and its features, see the [IAM documentation](https://
6018
+ # cloud.google.com/iam/docs/).
5995
6019
  # Corresponds to the JSON property `policy`
5996
6020
  # @return [Google::Apis::BigqueryV2::Policy]
5997
6021
  attr_accessor :policy
@@ -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.0"
19
+ GEM_VERSION = "0.20.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 = "20210927"
25
+ REVISION = "20211017"
26
26
  end
27
27
  end
28
28
  end
@@ -508,6 +508,12 @@ module Google
508
508
  include Google::Apis::Core::JsonObjectSupport
509
509
  end
510
510
 
511
+ class MlStatistics
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
511
517
  class Model
512
518
  class Representation < Google::Apis::Core::JsonRepresentation; end
513
519
 
@@ -1334,7 +1340,8 @@ module Google
1334
1340
  # @private
1335
1341
  class Representation < Google::Apis::Core::JsonRepresentation
1336
1342
  property :description, as: 'description'
1337
- property :expiration_timestamp_millis, :numeric_string => true, as: 'expirationTimestampMillis'
1343
+ property :expiration_time, as: 'expirationTime', type: DateTime
1344
+
1338
1345
  property :friendly_name, as: 'friendlyName'
1339
1346
  hash :labels, as: 'labels'
1340
1347
  end
@@ -1550,10 +1557,6 @@ module Google
1550
1557
  class IterationResult
1551
1558
  # @private
1552
1559
  class Representation < Google::Apis::Core::JsonRepresentation
1553
- property :arima_result, as: 'arimaResult', class: Google::Apis::BigqueryV2::ArimaResult, decorator: Google::Apis::BigqueryV2::ArimaResult::Representation
1554
-
1555
- collection :cluster_infos, as: 'clusterInfos', class: Google::Apis::BigqueryV2::ClusterInfo, decorator: Google::Apis::BigqueryV2::ClusterInfo::Representation
1556
-
1557
1560
  property :duration_ms, :numeric_string => true, as: 'durationMs'
1558
1561
  property :eval_loss, as: 'evalLoss'
1559
1562
  property :index, as: 'index'
@@ -1830,6 +1833,8 @@ module Google
1830
1833
  property :dml_stats, as: 'dmlStats', class: Google::Apis::BigqueryV2::DmlStatistics, decorator: Google::Apis::BigqueryV2::DmlStatistics::Representation
1831
1834
 
1832
1835
  property :estimated_bytes_processed, :numeric_string => true, as: 'estimatedBytesProcessed'
1836
+ property :ml_statistics, as: 'mlStatistics', class: Google::Apis::BigqueryV2::MlStatistics, decorator: Google::Apis::BigqueryV2::MlStatistics::Representation
1837
+
1833
1838
  property :model_training, as: 'modelTraining', class: Google::Apis::BigqueryV2::BigQueryModelTraining, decorator: Google::Apis::BigqueryV2::BigQueryModelTraining::Representation
1834
1839
 
1835
1840
  property :model_training_current_iteration, as: 'modelTrainingCurrentIteration'
@@ -1940,6 +1945,15 @@ module Google
1940
1945
  end
1941
1946
  end
1942
1947
 
1948
+ class MlStatistics
1949
+ # @private
1950
+ class Representation < Google::Apis::Core::JsonRepresentation
1951
+ collection :iteration_results, as: 'iterationResults', class: Google::Apis::BigqueryV2::IterationResult, decorator: Google::Apis::BigqueryV2::IterationResult::Representation
1952
+
1953
+ property :max_iterations, :numeric_string => true, as: 'maxIterations'
1954
+ end
1955
+ end
1956
+
1943
1957
  class Model
1944
1958
  # @private
1945
1959
  class Representation < Google::Apis::Core::JsonRepresentation
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.19.0
4
+ version: 0.20.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-10-04 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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.19.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigquery_v2
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.20.0
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: []
65
65
  require_paths: