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

    Type Alias AiVersion

    AiVersion: {
        createdAt: string;
        description?: AiVersionDescription;
        id: AiVersionId;
        modifiedAt: string;
        scenarioId?: AiScenarioId;
    } & Record<string, any>

    Representation of the 'AiVersion' schema.

    Type Declaration

    • createdAt: string

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

    • Optionaldescription?: AiVersionDescription
    • id: AiVersionId
    • modifiedAt: string

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

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

    • OptionalscenarioId?: AiScenarioId