Supervised MLDeploymentsGet DeploymentOn this pagepc.get_deployment pc.get_deployment(name) Get the specified deployment and return as a deployment object.Parameters: name: str Name of deployment to get. Returns: DeploymentExamples:Get an existing deployment. deployment = pc.get_deployment('titanic_deployment')