informatica.infacore.compute_engine.informatica.local_compute_engine.LocalComputeEngine

class informatica.infacore.compute_engine.informatica.local_compute_engine.LocalComputeEngine(type: str, config: dict)

Bases: ComputeEngine

Represents the compute engine installed locally on the machine where the INFACore library is installed. The compute engine is the runtime environment where data is processed. The compute engine that installs locally is also called the Informatica Secure Agent.

Methods

config()

Returns details of the compute engine installed locally.

get_status()

Fetches the current status of the local compute engine.

setup()

Sets up the compute engine locally.

start()

Starts the local compute engine.

stop()

Stops the local compute engine.