配置端点

graphdatascience.procedure_surface.api.system_endpoints.SystemEndpoints
抽象 list_progress(job_id: str | None = None, show_completed: bool = False) list[ProgressResult]

列出作业的进度。

参数:
  • job_id (str | None) – 计算任务的标识符。

  • show_completed (bool) – 是否包含已完成的作业,默认 False

返回:

请求的作业的进度。

返回类型:

list[ProgressResult]

© . This site is unofficial and not affiliated with Neo4j, Inc.