Skip to content

Throughput

Metric for throughput.

URI: gx:Throughput

 classDiagram
    class Throughput
    click Throughput href "../Throughput"
      QoSMetric <|-- Throughput
        click QoSMetric href "../QoSMetric"

      Throughput : guaranteed




    Throughput --> "0..1" FloatPercentage : guaranteed
    click FloatPercentage href "../FloatPercentage"


      Throughput : metric




    Throughput --> "1" DataRate : metric
    click DataRate href "../DataRate"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
metric 1
DataRate or 
QuantityKind or 
RdfsDatatype
Throughput expressed as a data-rate QoSMetric
guaranteed 0..1
FloatPercentage
Minimum percentage of time where a performance-level is guaranteed to be met QoSMetric

Usages

used by used in type used
QoS throughput range Throughput

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#qos

LinkML Source

Direct

name: Throughput
description: Metric for throughput.
title: Throughput
from_schema: https://w3id.org/gaia-x/development#qos
is_a: QoSMetric
slot_usage:
  metric:
    name: metric
    description: Throughput expressed as a data-rate.
    title: Metric
    range: DataRate
    required: true

Induced

name: Throughput
description: Metric for throughput.
title: Throughput
from_schema: https://w3id.org/gaia-x/development#qos
is_a: QoSMetric
slot_usage:
  metric:
    name: metric
    description: Throughput expressed as a data-rate.
    title: Metric
    range: DataRate
    required: true
attributes:
  metric:
    name: metric
    description: Throughput expressed as a data-rate.
    title: Metric
    from_schema: https://w3id.org/gaia-x/development#qos
    alias: metric
    owner: Throughput
    domain_of:
    - QoSMetric
    range: DataRate
    required: true
    any_of:
    - range: QuantityKind
    - range: RdfsDatatype
  guaranteed:
    name: guaranteed
    description: Minimum percentage of time where a performance-level is guaranteed
      to be met.
    title: Guaranteed
    from_schema: https://w3id.org/gaia-x/development#qos
    rank: 1000
    alias: guaranteed
    owner: Throughput
    domain_of:
    - QoSMetric
    range: FloatPercentage