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