Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ray-project/ray
/ options
Method
options
python/ray/dag/class_node.py:132–134 ·
view source on GitHub ↗
(self, **options)
Source
from the content-addressed store, hash-verified
130
return
self.__getattribute__(attr)
131
132
def
options(self, **options):
133
self._options = options
134
return
self
135
136
137
class
_ClassMethodOutput:
Callers
15
__init__
Method · 0.45
to_pandas_refs
Method · 0.45
to_numpy_refs
Method · 0.45
to_arrow_refs
Method · 0.45
_block_num_rows
Method · 0.45
from_pandas_refs
Function · 0.45
from_numpy_refs
Function · 0.45
from_arrow_refs
Function · 0.45
_fetch_metadata_parallel
Function · 0.45
load_checkpoint
Method · 0.45
_clean_pending_checkpoints
Method · 0.45
test_random_shuffle_spread
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_random_shuffle_spread
Function · 0.36
_make_setup_actor
Method · 0.36
test_actor_init_succeeds
Method · 0.36
test_setup_root_returns_rank_and_address
Method · 0.36
test_finish_and_extract_succeeds_after_inserts
Method · 0.36
_collect_partitions
Method · 0.36
_actor_with_data
Method · 0.36
test_roundtrip_multiple_batches_no_rows_lost
Method · 0.36
_create_actor_fn
Method · 0.36
create_actor_fn
Function · 0.36
test_actor_pool_map_operator_num_active_tasks_and_completed
Function · 0.36
test_avoid_placement_group_capture
Function · 0.36