MCPcopy
hub / github.com/ray-project/ray / context

Method context

python/ray/data/dataset.py:7323–7325  ·  view source on GitHub ↗

Return the DataContext used to create this Dataset.

(self)

Source from the content-addressed store, hash-verified

7321 @property
7322 @DeveloperAPI
7323 def context(self) -> DataContext:
7324 """Return the DataContext used to create this Dataset."""
7325 return self._context
7326
7327 def _aggregate_on(
7328 self, agg_cls: type, on: Optional[Union[str, List[str]]], *args, **kwargs

Calls

no outgoing calls