Dataset.get_data_objects_by_name
- Dataset.get_data_objects_by_name(names: List[str]) List[DataObject][source]
- Finds and returns data objects with the specified name(s) in the given dataset. - Parameters:- namesList[str]
- List of names of data objects. 
 - Returns:- List[DataObject]
- List with all matching data objects.