Skip to content

Target Percentile

Contractual percentile in the SLA. Usually referred to the number of frames the SLA metrics such as availability, latency and jitter can be guaranteed.

URI: gx:TargetPercentile

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

      TargetPercentile : guaranteed




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


      TargetPercentile : metric




    TargetPercentile --> "1" FloatPercentage : metric
    click FloatPercentage href "../FloatPercentage"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
metric 1
FloatPercentage or 
QuantityKind or 
RdfsDatatype
Percentage of frames the SLA metrics can be guaranteed 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 targetPercentile range TargetPercentile

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: TargetPercentile
description: Contractual percentile in the SLA. Usually referred to the number of
  frames the SLA metrics such as availability, latency and jitter can be guaranteed.
title: Target Percentile
from_schema: https://w3id.org/gaia-x/development#qos
is_a: QoSMetric
slot_usage:
  metric:
    name: metric
    description: Percentage of frames the SLA metrics can be guaranteed.
    title: Metric
    range: FloatPercentage
    required: true

Induced

name: TargetPercentile
description: Contractual percentile in the SLA. Usually referred to the number of
  frames the SLA metrics such as availability, latency and jitter can be guaranteed.
title: Target Percentile
from_schema: https://w3id.org/gaia-x/development#qos
is_a: QoSMetric
slot_usage:
  metric:
    name: metric
    description: Percentage of frames the SLA metrics can be guaranteed.
    title: Metric
    range: FloatPercentage
    required: true
attributes:
  metric:
    name: metric
    description: Percentage of frames the SLA metrics can be guaranteed.
    title: Metric
    from_schema: https://w3id.org/gaia-x/development#qos
    alias: metric
    owner: TargetPercentile
    domain_of:
    - QoSMetric
    range: FloatPercentage
    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: TargetPercentile
    domain_of:
    - QoSMetric
    range: FloatPercentage