caikit.core.module_backends.local_backend

This module implements a LOCAL backend configuration

Attributes

log

error

Classes

LocalBackend

Interface for creating configuration setup for backends

Module Contents

caikit.core.module_backends.local_backend.log[source]
caikit.core.module_backends.local_backend.error
class caikit.core.module_backends.local_backend.LocalBackend(config: aconfig.Config | None = None)[source]

Bases: caikit.core.module_backends.base.BackendBase

Interface for creating configuration setup for backends

backend_type = 'LOCAL'

Property storing type of the backend

register_config(config) None[source]

Function to merge configs with existing configurations

start()[source]

Start local backend. This is a no-op function

stop()[source]

Stop local backend. This is a no-op