ray.serve.schema.ServeActorDetails#
- class ray.serve.schema.ServeActorDetails[source]#
Detailed info about a Ray Serve actor.
- node_instance_id#
Cloud provider instance id of the node that the actor is running on.
- Type:
str | None
- log_file_path#
The relative path to the Serve actor’s log file from the ray logs directory.
- Type:
str | None
- model_config: ClassVar[ConfigDict] = {'frozen': True}#
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].