◆ PropertyMetaData() [1/3]
| fiftyone.pipeline.core.data.AccessiblePropertyMetaData.PropertyMetaData.PropertyMetaData | ( | String | name, |
| String | type, | ||
| String | category, | ||
| List< PropertyMetaData > | itemProperties | ||
| ) |
Construct a new instance of PropertyMetaData.
- Parameters
-
- name - the name of the property
- type - the data type which values of the property have
- category - the category the property belongs to
- itemProperties - list of sub-properties contained within the property
