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

    Type Alias RTAArtifact

    RTAArtifact: {
        createdAt: string;
        executionId: RTAExecutionId;
        kind: "model" | "dataset" | "resultset" | "other";
        labels?: RTALabelList;
        name: string;
        signature?: RTAArtifactSignature;
        url: RTAArtifactUrl;
    } & Record<string, any>

    Entity having labels

    Type Declaration

    • createdAt: string

      Timestamp of resource creation Format: "date-time".

    • executionId: RTAExecutionId
    • kind: "model" | "dataset" | "resultset" | "other"

      Kind of the artifact, i.e. model or dataset

    • Optionallabels?: RTALabelList
    • name: string

      Name of the artifact; this is used for dependent pipelines to resolve an artifact Max Length: 256.

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

    • Optionalsignature?: RTAArtifactSignature
    • url: RTAArtifactUrl