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

    Type Alias RTAExecutableArtifact

    RTAExecutableArtifact: {
        description?: string;
        kind?: string;
        labels?: RTAArtifactLabelList;
        name: string;
    } & Record<string, any>

    Input or output artifact

    Type Declaration

    • Optionaldescription?: string

      Description of the signature argument Max Length: 5000.

    • Optionalkind?: string

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

    • Optionallabels?: RTAArtifactLabelList
    • name: string

      Name of the signature argument

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