ray.serve.get_副本_上下文#
- ray.serve.get_replica_context() ReplicaContext [源代码]#
在运行时从副本中返回部署和副本标签。
副本标签唯一标识 Ray Serve 部署中的一个副本。
- 抛出:
RayServeException – 如果不是从 Ray Serve 部署内部调用。
示例
from ray import serve @serve.deployment class MyDeployment: def __init__(self): # Prints "MyDeployment" print(serve.get_replica_context().deployment)
开发者API: 此API可能会在Ray的次要版本之间发生变化。