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

    Type Alias AiDeployment

    AiDeployment: {
        completionTime?: string;
        configurationId: AiConfigurationId;
        configurationName?: AiConfigurationName;
        createdAt: string;
        deploymentUrl?: AiDeploymentUrl;
        details?: AiDeploymentDetails;
        executableId?: AiExecutableId;
        id: AiDeploymentId;
        lastOperation?: "CREATE" | "UPDATE" | "DELETE" | "CASCADE-UPDATE" | any;
        latestRunningConfigurationId?: string;
        modifiedAt: string;
        scenarioId?: AiScenarioId;
        startTime?: string;
        status: AiDeploymentStatus;
        statusMessage?: AiDeploymentStatusMessage;
        submissionTime?: string;
        targetStatus?: "RUNNING" | "STOPPED" | "DELETED";
        ttl?: AiDeploymentTimeToLive;
    } & Record<string, any>

    Detailed data about a deployment

    Type Declaration

    • OptionalcompletionTime?: string

      Timestamp of job status changed to COMPLETED/DEAD/STOPPED Format: "date-time".

    • configurationId: AiConfigurationId
    • OptionalconfigurationName?: AiConfigurationName
    • createdAt: string

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

    • OptionaldeploymentUrl?: AiDeploymentUrl
    • Optionaldetails?: AiDeploymentDetails
    • OptionalexecutableId?: AiExecutableId
    • id: AiDeploymentId
    • OptionallastOperation?: "CREATE" | "UPDATE" | "DELETE" | "CASCADE-UPDATE" | any

      Last operation applied to this deployment.

    • OptionallatestRunningConfigurationId?: string

      configurationId that was running before a PATCH operation has modified the configurationId of the deployment. This can be used for a manual rollback in case the new configurationId results in a DEAD deployment

      "aa97b177-9383-4934-8543-0f91a7a0283a"
      Pattern: "^[\\w.-]{4,64}$".
    • modifiedAt: string

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

    • OptionalscenarioId?: AiScenarioId
    • OptionalstartTime?: string

      Timestamp of job status changed to RUNNING Format: "date-time".

    • status: AiDeploymentStatus
    • OptionalstatusMessage?: AiDeploymentStatusMessage
    • OptionalsubmissionTime?: string

      Timestamp of job submitted Format: "date-time".

    • OptionaltargetStatus?: "RUNNING" | "STOPPED" | "DELETED"

      Deployment target status

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

    • Optionalttl?: AiDeploymentTimeToLive