Skip to main content

Classes

ImpulseApi


METHODS

clone_impulse_complete

Clone impulse (complete) Clones the complete impulse (incl. config and data) of an existing impulse.

clone_impulse_structure

Clone impulse (structure) Clones the complete structure (incl. config) of an impulse. Does not copy data.

create_impulse

Create impulse Sets the impulse for this project. If you specify impulseId then that impulse is created/updated, otherwise the default impulse is created/updated.

create_new_empty_impulse

Create new empty impulse Create a new empty impulse, and return the ID.

delete_impulse

Delete impulse Clears the impulse and all associated blocks for this project. If you specify impulseId then that impulse is cleared, otherwise the default impulse is cleared.

download_detailed_impulses

Download all impulses (incl. metrics), as JSON or CSV. Download all impulse for a project, including accuracy and performance metrics, as JSON or CSV.

get_all_detailed_impulses

Get all impulses (incl. metrics) Retrieve all impulse for a project, including accuracy and performance metrics.

get_all_impulses

Get all impulses Retrieve all impulse for a project

get_all_transfer_learning_models

Get all transfer learning models Retrieve all transfer learning models across all categories

get_impulse

Get impulse Retrieve the impulse for this project. If you specify impulseId then that impulse is returned, otherwise the default impulse is returned.

get_impulse_all

Get impulse including disabled blocks Retrieve the impulse for this project including disabled blocks. If you specify impulseId then that impulse is returned, otherwise the default impulse is returned.

get_impulse_blocks

Get impulse blocks Lists all possible blocks that can be used in the impulse

get_new_block_id

Get new block ID Returns an unused block ID. Use this function to determine new block IDs when you construct an impulse; so you won’t accidentally re-use block IDs.

regenerate_model_testing_summary

Regenerate model testing summary Regenerate model testing results (without re-running feature generation). Use this if thresholds changed (e.g. via setImpulseThresholds), but no job was kicked off automatically.

set_impulse_thresholds

Set thresholds Set thresholds (e.g. min. confidence rating, or min. anomaly score) for an impulse.

update_impulse

Update impulse Update the impulse for this project. If you specify impulseId then that impulse is created/updated, otherwise the default impulse is created/updated.

verify_dsp_block_url

Verify custom DSP block Verify the validity of a custom DSP block