nv_ingest.framework.orchestration.ray.util package#
Subpackages#
- nv_ingest.framework.orchestration.ray.util.pipeline package
- Submodules
- nv_ingest.framework.orchestration.ray.util.pipeline.pid_controller module
- nv_ingest.framework.orchestration.ray.util.pipeline.pipeline_builders module
- nv_ingest.framework.orchestration.ray.util.pipeline.pipeline_runners module
- nv_ingest.framework.orchestration.ray.util.pipeline.stage_builders module
- nv_ingest.framework.orchestration.ray.util.pipeline.tools module
- Module contents
- nv_ingest.framework.orchestration.ray.util.system_tools package
Submodules#
nv_ingest.framework.orchestration.ray.util.env_config module#
- nv_ingest.framework.orchestration.ray.util.env_config.get_env_var(name: str, default, var_type=None)[source]#
Get environment variable with type conversion and default value.
- Parameters:
name (str) – Environment variable name
default (Any) – Default value if environment variable is not set
var_type (type, optional) – Type to convert to. If None, infers from default value type
- Returns:
Environment variable value converted to the appropriate type
- Return type:
Any