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

    Type Alias PipelineDocumentResponse

    PipelineDocumentResponse: {
        absoluteUrl?: string | null;
        createdTimestamp?: string;
        downloadLocation?: string | null;
        id?: string;
        lastUpdatedTimestamp?: string;
        metadataId?: string | null;
        status?: DocumentStatus;
        title?: string | null;
        viewLocation?: string | null;
    } & Record<string, any>

    Representation of the 'PipelineDocumentResponse' schema.

    Type Declaration

    • OptionalabsoluteUrl?: string | null
    • OptionalcreatedTimestamp?: string
      "2024-02-15T12:45:00Z"
      
    • OptionaldownloadLocation?: string | null
      "location"
      
    • Optionalid?: string
      "uuid"
      
    • OptionallastUpdatedTimestamp?: string
      "2024-02-15T12:45:00Z"
      
    • OptionalmetadataId?: string | null
    • Optionalstatus?: DocumentStatus
    • Optionaltitle?: string | null
    • OptionalviewLocation?: string | null
      "location"
      

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