Skip to content

Commit e437c85

Browse files
committed
Rename failIfUnsupportedType to failIfUnsupported
1 parent 8698c37 commit e437c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/ROOT/pages/model-catalog/store.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Currently, we only support xref:machine-learning/training-methods/logistic-regre
4141
----
4242
CALL gds.alpha.model.store(
4343
modelName: String,
44-
failIfUnsupportedType: Boolean
44+
failIfUnsupported: Boolean
4545
)
4646
YIELD
4747
modelName: String,
@@ -53,7 +53,7 @@ YIELD
5353
|===
5454
| Name | Type | Default | Optional | Description
5555
| modelName | String | n/a | no | The name of a model.
56-
| failIfUnsupportedType | Boolean | true | yes | By default, the library will raise an error when trying to store a non-supported model. When set to `false`, the procedure returns an empty result.
56+
| failIfUnsupported | Boolean | true | yes | By default, the library will raise an error when trying to store a non-supported model. When set to `false`, the procedure returns an empty result.
5757
|===
5858

5959
.Results

0 commit comments

Comments
 (0)