All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ray.api.PyActorHandle Maven / Gradle / Ivy

There is a newer version: 2.36.0
Show newest version
package io.ray.api;

/** Handle of a Python actor. */
public interface PyActorHandle extends BaseActorHandle, PyActorCall {

  /** Returns the module name of the Python actor class. */
  String getModuleName();

  /** Returns the name of the Python actor class. */
  String getClassName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy