RayInterface.put#

RayInterface.put(obj)[source]

Put an object into the Ray object store.

Parameters:

obj (Any) – The object to put into the Ray object store.

Returns:

A reference to the object in the Ray object store.

Return type:

ObjectRef