SDK v2DeploymentsGet DeploymentOn this pagepb.deployments.get pb.deployments.get Fetch a deployment by nameParameters: deployment_ref: str String containing the name of the private serverless deployment Returns: DeploymentExamples:Get the specified deploymentdeployment = pb.deployments.get("my-mistral-deployment")