Kitaru

RuntimeSnapshot

Resolved runtime information for status-style output.

Attributes

attributesdk_versionstr
attributeconnectionstr
attributeconnection_targetstr
attributeconfig_directorystr
attributeserver_urlstr | None
= None
attributeactive_userstr | None
= None
attributeproject_overridestr | None
= None
attributeactive_stackstr | None
= None
attributerepository_rootstr | None
= None
attributeserver_versionstr | None
= None
attributeserver_databasestr | None
= None
attributeserver_deployment_typestr | None
= None
attributelocal_server_statusstr | None
= None
attributewarningstr | None
= None
attributelog_store_statusstr | None
= None
attributelog_store_warningstr | None
= None
attributeenvironmentlist[ActiveEnvironmentVariable]
= field(default_factory=list)
attributekitaru_global_config_pathstr | None
= None
attributezenml_global_config_pathstr | None
= None
attributelocal_stores_pathstr | None
= None
attributerepository_config_pathstr | None
= None
attributeuses_repo_local_configbool
= False
attributeconnection_sourcesdict[str, str] | None
= None
attributeactive_projectstr | None
= None
attributepython_versionstr | None
= None
attributesystem_infodict[str, str] | None
= None
attributeenvironment_typestr | None
= None
attributezenml_versionstr | None
= None
attributepackagesdict[str, str] | None
= None

Functions

func__init__(self, sdk_version, connection, connection_target, config_directory, server_url=None, active_user=None, project_override=None, active_stack=None, repository_root=None, server_version=None, server_database=None, server_deployment_type=None, local_server_status=None, warning=None, log_store_status=None, log_store_warning=None, environment=list(), kitaru_global_config_path=None, zenml_global_config_path=None, local_stores_path=None, repository_config_path=None, uses_repo_local_config=False, connection_sources=None, active_project=None, python_version=None, system_info=None, environment_type=None, zenml_version=None, packages=None) -> None
paramself
paramsdk_versionstr
paramconnectionstr
paramconnection_targetstr
paramconfig_directorystr
paramserver_urlstr | None
= None
paramactive_userstr | None
= None
paramproject_overridestr | None
= None
paramactive_stackstr | None
= None
paramrepository_rootstr | None
= None
paramserver_versionstr | None
= None
paramserver_databasestr | None
= None
paramserver_deployment_typestr | None
= None
paramlocal_server_statusstr | None
= None
paramwarningstr | None
= None
paramlog_store_statusstr | None
= None
paramlog_store_warningstr | None
= None
paramenvironmentlist[ActiveEnvironmentVariable]
= list()
paramkitaru_global_config_pathstr | None
= None
paramzenml_global_config_pathstr | None
= None
paramlocal_stores_pathstr | None
= None
paramrepository_config_pathstr | None
= None
paramuses_repo_local_configbool
= False
paramconnection_sourcesdict[str, str] | None
= None
paramactive_projectstr | None
= None
parampython_versionstr | None
= None
paramsystem_infodict[str, str] | None
= None
paramenvironment_typestr | None
= None
paramzenml_versionstr | None
= None
parampackagesdict[str, str] | None
= None

Returns

None

On this page