ray.serve.schema.DeploymentDetails#
- class ray.serve.schema.DeploymentDetails(*, name: str, status: DeploymentStatus, status_trigger: DeploymentStatusTrigger, message: str, deployment_config: DeploymentSchema, target_num_replicas: NonNegativeInt, replicas: List[ReplicaDetails])[源代码]#
基类:
BaseModel
关于 Serve 应用程序中部署的详细信息。
方法
通过解析和验证来自关键字参数的输入数据来创建一个新模型。
从受信任或预验证的数据中创建一个新的模型设置 __dict__ 和 __fields_set__。
复制一个模型,可以选择性地包含、排除和更改哪些字段。
生成模型的字典表示,可以选择性地指定要包含或排除的字段。
生成模型的 JSON 表示,
include
和exclude
参数按照dict()
的方式处理。尝试根据此模型、globalns 和 localns 更新字段上的 ForwardRefs。
属性