Path Parameters
Unique identifier generated when the model is deployed.
Body
GET https:/api.lucidworks.com/customers/{CUSTOMER_ID}/ai/deployments
Response
OK
The identifier for the custom model. The value is the universally unique identified (UUID) that is the primary key for the model.
The identifier for the deployed custom model. The value is the universally unique identified (UUID) reference the foreign keys for the model.
The geographic region specified when the custom model is deployed.
The configuration parameters for model deployment passed to the workflow as a raw JSON blob. Multiple parameters can be defined and passed.
The minimum value of Seldon replicas for the model.
x >= 1
The maximum value of Seldon replicas for the model.
x >= 1
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. Thecustom_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.
The date and time the deployment occurred.
The user who created the deployment.