Skip to content

Commit cc2b8aa

Browse files
committed
improve doc
1 parent 5390f89 commit cc2b8aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/resources/inference_deployment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ resource "scaleway_inference_deployment" "deployment" {
2727
## Argument Reference
2828

2929
- `model_name` - (Required) The model name to use for the deployment. Model names can be found in Console or using Scaleway's CLI (`scw inference model list`)
30-
- `node_type` - (Required) The node type to use for the deployment.
31-
- `name` - (Optional) TThe deployment name.
32-
- `accept_eula` - (Optional) Whether the deployment is accepting eula.
30+
- `node_type` - (Required) The node type to use for the deployment. Node types can be found using Scaleway's CLI (`scw inference node-type list`)
31+
- `name` - (Optional) The deployment name.
32+
- `accept_eula` - (Optional) Some models (e.g Meta Llama) require end-user license agreements. Set `true` to accept.
3333
- `tags` - (Optional) The tags associated with the deployment.
3434
- `min_size` - (Optional) The minimum size of the pool.
3535
- `max_size` - (Optional) The maximum size of the pool.
3636
- `private_endpoint` - (Optional) Configuration of the deployment's private endpoint.
3737
- `private_network_id` - (Optional) The ID of the private network to use.
3838
- `disable_auth` - (Optional) Disable the authentication on the endpoint.
39-
- `public_endpoint` - (Optional) Configuration of the deployment's private endpoint.
39+
- `public_endpoint` - (Optional) Configuration of the deployment's public endpoint.
4040
- `is_enabled` - (Optional) Enable or disable public endpoint.
4141
- `disable_auth` - (Optional) Disable the authentication on the endpoint.
4242

0 commit comments

Comments
 (0)