Post: Reuse Dataset
Allows reuse of an existing dataset from a specified path for a given use case. This is helpful when datasets are already available on the platform and don’t need to be re-uploaded.
Endpoint:
/data_handler/reuse_dataset
Input Parameters:
-
usecaseVersion (integer, optional): Version number of the use case.
Default value: 1
- source_data_path (string, required): File path to the dataset on the system.
- original_filename (string, required): Name of the original file that is being reused.
- usecaseId (string, required): Unique identifier of the use case in which the dataset is to be reused.
Output:
Returns a confirmation message indicating successful association of the existing dataset with the specified use case.