Algorithm that can be deployed to a model.
| KEY | TYPE | Description |
|---|---|---|
| trainedModelTypes | List[dict] | List of trained model types. |
| onlyOfflineDeployable | bool | Whether the algorithm can only be deployed offline. |
| name | str | Name of the algorithm. |
| algorithm | str | ID of the algorithm. |