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

    Type Alias AiScenario

    AiScenario: {
        createdAt: string;
        description?: string;
        id: AiScenarioId;
        labels?: AiScenarioLabelList;
        modifiedAt: string;
        name: string;
    } & Record<string, any>

    An ML Scenario consists of a number of executables. E.g., there can be one or several training executables, an inference (deployment) executable. An ML Scenario is versioned.

    Type Declaration

    • createdAt: string

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

    • Optionaldescription?: string

      Description of the scenario Max Length: 5000.

    • id: AiScenarioId
    • Optionallabels?: AiScenarioLabelList
    • modifiedAt: string

      Timestamp of latest resource modification Format: "date-time".

    • name: string

      Name of the scenario Max Length: 256.

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