limit dataset items
Is there any way to limit the amount of items in a dataset? besides the obvious, kind of like limit param
4 Replies
Hi @Yordan , I don't understand, why is limit parameter not enough? Can you describe your use-case?
afraid-scarletOP•17mo ago
Hi, is there a limit param?!
I dont see it in the docs
I need to stop saving results once a certain amound of data has been collected
Hi @Yordan I am sorry there currently does not seem to be a way how to limit the run for specific amount of results if it is not implemented by the Actor itself.
@Yordan This is actually currently available on pay-per-result Actors.
afraid-scarletOP•16mo ago
got it
I actually just count the items on the dataset before adding
it works...