Skip to main content

pb.deployments.get

pb.deployments.get

Fetch a deployment by name

Parameters:

   deployment_ref: str
String containing the name of the dedicated deployment

Returns:

   Deployment

Examples:

Get the specified deployment

deployment = pb.deployment.get("my-mistral-deployment")