List model deployments
Returns a list of all deployments for a model.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Name of the model
Response
The date and time when the resource was created
The user or service account who created the resource
The date and time when the resource was updated
The user or service account who updated the resource
If false, the model deployment will not be active nor serve requests
The name of the environment in which the model deployment is deployed
The hardware flavor(s) on which this model deployment can run. This should be a subset of the flavors allowed by the environment policies, and should not mix GPU and non-GPU flavors.
The integration connections for the model deployment
Labels
The port to serve the metrics on
The name of the parent model
The reference for the origin of the model
The pod template for the deployment. Should be a Kubernetes PodTemplateSpec
The policies that are attached to the model deployment directly
Configurations that describe which model is being served and how it is served
The configuration for scaling the model deployment
The port to serve the model on
The workspace the model deployment belongs to