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

    Type Alias RTAModelBaseData

    RTAModelBaseData: {
        accessType?: string;
        allowedScenarios?: (
            { executableId: RTAExecutableId; scenarioId: RTAScenarioId } & Record<
                string,
                any,
            >
        )[];
        description: string;
        displayName?: string;
        executableId: RTAExecutableId;
        model: string;
        provider?: string;
        versions: RTAModelVersionList;
    } & Record<string, any>

    Representation of the 'RTAModelBaseData' schema.

    Type Declaration

    • OptionalaccessType?: string

      Access type of the model

    • OptionalallowedScenarios?: (
          { executableId: RTAExecutableId; scenarioId: RTAScenarioId } & Record<
              string,
              any,
          >
      )[]

      List of scenarioId:executuableId pair where the model supported

    • description: string

      Description of the model and its capabilities

    • OptionaldisplayName?: string

      Display name of the model

    • executableId: RTAExecutableId
    • model: string

      Name of the model

    • Optionalprovider?: string

      Provider of the model

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

    • versions: RTAModelVersionList