Create Backtest

Creates a backtest.

Path Params
uuid
required
Body Params
string
enum
Defaults to Backtest

The field representing the type of object this resource is. Must be Backtest.

Allowed:
string
required
length between 1 and 80

The title of the backtest.

string | null

The description of the backtest.

string
required

The start of the test period.

string
required

The end of the test period.

fit_start_timing
required

A timing to determine the start of each predict period relative to a fit reference time. offset must be negative and frequency and time_zone must be left unset or set to null.

fit_end_timing
required

A timing to determine the end of each fit period relative to a fit reference time. If a RelativeTiming is used, offset must be negative and frequency and time_zone must be left unset or set to null.

fit_reference_timing
required

A timing to determine the frequency and reference time of each fit.

predict_start_timing
object
required

Relative timing schema for create requests.

predict_end_timing
object
required

Relative timing schema for create requests.

predict_reference_timing
object
required

Cron timing schema for create requests.

uuid
required

The model that this backtest will use.

Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json