v1

latestOpenAPI 3.0.32026-07-2659199427.5 KB
Manage deployments

List custom model deployments

Fetch the list of custom model deployments. Pre-trained models are not returned in the response because they are deployed in all available regions.

get/customers/{DEPLOYMENT_ID}/ai/deployments

Request body

GetDeployments required

GET https:/api.lucidworks.com/customers/{CUSTOMER_ID}/ai/deployments

Response

OK

idstring

The identifier for the custom model. The value is the universally unique identified (UUID) that is the primary key for the model.

modelIdstring

The identifier for the deployed custom model. The value is the universally unique identified (UUID) reference the foreign keys for the model.

regionstring

The geographic region specified when the custom model is deployed.

minReplicasinteger

The minimum value of Seldon replicas for the model.

maxReplicasinteger

The maximum value of Seldon replicas for the model.

statestring

This field specifies the current status of the custom model deployment. Value options include:

  • DEPLOYING -The model is in the process of being deployed.

  • DEPLOYED - The model is deployed and available for predictions.

  • DEPLOY_FAILED - The model failed to deploy.

  • DELETING - The model deployment is being deleted. The custom_model_deployment record is also deleted if the deployment is successfully deleted.

  • DELETE_FAILED - The model deployment deletion failed. The model is still deployed and available for predictions.

deployedAtstring date-time

The date and time the deployment occurred.

createdBystring

The user who created the deployment.