Service
abstraction. The concrete implementation of this abstraction deals with functionality concerning the life-cycle management and tracking of an external service (e.g. process, container, Kubernetes deployment etc.).Service
is the built-in LocalDaemonService
, a service represented by a local daemon process. This extends the base service class with functionality concerning the life-cycle management and tracking of external services implemented as local daemon processes.Service
implementation is the TensorboardService
. It enables visualizing TensorBoard logs easily by managing a local TensorBoard server.TensorboardVisualizer
to visualize Tensorboard logs.