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

    Type Alias RTADeployment

    RTADeployment: {
        createdAt: string;
        deploymentUrl?: RTADeploymentUrl;
        executableId: RTAExecutableId;
        id?: RTADeploymentId;
        lastOperation?: "CREATE" | "UPDATE" | "CASCADE-UPDATE" | "DELETE";
        latestRunningTargetId?: RTALatestRunningTargetId;
        modifiedAt: string;
        scenarioId: RTAScenarioId;
        status?:
            | "PENDING"
            | "RUNNING"
            | "COMPLETED"
            | "DEAD"
            | "UNKNOWN"
            | "DELETING";
        statusMessage?: string;
        targetId?: RTATargetId;
        ttl?: RTATtl;
    } & Record<string, any>

    Detailed data about an inference-pipeline deployment

    Type Declaration

    • createdAt: string

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

    • OptionaldeploymentUrl?: RTADeploymentUrl
    • executableId: RTAExecutableId
    • Optionalid?: RTADeploymentId
    • OptionallastOperation?: "CREATE" | "UPDATE" | "CASCADE-UPDATE" | "DELETE"

      Reflection of user's action on deployment. The value will be CREATE after user sends POST - create deployment, UPDATE after user sends PATCH - update deployment, and DELETE after user sends DELETE - delete deployment

    • OptionallatestRunningTargetId?: RTALatestRunningTargetId
    • modifiedAt: string

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

    • scenarioId: RTAScenarioId
    • Optionalstatus?: "PENDING" | "RUNNING" | "COMPLETED" | "DEAD" | "UNKNOWN" | "DELETING"

      Deployment status

    • OptionalstatusMessage?: string

      Deployment status message Max Length: 256.

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

    • OptionaltargetId?: RTATargetId
    • Optionalttl?: RTATtl