Completeness Score
The completeness score is a mesure of how all memebers of a given class are assigned to the same cluster.
It measures how many similar samples are put together by the clustering algorithm, it if formally defined by this formula:
When all data points are assigned to one cluster, the completeness score is 1.(highest)

And when all data point are assigned their own cluster, the completeness score is 0.(lowest)

Here we can notice how homogeneity score is inversely proportional to the completeness score.
Higher the completeness score, lower the homogeneity score and vice versa.