BuildClient
Index
Methods
abort
Abort the Actor build which is starting or currently running and return its details.
Returns dict
delete
get
Return information about the Actor build.
Returns dict | None
get_open_api_definition
Return OpenAPI definition of the Actor's build.
Returns dict | None
log
Get the client for the log of the Actor build.
Returns LogClient
wait_for_finish
Wait synchronously until the build finishes or the server times out.
Parameters
optionalkeyword-onlywait_secs: int | None = None
How long does the client wait for build to finish. None for indefinite.
Returns dict | None
Sub-client for manipulating a single Actor build.