api.catalog.attributes.HumanAttributes#

class datagen.api.catalog.attributes.HumanAttributes(age: Enum, ethnicity: Enum, gender: Enum)#

Each human asset contains the following read-only attributes.

When you call the datagen.api.catalog.humans.get() or datagen.api.catalog.humans.count() functions, you can use these attributes to filter the catalog.

age: Enum#

The age category of the human asset. Uses the Age enum.

ethnicity: Enum#

The ethnicity of the human asset. Uses the Ethnicity enum.

gender: Enum#

The gender of the human asset. Uses the Gender enum.