Suppose I have an unknown number of balls ($N$), each of a different color, hidden in a bag.
How many times must I draw a single ball, make a note the color and return it to the bag in order to be sure (within a given tolerance of $t\%$) that I have seen all the colors?
For example there might be four colors and in order to be $99\%$ sure that there are indeed four I might have to sample, say ten times. Can this be generalised and expressed in terms of $N$ and $t$?
This is very closely related to the coupon collector's problem, which in your terms, asks for the expected number of draws from the bag before you have seen every color. Just based on that, you can use Markov inequality to get a very crude, but at least valid, answer to your question. And unless $t$ is very close to $1$, the answer you get shouldn't be all that bad, at least in terms of asymptotics. But if you investigate the coupon collector problem and literature on it, you should be able to find more precise answers to your question (although they might not be exact; it seems like an exact answer to your question for any $N,t$, instead of approximate answer, might be too challenging).