ray.serve.schema.ServeActorDetails# class ray.serve.schema.ServeActorDetails[source]# Detailed info about a Ray Serve actor. node_id# ID of the node that the actor is running on. Type: str | None node_ip# IP address of the node that the actor is running on. Type: str | None actor_id# Actor ID. Type: str | None actor_name# Actor name. Type: str | None worker_id# Worker ID. Type: str | None log_file_path# The relative path to the Serve actor’s log file from the ray logs directory. Type: str | None