Skip to content

Commit 968a2ef

Browse files
chore: use gapic-generator-python 0.56.2 (#1056)
* chore: update Java and Python dependencies PiperOrigin-RevId: 408420890 Source-Link: googleapis/googleapis@2921f9f Source-Link: googleapis/googleapis-gen@6598ca8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjU5OGNhOGNiYmY1MjI2NzMzYTA5OWM0NTA2NTE4YTVhZjZmZjc0YyJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 59d99fb commit 968a2ef

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/google-cloud-bigquery/google/cloud/bigquery_v2/types/model.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,9 +573,11 @@ class FeatureValue(proto.Message):
573573
numerical_value (google.protobuf.wrappers_pb2.DoubleValue):
574574
The numerical feature value. This is the
575575
centroid value for this feature.
576+
576577
This field is a member of `oneof`_ ``value``.
577578
categorical_value (google.cloud.bigquery_v2.types.Model.ClusteringMetrics.Cluster.FeatureValue.CategoricalValue):
578579
The categorical feature value.
580+
579581
This field is a member of `oneof`_ ``value``.
580582
"""
581583

@@ -804,24 +806,30 @@ class EvaluationMetrics(proto.Message):
804806
regression_metrics (google.cloud.bigquery_v2.types.Model.RegressionMetrics):
805807
Populated for regression models and explicit
806808
feedback type matrix factorization models.
809+
807810
This field is a member of `oneof`_ ``metrics``.
808811
binary_classification_metrics (google.cloud.bigquery_v2.types.Model.BinaryClassificationMetrics):
809812
Populated for binary
810813
classification/classifier models.
814+
811815
This field is a member of `oneof`_ ``metrics``.
812816
multi_class_classification_metrics (google.cloud.bigquery_v2.types.Model.MultiClassClassificationMetrics):
813817
Populated for multi-class
814818
classification/classifier models.
819+
815820
This field is a member of `oneof`_ ``metrics``.
816821
clustering_metrics (google.cloud.bigquery_v2.types.Model.ClusteringMetrics):
817822
Populated for clustering models.
823+
818824
This field is a member of `oneof`_ ``metrics``.
819825
ranking_metrics (google.cloud.bigquery_v2.types.Model.RankingMetrics):
820826
Populated for implicit feedback type matrix
821827
factorization models.
828+
822829
This field is a member of `oneof`_ ``metrics``.
823830
arima_forecasting_metrics (google.cloud.bigquery_v2.types.Model.ArimaForecastingMetrics):
824831
Populated for ARIMA models.
832+
825833
This field is a member of `oneof`_ ``metrics``.
826834
"""
827835

packages/google-cloud-bigquery/google/cloud/bigquery_v2/types/standard_sql.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ class StandardSqlDataType(proto.Message):
4949
"INT64", "DATE", "ARRAY").
5050
array_element_type (google.cloud.bigquery_v2.types.StandardSqlDataType):
5151
The type of the array's elements, if type_kind = "ARRAY".
52+
5253
This field is a member of `oneof`_ ``sub_type``.
5354
struct_type (google.cloud.bigquery_v2.types.StandardSqlStructType):
5455
The fields of this struct, in order, if type_kind =
5556
"STRUCT".
57+
5658
This field is a member of `oneof`_ ``sub_type``.
5759
"""
5860

0 commit comments

Comments
 (0)