Skip to content

Class: MetricCollector

Describes a module collecting/gathering multiple metrics and generating (potentially single) aggregated files collecting these metrics.

URI: omni_schema:MetricCollector

classDiagram class MetricCollector click MetricCollector href "../MetricCollector" IdentifiableEntity <|-- MetricCollector click IdentifiableEntity href "../IdentifiableEntity" MetricCollector : description MetricCollector : id MetricCollector : inputs MetricCollector --> "*" IOFile : inputs click IOFile href "../IOFile" MetricCollector : name MetricCollector : outputs MetricCollector --> "*" IOFile : outputs click IOFile href "../IOFile" MetricCollector : repository MetricCollector --> "1" Repository : repository click Repository href "../Repository" MetricCollector : software_environment MetricCollector --> "1" SoftwareEnvironment : software_environment click SoftwareEnvironment href "../SoftwareEnvironment"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
software_environment 1
SoftwareEnvironment
Reference to a software environment by key direct
repository 1
Repository
The code repository hosting the module direct
inputs *
IOFile
direct
outputs *
IOFile
direct
id 1
Uriorcurie
A unique identifier for a thing IdentifiableEntity
name 0..1
String
A human-readable name for a thing IdentifiableEntity
description 0..1
String
A human-readable description for a thing IdentifiableEntity

Usages

used by used in type used
Benchmark metric_collectors range MetricCollector

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/omnibenchmark/omni-schema

Mappings

Mapping Type Mapped Value
self omni_schema:MetricCollector
native omni_schema:MetricCollector

LinkML Source

Direct

name: MetricCollector
description: Describes a module collecting/gathering multiple metrics and generating
  (potentially single) aggregated files collecting these metrics.
from_schema: https://w3id.org/omnibenchmark/omni-schema
is_a: IdentifiableEntity
slots:
- software_environment
- repository
- inputs
- outputs
slot_usage:
  inputs:
    name: inputs
    range: IOFile
    multivalued: true
    inlined: true
    inlined_as_list: true

Induced

name: MetricCollector
description: Describes a module collecting/gathering multiple metrics and generating
  (potentially single) aggregated files collecting these metrics.
from_schema: https://w3id.org/omnibenchmark/omni-schema
is_a: IdentifiableEntity
slot_usage:
  inputs:
    name: inputs
    range: IOFile
    multivalued: true
    inlined: true
    inlined_as_list: true
attributes:
  software_environment:
    name: software_environment
    description: Reference to a software environment by key.
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    alias: software_environment
    owner: MetricCollector
    domain_of:
    - Module
    - MetricCollector
    range: SoftwareEnvironment
    required: true
  repository:
    name: repository
    description: The code repository hosting the module.
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    alias: repository
    owner: MetricCollector
    domain_of:
    - Module
    - MetricCollector
    range: Repository
    required: true
  inputs:
    name: inputs
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    alias: inputs
    owner: MetricCollector
    domain_of:
    - Stage
    - MetricCollector
    range: IOFile
    multivalued: true
    inlined: true
    inlined_as_list: true
  outputs:
    name: outputs
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    alias: outputs
    owner: MetricCollector
    domain_of:
    - Stage
    - MetricCollector
    range: IOFile
    multivalued: true
    inlined: true
    inlined_as_list: true
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: MetricCollector
    domain_of:
    - IdentifiableEntity
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: MetricCollector
    domain_of:
    - IdentifiableEntity
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/omnibenchmark/omni-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: MetricCollector
    domain_of:
    - IdentifiableEntity
    range: string