pydo.dedicated_inferences.get()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.dedicated_inferences.get(
dedicated_inference_id="6b5c619c-359c-44ca-87e2-47e98170c01d",
)Description
Retrieve an existing Dedicated Inference by ID. Send a GET request to
/v2/dedicated-inferences/{dedicated_inference_id}. The status in the response
is one of active, new, provisioning, updating, deleting, or error.
Parameters
dedicated_inference_idstring requiredA unique identifier for a Dedicated Inference instance.
Response Example
More Information
See /v2/dedicated-inferences/{dedicated_inference_id} in the API reference for additional detail on responses, headers, parameters, and more.