You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/AggregateClassificationMetrics.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ public final class AggregateClassificationMetrics extends com.google.api.client.
80
80
81
81
/**
82
82
* Threshold at which the metrics are computed. For binary classification models this is the
83
-
* positive class threshold. For multi-class classfication models this is the confidence
83
+
* positive class threshold. For multi-class classification models this is the confidence
84
84
* threshold.
85
85
* The value may be {@code null}.
86
86
*/
@@ -199,7 +199,7 @@ public AggregateClassificationMetrics setRocAuc(java.lang.Double rocAuc) {
199
199
200
200
/**
201
201
* Threshold at which the metrics are computed. For binary classification models this is the
202
-
* positive class threshold. For multi-class classfication models this is the confidence
202
+
* positive class threshold. For multi-class classification models this is the confidence
203
203
* threshold.
204
204
* @return value or {@code null} for none
205
205
*/
@@ -209,7 +209,7 @@ public java.lang.Double getThreshold() {
209
209
210
210
/**
211
211
* Threshold at which the metrics are computed. For binary classification models this is the
212
-
* positive class threshold. For multi-class classfication models this is the confidence
212
+
* positive class threshold. For multi-class classification models this is the confidence
213
213
* threshold.
214
214
* @param threshold threshold or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/ExternalDataConfiguration.java
+129-3Lines changed: 129 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,20 @@ public final class ExternalDataConfiguration extends com.google.api.client.json.
77
77
@com.google.api.client.util.Key
78
78
privateCsvOptionscsvOptions;
79
79
80
+
/**
81
+
* Optional. Format used to parse DATE values. Supports C-style and SQL-style values.
82
+
* The value may be {@code null}.
83
+
*/
84
+
@com.google.api.client.util.Key
85
+
privatejava.lang.StringdateFormat;
86
+
87
+
/**
88
+
* Optional. Format used to parse DATETIME values. Supports C-style and SQL-style values.
89
+
* The value may be {@code null}.
90
+
*/
91
+
@com.google.api.client.util.Key
92
+
privatejava.lang.StringdatetimeFormat;
93
+
80
94
/**
81
95
* Defines the list of possible SQL data types to which the source decimal values are converted.
82
96
* This list and the precision and the scale parameters of the decimal field determine the target
@@ -88,7 +102,7 @@ public final class ExternalDataConfiguration extends com.google.api.client.json.
88
102
* this field is ["NUMERIC", "BIGNUMERIC"]. If (precision,scale) is: * (38,9) -> NUMERIC; * (39,9)
0 commit comments