Deployments
- 18 Jan 2022
- 1 Minute to read
- Print
- DarkLight
Deployments
- Updated on 18 Jan 2022
- 1 Minute to read
- Print
- DarkLight
Article Summary
The Deployments tab enables you to deploy a model, which can then be accessed using the Explorium API. Model deployment publishes a closed version of the model, as well as creates an endpoint and static version of the model. Deploying a closed version of the model enables you to easily use the model in production, without being concerned about changes being made to the data or to the model itself.
To deploy a model:
- Select the Deployments tab. Before any models have been deployed, the window appears empty.
- Click + Create a new endpoint button to create a new deployment endpoint.
Note: You have to pick at least one favorite model from the Engine page in order to create a deployment. - Select the model to be deployed in the Deployed Models drop-down list. This list shows all the models that have been started in the engine.
- Click the tick button
to save (deploy) the selected model. The deploy action saves an endpoint and closed version of the model.
To copy an endpoint:
- Click the Copy icon to the right of the Endpoint field that you want to copy. A confirmation message displays, indicating that the endpoint has been copied to the clipboard.
- To copy the endpoint usage example, click
under the Deployed models, and copy to the clipboard.
To get an API key:
- Click the Get API key button. A confirmation message displays, indicating that the API key has been copied to the clipboard.