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

Method schema

python/ray/data/datasource/datasource.py:371–372  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

369 # TODO(justin): We want to remove schema from `ReadTask` later on
370 @property
371 def schema(self) -> Optional["Schema"]:
372 return self._schema
373
374 @property
375 def read_fn(self) -> Callable[[], Iterable[Block]]:

Calls

no outgoing calls