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

    Type Alias TrckMetricResource

    TrckMetricResource: {
        createdAt?: TrckTimestamp;
        customInfo?: TrckCustomInfoObjectList;
        executionId: TrckExecutionId;
        metrics?: TrckMetricList;
        modifiedAt?: TrckTimestamp;
        tags?: TrckTagList;
    } & Record<string, any>

    Collection of various metrics/tags/labels associated against some execution/deployment

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