v1

latestOpenAPI 3.0.32026-07-2659199427.5 KB
Manage deployments

List a model's deployments

Fetch the list of deployments for the specified model.

get/customers/{CUSTOMER_ID}/ai/models/{MODEL_ID}/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. The value is DEPLOYING or DEPLOYED.

deployedAtstring date-time

The date and time the deployment occurred.

createdBystring

The user who created the deployment.