Model Deployments
Get Deployment Specifications
Fetches deployment specifications for a model version or a HuggingFace model URL.Pagination is available based on query parameters.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Number of items per page
Required range:
1 <= x <= 1000
Example:
10
Number of items to skip
Required range:
x >= 0
Example:
0
FQN of the Model Version
huggingface hub url
workspace id
Huggingface hub token secret
The pipeline tag of the model for which deployment spec is being generated