deploy¶
- Pipeline.deploy(deploy: bool) None [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.
- deploy (bool): If
Allows a fitted pipeline to be addressable via an HTTP request. See Deployment for details.
True
, the deployment of the pipelinewill be triggered.