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

    Type Alias AiExecutionScheduleCreationData

    AiExecutionScheduleCreationData: {
        configurationId: AiConfigurationId;
        cron: AiCron;
        end?: string;
        name: string;
        start?: string;
    } & Record<string, any>

    Start and end an execution schedule.

    Type Declaration

    • configurationId: AiConfigurationId
    • cron: AiCron
    • Optionalend?: string

      Timestamp, defining when the executions should stop running Format: "date-time".

    • name: string

      Name of the execution schedule Max Length: 256.

    • Optionalstart?: string

      Timestamp, defining when the executions should start running periodically, defaults to now Format: "date-time".

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