cURL
curl --request GET \ --url https:/api.lucidworks.com/customers/{CUSTOMER_ID}/ai/models/{MODEL_ID}/deployments \ --header 'Content-Type: application/json' \ --data '{}'
[ { "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>" } ]
Returns a list of custom model deployments.
Unique identifier derived from confidential client information.
Unique identifier for the model.
GET https://api.lucidworks.com/customers/{CUSTOMER_ID}/ai/models/{MODEL_ID}/deployments
OK
The response is of type responseGetModelIdDeployments · object[].
responseGetModelIdDeployments · object[]
Was this page helpful?