Skip to content
DeepFOS logo
Home Page RunAPI
Type to start searching
    DeepFOS
    DeepFOS
    • 快速入门
    • 实际案例
    • API 文档
    • 常见问题
    • 异常排查
    • 开发手册
    • 工具手册
    • 如何贡献
    • What’s new
    • 显示源代码

    RunAPI¶

    class deepfos.api.deep_pipeline.RunAPI(root: deepfos.api.base.RootAPI)¶

    数据流的执行、获取执行信息等逻辑

    result(task_id, timeout=None)¶

    获取执行结果

    参数
    • task_id – str

    • timeout – Optional[int]

    返回类型

    Union[Any, Awaitable[Any]]

    run_async(run_info)¶

    异步执行数据流 异步执行数据流,返回任务id

    参数

    run_info – Union[RunInfo, RunInfoWithParam]

    返回类型

    Union[str, Awaitable[str]]

    © Copyright 2021 deepfos-python.
    Last updated on 2025 年 08 月 28 日.
    Created using Sphinx 4.1.0. and Material for Sphinx