Hugging Face · Arazzo Workflow
Hugging Face Deploy Inference Endpoint and Wait
Version 1.0.0
Create a dedicated Inference Endpoint, then poll its status until it is running.
Provider
Workflows
deploy-inference-endpoint
Create a dedicated Inference Endpoint and wait until it is running.
Provisions a new Inference Endpoint for a model and polls its status until it reports the running state, returning the inference URL.
1
createEndpoint
createEndpoint
Create a new dedicated Inference Endpoint for the model. A 201 returns the endpoint record; a 409 means an endpoint with this name already exists.
2
pollStatus
getEndpoint
Poll the endpoint status. While the state is pending or initializing the step loops back to itself; once the state is running it proceeds to the end of the workflow.