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

    Type Alias AiModelList

    AiModelList: { count: number; resources: AiModelBaseData[] } & Record<
        string,
        any,
    >

    Representation of the 'AiModelList' schema.

    Type Declaration

    • count: number

      Number of the resource instances in the list

    • resources: AiModelBaseData[]