Bulk Update

DataSample.update_to_insight_maker(im , columns, mask=None, value=None)

A function of a DataSample object (returned from searches) to update all documents returned from that search.

Parameters:

Response:

True

Example:

# Search a result set
results = im.search("Hello World", dataset = "documents")

# Update results set with a value
results.update_to_insight_maker(im, "metadata.title", value="Test Python")