Class: EnvironmentVariable

One environment variable assignment exported before executing the workflow task command. Use this for reproducible runtime knobs such as XLA/OMP settings in emitted workflow artefacts.

URI: tvbo:EnvironmentVariable

 classDiagram
    class EnvironmentVariable
    click EnvironmentVariable href "./EnvironmentVariable.html"
      EnvironmentVariable : name
        
          
    
        
        
        EnvironmentVariable --> "1" String : name
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      EnvironmentVariable : value
        
          
    
        
        
        EnvironmentVariable --> "1" String : value
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      

Class Properties

Property Value
Class URI tvbo:EnvironmentVariable

Slots

Name Cardinality and Range Description Inheritance
name 1
xsd:string
Environment variable name (e direct
value 1
xsd:string
Value exported for this variable direct

Usages

used by used in type used
WorkflowEngineConfig env range EnvironmentVariable

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo

Mappings

Mapping Type Mapped Value
self tvbo:EnvironmentVariable
native tvbo:EnvironmentVariable

LinkML Source

Direct

name: EnvironmentVariable
description: One environment variable assignment exported before executing the workflow
  task command. Use this for reproducible runtime knobs such as XLA/OMP settings in
  emitted workflow artefacts.
from_schema: https://w3id.org/tvbo
attributes:
  name:
    name: name
    description: Environment variable name (e.g. XLA_FLAGS).
    from_schema: https://w3id.org/tvbo
    identifier: true
    domain_of:
    - BrainAtlas
    - CommonCoordinateSpace
    - ParcellationEntity
    - StudyLayout
    - StudyTemplate
    - StudyDirectory
    - StudyFile
    - DBSProtocol
    - ClinicalScale
    - ClinicalScore
    - SoftwarePackage
    - SoftwareRequirement
    - SoftwareEnvironment
    - Figure
    - Event
    - Tractogram
    - ResultEntity
    - Activity
    - CachedArray
    - MeasureSpec
    - NamedArray
    - GraphGenerator
    - Binding
    - ProcedureStep
    - File
    - StateValue
    - Observation
    - Dynamics
    - StateVariable
    - Distribution
    - Parameter
    - CouplingInput
    - Argument
    - Function
    - FunctionCall
    - Callable
    - DerivedParameter
    - DerivedVariable
    - DataSource
    - OptimizationStage
    - Exploration
    - Inference
    - Prior
    - Likelihood
    - UpdateRule
    - Algorithm
    - Option
    - BranchSwitch
    - Continuation
    - Coupling
    - EnvironmentVariable
    - SchedulerDirective
    - Reducer
    range: string
    required: true
  value:
    name: value
    description: Value exported for this variable.
    from_schema: https://w3id.org/tvbo
    domain_of:
    - Digest
    - StateValue
    - Parameter
    - Argument
    - Option
    - EnvironmentVariable
    - SchedulerDirective
    - ResultBinding
    range: string
    required: true
class_uri: tvbo:EnvironmentVariable

Induced

name: EnvironmentVariable
description: One environment variable assignment exported before executing the workflow
  task command. Use this for reproducible runtime knobs such as XLA/OMP settings in
  emitted workflow artefacts.
from_schema: https://w3id.org/tvbo
attributes:
  name:
    name: name
    description: Environment variable name (e.g. XLA_FLAGS).
    from_schema: https://w3id.org/tvbo
    identifier: true
    owner: EnvironmentVariable
    domain_of:
    - BrainAtlas
    - CommonCoordinateSpace
    - ParcellationEntity
    - StudyLayout
    - StudyTemplate
    - StudyDirectory
    - StudyFile
    - DBSProtocol
    - ClinicalScale
    - ClinicalScore
    - SoftwarePackage
    - SoftwareRequirement
    - SoftwareEnvironment
    - Figure
    - Event
    - Tractogram
    - ResultEntity
    - Activity
    - CachedArray
    - MeasureSpec
    - NamedArray
    - GraphGenerator
    - Binding
    - ProcedureStep
    - File
    - StateValue
    - Observation
    - Dynamics
    - StateVariable
    - Distribution
    - Parameter
    - CouplingInput
    - Argument
    - Function
    - FunctionCall
    - Callable
    - DerivedParameter
    - DerivedVariable
    - DataSource
    - OptimizationStage
    - Exploration
    - Inference
    - Prior
    - Likelihood
    - UpdateRule
    - Algorithm
    - Option
    - BranchSwitch
    - Continuation
    - Coupling
    - EnvironmentVariable
    - SchedulerDirective
    - Reducer
    range: string
    required: true
  value:
    name: value
    description: Value exported for this variable.
    from_schema: https://w3id.org/tvbo
    owner: EnvironmentVariable
    domain_of:
    - Digest
    - StateValue
    - Parameter
    - Argument
    - Option
    - EnvironmentVariable
    - SchedulerDirective
    - ResultBinding
    range: string
    required: true
class_uri: tvbo:EnvironmentVariable