cURL
curl --request POST \ --url https:/api.lucidworks.com/customers/{DEPLOYMENT_ID}/ai/deployments \ --header 'Content-Type: application/json' \ --data '{ "modelId": "<string>", "region": "<string>", "minReplicas": 1, "maxReplicas": 1, "config": { "parameter_1": "<string>", "parameter_2": "<string>" } }'
{ "id": "<string>", "modelId": "<string>", "region": "<string>", "config": { "parameter_1": "<string>", "parameter_2": "<string>" }, "minReplicas": 1, "maxReplicas": 1, "state": "<string>", "deployedAt": "2023-11-07T05:31:56Z", "createdBy": "<string>" }
Deploys a custom model.
Unique identifier generated when the model is deployed.
POST https://api.lucidworks.com/customers/{CUSTOMER_ID}/ai/deployments
OK
The response is of type object.
object
Was this page helpful?