Skip to content
Snippets Groups Projects
Commit c32b2cea authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

Apply 2 suggestion(s) to 1 file(s)

parent eb065229
No related branches found
No related tags found
1 merge request!471Update model_usage to an enum
Pipeline #147950 passed
This commit is part of merge request !471. Comments created here will be created in the context of that merge request.
...@@ -83,13 +83,13 @@ include: ...@@ -83,13 +83,13 @@ include:
: Whether or not this worker requires a model version to run. Defaults to `disabled`. May take one of the following values: : Whether or not this worker requires a model version to run. Defaults to `disabled`. May take one of the following values:
`required` `required`
: This worker requires a model version, and will only be run on processes whose model is defined. : This worker requires a model version, and will only be run on processes with a model.
`supported` `supported`
: This worker supports a model version, but may run on any processes, including those without model. : This worker supports a model version, but may run on any processes, including those without model.
`disabled` `disabled`
: This worker does not support model version. It may run on processe that has a model, but it will ignore it. : This worker does not support model version. It may run on a process that has a model, but it will ignore it.
`docker` `docker`
: Regroups Docker-related configuration attributes: : Regroups Docker-related configuration attributes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment