monai.deploy.core.AppContext#

class monai.deploy.core.AppContext(args, runtime_env=None)[source]#

Bases: object

A class to store the context of an application.

Methods

__init__(args[, runtime_env])

update(args)

Update the context with new args and runtime_env.

update(args)[source]#

Update the context with new args and runtime_env.