BuildClient
Index
Methods
abort
Abort the Actor build which is starting or currently running and return its details.
https://docs.apify.com/api/v2#/reference/actor-builds/abort-build/abort-build
Returns dict
The data of the aborted Actor build
delete
Returns None
get
Return information about the Actor build.
https://docs.apify.com/api/v2#/reference/actor-builds/build-object/get-build
Returns dict | None
The retrieved Actor build data
log
Get the client for the log of the Actor build.
https://docs.apify.com/api/v2/#/reference/actor-builds/build-log/get-log
Returns LogClient
A client allowing access to the log of this Actor build.
wait_for_finish
Wait synchronously until the build finishes or the server times out.
Parameters
keyword-onlywait_secs: int | None = None
how long does the client wait for build to finish. None for indefinite.
Returns dict | None
The Actor build data. If the status on the object is not one of the terminal statuses (SUCEEDED, FAILED, TIMED_OUT, ABORTED), then the build has not yet finished.
Sub-client for manipulating a single Actor build.