Skip to content

Data operations api

D3M bot requested to merge data_operations_api into master

First pass at an API to support transient TA2 modifications of datasets. TA3 systems are free to modify and persist data themselves, passing the URI to the updated dataset as part of the PipelineCreate call. However, TA3 systems wishing to avoid this persistence step can pass the URI of the unmodified data to TA2, and request modifications through the operations provided by the data modification API.

Edited by D3M bot

Merge request reports