Class CategoryCount (3.33.0)

CategoryCount(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the count of a single category within the cluster.

Attributes

Name Description
category str
The name of category.
count google.protobuf.wrappers_pb2.Int64Value
The count of training samples matching the category within the cluster.