Skip to main content
Version: 0.6

BuildClient

Sub-client for manipulating a single actor build.

Hierarchy

Index

Methods

__init__

  • __init__(args, kwargs): None

abort

  • abort(): Dict

get

  • get(): Optional[Dict]

wait_for_finish

  • wait_for_finish(*, wait_secs): Optional[Dict]
  • Wait synchronously until the build finishes or the server times out.


    Parameters

    • optionalkeyword-onlywait_secs: Optional[int] = None

      how long does the client wait for build to finish. None for indefinite.

    Returns Optional[Dict]

    dict, optional: The actor build data. If the status on the object is not one of the terminal statuses (SUCCEEDED, FAILED, TIMED_OUT, ABORTED), then the build has not yet finished.

Page Options