monai.deploy.core.RuntimeEnv#

class monai.deploy.core.RuntimeEnv(defaults=None)[source]#

Bases: ABC

Class responsible for managing run time settings.

The expected variables can be set via the host env vars which override the default values in the internal dictionary. Selective overriding of variables can be done by passing a dictionary to the constructor, which should have the same structure as the internal dictionary.

Methods

__init__([defaults])

Attributes

ENV_DEFAULT

input

model

output

triton_server_netloc

workdir