BuildClient
apify_client.clients.BuildClient
Index
Methods
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
get
Return information about the actor build.
https://docs.apify.com/api/v2#/reference/actor-builds/build-object/get-build
Returns Optional[Dict]
The retrieved actor build data
wait_for_finish
Wait synchronously until the build finishes or the server times out.
Parameters
wait_secs: Optional[int] = Noneoptionalkeyword-only
how long does the client wait for build to finish. None for indefinite.
Returns Optional[Dict]
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.