Skip to content

Commit f7a3da0

Browse files
authored
testing: update BQML training option (#1943)
This updates tests to use `max_iterations` rather than `max_iteration` which was an alpha option. Related: b/344469351
1 parent 9fbad76 commit f7a3da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def model_id(client: bigquery.Client, dataset_id: str) -> str:
162162
CREATE MODEL `{}`
163163
OPTIONS (
164164
model_type='linear_reg',
165-
max_iteration=1,
165+
max_iterations=1,
166166
learn_rate=0.4,
167167
learn_rate_strategy='constant'
168168
) AS (

0 commit comments

Comments
 (0)