How many ordered sets there are with k elements such that every element is a subset of $[n]$. so that $\{T_1,T_2,T_3, \dots,T_k\} \subseteq [n]^k$ and $T_1 \cap T_2 \cap \dots \cap T_k= \emptyset$ and $T_1 \cup T_2 \cup \dots \cup T_k =[n]$.
$[n]=\{1,2,\dots,n\}$
If I understood your question right then this number is exactly the number of all $k$-colorings of the set $[n]$, that is maps from $[n]$ to $[k]$, which is, clearly $k^n$.