ray.util.state.common.ObjectSummaries# class ray.util.state.common.ObjectSummaries(summary: Dict[str, ObjectSummaryPerKey], total_objects: int, total_size_mb: float, callsite_enabled: bool, summary_by: str = 'callsite')[source]# summary: Dict[str, ObjectSummaryPerKey]# Group key (actor class name) -> summary total_objects: int# Total number of referenced objects in the cluster. total_size_mb: float# Total size of referenced objects in the cluster in MB. callsite_enabled: bool# Whether or not the callsite collection is enabled.