LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-clideployBuildResult
    Class●Since v0.4

    BuildResult

    Copy
    BuildResult(
      self,
      updated: dict = dict(),
      progress_message: str =

    Constructors

    Attributes

    View source on GitHub
    ''
    ,
    timeout_seconds
    :
    int
    =
    300
    ,
    poll_interval_seconds
    :
    int
    =
    1
    ,
    no_result_message
    :
    str
    =
    'Deployment updated'
    ,
    on_poll
    :
    Callable
    [
    [
    str
    ,
    str
    ,
    Callable
    [
    [
    str
    ]
    ,
    None
    ]
    ]
    ,
    None
    ]
    |
    None
    =
    None
    ,
    on_interrupt
    :
    Callable
    [
    [
    str
    ]
    ,
    None
    ]
    |
    None
    =
    None
    ,
    show_build_logs_on_failure
    :
    bool
    =
    False
    )
    constructor
    __init__
    NameType
    updateddict
    progress_messagestr
    timeout_secondsint
    poll_interval_secondsint
    no_result_messagestr
    on_pollCallable[[str, str, Callable[[str], None]], None] | None
    on_interruptCallable[[str], None] | None
    show_build_logs_on_failurebool
    attribute
    updated: dict
    attribute
    progress_message: str
    attribute
    timeout_seconds: int
    attribute
    poll_interval_seconds: int
    attribute
    no_result_message: str
    attribute
    on_poll: Callable[[str, str, Callable[[str], None]], None] | None
    attribute
    on_interrupt: Callable[[str], None] | None
    attribute
    show_build_logs_on_failure: bool

    Captures the outcome of a build stage so the shared wait tail can be parameterized identically for both local and remote builds.