informatica.infacore.compute_engine.informatica.local_compute_engine.LocalComputeEngine.start

LocalComputeEngine.start()

Starts the local compute engine.

Example

>>> import informatica.infacore as ic
>>> local_ce = ic.get_compute_engine()
>>> local_ce.start()