Skip to content

Commit bfd53bc

Browse files
authored
update default model_access_mode (opensearch-project#1594)
Signed-off-by: Kalyan <[email protected]>
1 parent 9f438d3 commit bfd53bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/model_access_control.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following table lists the available request fields.
7777
|:------------------------|:----------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
7878
| `name` | String | The model group name. Required. |
7979
| `description` | String | The model group description. Optional. |
80-
| `model_access_mode` | String | The access mode for this model. Valid values are `public`, `private`, and `restricted`. When this parameter is set to `restricted`, user must specify either `backend_roles` or `add_all_backend_roles`, but not both. Optional. Default is `restricted`. |
80+
| `model_access_mode` | String | The access mode for this model. Valid values are `public`, `private`, and `restricted`. When this parameter is set to `restricted`, user must specify either `backend_roles` or `add_all_backend_roles`, but not both. Optional. Default is `private`. |
8181
| `backend_roles` | Array | A list of the model owner's backend roles to add to the model. Required only if the `model_access_mode` is `restricted`. Cannot be specified at the same time as `add_all_backend_roles`. Optional. |
8282
| `add_all_backend_roles` | Boolean | If `true`, all backend roles of the model owner are added to the model group. Default is `false`. Cannot be specified at the same time as `backend_roles`. Admin users cannot set this parameter to `true`. Optional. |
8383

0 commit comments

Comments
 (0)