v1

latestOpenAPI 3.0.32026-07-2659199427.5 KB
Manage deployments

Deploy a custom model

Deploy a custom model.

post/customers/{DEPLOYMENT_ID}/ai/deployments

Request body

modelIdstring

The identifier for the custom model being deployed. 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.

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 custom model being deployed. 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.

deployedAtstring date-time

The date and time the deployment occurred.

createdBystring

The user who created the deployment.