Dataset.update_obj_domains
- Dataset.update_obj_domains(names: List[str] | None = None, flag_only_perfatt: bool = False, **kwargs)[source]
Updates the domains of the data objects in the dataset, when compared to the data contained in the dataset. For Interval domain, this updates the min and max values. While for Option domain, this updates the list of options, array.
- Parameters:
names (list, optional, default=[]) – List of names of data objects to update. If empty, all data objects are updated.
flag_only_perfatt (bool, optional, default=False) – If True, only the performance attributes are updated. Otherwise, all data objects are updated.