Skip to main content

pc.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:

   Deployment

Examples:

Get an existing deployment.

    deployment = pc.get_deployment('titanic_deployment')