Commit 79918bb
Helin Wang
feat(automl): expose disable_early_stopping option for create_model
Disable early stopping is turned off by default. It's defined in proto
here:
https://github.com/googleapis/google-cloud-python/blob/bfb4da8542981d2eedffe20f64e87ab528a17592/automl/google/cloud/automl_v1beta1/proto/tables.proto#L196
This PR exposes disable_early_stopping option for
TablesClient.create_model.1 parent 0c5405f commit 79918bb
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2109 | 2109 | | |
2110 | 2110 | | |
2111 | 2111 | | |
| 2112 | + | |
2112 | 2113 | | |
2113 | 2114 | | |
2114 | 2115 | | |
| |||
2168 | 2169 | | |
2169 | 2170 | | |
2170 | 2171 | | |
| 2172 | + | |
| 2173 | + | |
| 2174 | + | |
| 2175 | + | |
2171 | 2176 | | |
2172 | 2177 | | |
2173 | 2178 | | |
| |||
2212 | 2217 | | |
2213 | 2218 | | |
2214 | 2219 | | |
| 2220 | + | |
| 2221 | + | |
2215 | 2222 | | |
2216 | 2223 | | |
2217 | 2224 | | |
| |||
0 commit comments