Skip to content

Latency

Contractual latency defined in the SLA. If not specified, then best effort is assumed.

URI: gx:Latency

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

      Latency : guaranteed




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


      Latency : metric




    Latency --> "1" Time : metric
    click Time href "../Time"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
metric 1
Time or 
QuantityKind or 
RdfsDatatype
Latency expressed as time 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 latency range Latency

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: Latency
description: Contractual latency defined in the SLA. If not specified, then best effort
  is assumed.
title: Latency
from_schema: https://w3id.org/gaia-x/development#qos
is_a: QoSMetric
slot_usage:
  metric:
    name: metric
    description: Latency expressed as time.
    title: Metric
    range: Time
    required: true

Induced

name: Latency
description: Contractual latency defined in the SLA. If not specified, then best effort
  is assumed.
title: Latency
from_schema: https://w3id.org/gaia-x/development#qos
is_a: QoSMetric
slot_usage:
  metric:
    name: metric
    description: Latency expressed as time.
    title: Metric
    range: Time
    required: true
attributes:
  metric:
    name: metric
    description: Latency expressed as time.
    title: Metric
    from_schema: https://w3id.org/gaia-x/development#qos
    alias: metric
    owner: Latency
    domain_of:
    - QoSMetric
    range: Time
    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: Latency
    domain_of:
    - QoSMetric
    range: FloatPercentage