deploy

Pipeline.deploy(deploy)[source]

Allows a fitted pipeline to be addressable via an HTTP request. See Deployment for details.

Args:
deploy (bool): If True, the deployment of the pipeline

will be triggered.

Raises:

TypeError: If deploy is not of type bool.

KeyError: If an unsupported instance variable is

encountered.

TypeError: If any instance variable is of wrong type.

ValueError: If any instance variable does not match its

possible choices (string) or is out of the expected bounds (numerical).