Skip to content

Commit 7303e27

Browse files
feat(bigquery): update the api
#### bigquery:v2 The following keys were added: - schemas.TrainingOptions.properties.autoArimaMinOrder (Total Keys: 2)
1 parent ba57fda commit 7303e27

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

docs/dyn/bigquery_v2.models.html

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,8 @@ <h3>Method Details</h3>
656656
&quot;hparams&quot;: { # Options used in model training. # The hyperprameters selected for this trial.
657657
&quot;adjustStepChanges&quot;: True or False, # If true, detect step changes and make data adjustment in the input time series.
658658
&quot;autoArima&quot;: True or False, # Whether to enable auto ARIMA or not.
659-
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of non-seasonal p and q.
659+
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of the sum of non-seasonal p and q.
660+
&quot;autoArimaMinOrder&quot;: &quot;A String&quot;, # The min value of the sum of non-seasonal p and q.
660661
&quot;batchSize&quot;: &quot;A String&quot;, # Batch size for dnn models.
661662
&quot;boosterType&quot;: &quot;A String&quot;, # Booster type for boosted tree models.
662663
&quot;calculatePValues&quot;: True or False, # Whether or not p-value test should be computed for this model. Only available for linear and logistic regression models.
@@ -967,7 +968,8 @@ <h3>Method Details</h3>
967968
&quot;trainingOptions&quot;: { # Options used in model training. # Output only. Options that were used for this training run, includes user specified and default options that were used.
968969
&quot;adjustStepChanges&quot;: True or False, # If true, detect step changes and make data adjustment in the input time series.
969970
&quot;autoArima&quot;: True or False, # Whether to enable auto ARIMA or not.
970-
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of non-seasonal p and q.
971+
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of the sum of non-seasonal p and q.
972+
&quot;autoArimaMinOrder&quot;: &quot;A String&quot;, # The min value of the sum of non-seasonal p and q.
971973
&quot;batchSize&quot;: &quot;A String&quot;, # Batch size for dnn models.
972974
&quot;boosterType&quot;: &quot;A String&quot;, # Booster type for boosted tree models.
973975
&quot;calculatePValues&quot;: True or False, # Whether or not p-value test should be computed for this model. Only available for linear and logistic regression models.
@@ -1605,7 +1607,8 @@ <h3>Method Details</h3>
16051607
&quot;hparams&quot;: { # Options used in model training. # The hyperprameters selected for this trial.
16061608
&quot;adjustStepChanges&quot;: True or False, # If true, detect step changes and make data adjustment in the input time series.
16071609
&quot;autoArima&quot;: True or False, # Whether to enable auto ARIMA or not.
1608-
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of non-seasonal p and q.
1610+
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of the sum of non-seasonal p and q.
1611+
&quot;autoArimaMinOrder&quot;: &quot;A String&quot;, # The min value of the sum of non-seasonal p and q.
16091612
&quot;batchSize&quot;: &quot;A String&quot;, # Batch size for dnn models.
16101613
&quot;boosterType&quot;: &quot;A String&quot;, # Booster type for boosted tree models.
16111614
&quot;calculatePValues&quot;: True or False, # Whether or not p-value test should be computed for this model. Only available for linear and logistic regression models.
@@ -1916,7 +1919,8 @@ <h3>Method Details</h3>
19161919
&quot;trainingOptions&quot;: { # Options used in model training. # Output only. Options that were used for this training run, includes user specified and default options that were used.
19171920
&quot;adjustStepChanges&quot;: True or False, # If true, detect step changes and make data adjustment in the input time series.
19181921
&quot;autoArima&quot;: True or False, # Whether to enable auto ARIMA or not.
1919-
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of non-seasonal p and q.
1922+
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of the sum of non-seasonal p and q.
1923+
&quot;autoArimaMinOrder&quot;: &quot;A String&quot;, # The min value of the sum of non-seasonal p and q.
19201924
&quot;batchSize&quot;: &quot;A String&quot;, # Batch size for dnn models.
19211925
&quot;boosterType&quot;: &quot;A String&quot;, # Booster type for boosted tree models.
19221926
&quot;calculatePValues&quot;: True or False, # Whether or not p-value test should be computed for this model. Only available for linear and logistic regression models.
@@ -2567,7 +2571,8 @@ <h3>Method Details</h3>
25672571
&quot;hparams&quot;: { # Options used in model training. # The hyperprameters selected for this trial.
25682572
&quot;adjustStepChanges&quot;: True or False, # If true, detect step changes and make data adjustment in the input time series.
25692573
&quot;autoArima&quot;: True or False, # Whether to enable auto ARIMA or not.
2570-
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of non-seasonal p and q.
2574+
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of the sum of non-seasonal p and q.
2575+
&quot;autoArimaMinOrder&quot;: &quot;A String&quot;, # The min value of the sum of non-seasonal p and q.
25712576
&quot;batchSize&quot;: &quot;A String&quot;, # Batch size for dnn models.
25722577
&quot;boosterType&quot;: &quot;A String&quot;, # Booster type for boosted tree models.
25732578
&quot;calculatePValues&quot;: True or False, # Whether or not p-value test should be computed for this model. Only available for linear and logistic regression models.
@@ -2878,7 +2883,8 @@ <h3>Method Details</h3>
28782883
&quot;trainingOptions&quot;: { # Options used in model training. # Output only. Options that were used for this training run, includes user specified and default options that were used.
28792884
&quot;adjustStepChanges&quot;: True or False, # If true, detect step changes and make data adjustment in the input time series.
28802885
&quot;autoArima&quot;: True or False, # Whether to enable auto ARIMA or not.
2881-
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of non-seasonal p and q.
2886+
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of the sum of non-seasonal p and q.
2887+
&quot;autoArimaMinOrder&quot;: &quot;A String&quot;, # The min value of the sum of non-seasonal p and q.
28822888
&quot;batchSize&quot;: &quot;A String&quot;, # Batch size for dnn models.
28832889
&quot;boosterType&quot;: &quot;A String&quot;, # Booster type for boosted tree models.
28842890
&quot;calculatePValues&quot;: True or False, # Whether or not p-value test should be computed for this model. Only available for linear and logistic regression models.
@@ -3504,7 +3510,8 @@ <h3>Method Details</h3>
35043510
&quot;hparams&quot;: { # Options used in model training. # The hyperprameters selected for this trial.
35053511
&quot;adjustStepChanges&quot;: True or False, # If true, detect step changes and make data adjustment in the input time series.
35063512
&quot;autoArima&quot;: True or False, # Whether to enable auto ARIMA or not.
3507-
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of non-seasonal p and q.
3513+
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of the sum of non-seasonal p and q.
3514+
&quot;autoArimaMinOrder&quot;: &quot;A String&quot;, # The min value of the sum of non-seasonal p and q.
35083515
&quot;batchSize&quot;: &quot;A String&quot;, # Batch size for dnn models.
35093516
&quot;boosterType&quot;: &quot;A String&quot;, # Booster type for boosted tree models.
35103517
&quot;calculatePValues&quot;: True or False, # Whether or not p-value test should be computed for this model. Only available for linear and logistic regression models.
@@ -3815,7 +3822,8 @@ <h3>Method Details</h3>
38153822
&quot;trainingOptions&quot;: { # Options used in model training. # Output only. Options that were used for this training run, includes user specified and default options that were used.
38163823
&quot;adjustStepChanges&quot;: True or False, # If true, detect step changes and make data adjustment in the input time series.
38173824
&quot;autoArima&quot;: True or False, # Whether to enable auto ARIMA or not.
3818-
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of non-seasonal p and q.
3825+
&quot;autoArimaMaxOrder&quot;: &quot;A String&quot;, # The max value of the sum of non-seasonal p and q.
3826+
&quot;autoArimaMinOrder&quot;: &quot;A String&quot;, # The min value of the sum of non-seasonal p and q.
38193827
&quot;batchSize&quot;: &quot;A String&quot;, # Batch size for dnn models.
38203828
&quot;boosterType&quot;: &quot;A String&quot;, # Booster type for boosted tree models.
38213829
&quot;calculatePValues&quot;: True or False, # Whether or not p-value test should be computed for this model. Only available for linear and logistic regression models.

googleapiclient/discovery_cache/documents/bigquery.v2.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,7 @@
17101710
}
17111711
}
17121712
},
1713-
"revision": "20230401",
1713+
"revision": "20230408",
17141714
"rootUrl": "https://bigquery.googleapis.com/",
17151715
"schemas": {
17161716
"AggregateClassificationMetrics": {
@@ -6947,7 +6947,12 @@
69476947
"type": "boolean"
69486948
},
69496949
"autoArimaMaxOrder": {
6950-
"description": "The max value of non-seasonal p and q.",
6950+
"description": "The max value of the sum of non-seasonal p and q.",
6951+
"format": "int64",
6952+
"type": "string"
6953+
},
6954+
"autoArimaMinOrder": {
6955+
"description": "The min value of the sum of non-seasonal p and q.",
69516956
"format": "int64",
69526957
"type": "string"
69536958
},

0 commit comments

Comments
 (0)