LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    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
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-clideployDeployContext
    Class●Since v0.4

    DeployContext

    Copy
    DeployContext(
      self,
      client: HostBackendClient,
      endpoints: ControlPlaneEndpoints,
      spec: BuildSpec,
      verbose: bool

    Constructors

    Attributes

    View source on GitHub
    ,
    selector
    :
    DeploymentSelector
    ,
    deployment_type
    :
    str
    ,
    secrets
    :
    list
    [
    dict
    [
    str
    ,
    str
    ]
    ]
    ,
    tracked_packages
    :
    list
    [
    str
    ]
    |
    None
    )
    constructor
    __init__
    NameType
    clientHostBackendClient
    endpointsControlPlaneEndpoints
    specBuildSpec
    verbosebool
    selectorDeploymentSelector
    deployment_typestr
    secretslist[dict[str, str]]
    tracked_packageslist[str] | None
    attribute
    client: HostBackendClient
    attribute
    endpoints: ControlPlaneEndpoints
    attribute
    spec: BuildSpec
    attribute
    verbose: bool
    attribute
    selector: DeploymentSelector
    attribute
    deployment_type: str
    attribute
    secrets: list[dict[str, str]]
    attribute
    tracked_packages: list[str] | None