ray.experimental.TensorTransportManager.extract_tensor_transport_metadata#

abstract TensorTransportManager.extract_tensor_transport_metadata(obj_id: str, rdt_object: List[Any]) TensorTransportMetadata[source]#

Extract the tensor transport metadata from the RDT object. This is called on the source actor once the actor task creates the result tensors.

Parameters:
  • obj_id – The ID of the RDT object to extract the tensor transport metadata from.

  • rdt_object – The RDT object to extract the tensor transport metadata from.

Returns:

The tensor transport metadata.

Return type:

TensorTransportMetadata