add baseline to a model
Adds a baseline to a model
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
A name describing the baseline
The unique identifier for the model associated with the baseline
The type of baseline, indicating whether it is STATIC or ROLLING.
STATIC, ROLLING The environment type for the baseline, indicating whether it applies to production or pre-production environments.
PRODUCTION, PRE_PRODUCTION Required when env_type is PRE_PRODUCTION
Start time in milliseconds from epoch for production data
End time in milliseconds from epoch for production data
x is offset delta for offset=x*window_bin_size
x >= 1Window size to be used for relative baseline
Hour, Day, Week, Month Response
successful baseline creation