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 private serverless deployment

Returns:

   Deployment

Examples:

Get the specified deployment

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