Type Alias BatchPredictionSchedulePatch

BatchPredictionSchedulePatch: {
    op: "replace";
    path:
        | "/startDateTime"
        | "/endDateTime"
        | "/timezone"
        | "/recurrence"
        | "/applyDatasetChangeOnly";
    value: AnyType;
}[]

Type declaration

  • op: "replace"

    All patch requests use the replace operation

  • path:
        | "/startDateTime"
        | "/endDateTime"
        | "/timezone"
        | "/recurrence"
        | "/applyDatasetChangeOnly"

    Path for the property you want to update

  • value: AnyType

    Use for fields that can be any type (string, number, etc.)