start_time: <integer | str>
(Optional)days
. This can be used to make sure the query only generates labels on data from the last start_time
days. Regardless of this value, all data is used as an input to the model, but this value can help limit what labels are generated.
start_time
needs to be <= 0 or the string format of a timestamp, i.e. ‘2024-04-01’SUM(TRANSACTIONS.AMOUNT, 0, 2, days)
) The unit of this step is the same as the unit in the aggregation.
run_mode | Default Value |
---|---|
FAST | None |
NORMAL | None |
BEST | None |