For some enumeration of the complexity class P (such as this as an example: How does an enumerator for machines for languages work?), for each string in the enumeration, does there exist some other string (certificate) that allows you to verify is a member of the enumeration in poly time? I believe that it might be possible in poly time because all we have to do is check if a string fits some certain format (format of the encoding)?
A decision problem $P$ is poly time verifiable iff there is an algorithm called verifier such that if $P(w)=$ then there is a string $c$ s.t. $(w,c)=$, if $P(w)=$ then for all strings $c$, $(w,c)=$ and V runs in $O(w^{k})$ for some constant $k$ for all inputs $w$.