ray.experimental.state.common.ObjectSummaries
ray.experimental.state.common.ObjectSummaries#
- class ray.experimental.state.common.ObjectSummaries(summary: Dict[str, ray.experimental.state.common.ObjectSummaryPerKey], total_objects: int, total_size_mb: float, callsite_enabled: bool, summary_by: str = 'callsite')[source]#
Bases:
object
- summary: Dict[str, ray.experimental.state.common.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.