SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias TrckMetric

    TrckMetric: {
        labels?: TrckLabelList;
        name: TrckMetricName;
        step?: number;
        timestamp?: TrckTimestamp;
        value: TrckMetricValue;
    } & Record<string, any>

    Key-value metrics, where the value is numeric. Metric can also have optional step and label fields.

    Type Declaration

    • Optionallabels?: TrckLabelList
    • name: TrckMetricName
    • Optionalstep?: number

      step is an optional integer that represents any measurement of training progress (number of training iterations, number of epochs, and so on) for the metric

      2
      

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.

    • Optionaltimestamp?: TrckTimestamp
    • value: TrckMetricValue