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
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
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
wait_for_finish
Wait synchronously until the build finishes or the server times out.
Parameters
keyword-onlywait_secs: int | None = None
Returns dict | None
Sub-client for manipulating a single Actor build.