informatica.infacore.datasource.datasource.get_compute_engine

informatica.infacore.datasource.datasource.get_compute_engine() ComputeEngine

Fetches the compute engine object, and allows you to manage operations such as to start or stop the engine.

Example

>>> import informatica.infacore as ic
>>> ic.get_compute_engine()
Returns:

Object of class ComputeEngine.

Return type:

ComputeEngine