tilebox.workflows
Client
Create a Tilebox workflows client.
Parameters
Tilebox API Url. Defaults to https://api.tilebox.com
.
The API Key to authenticate with. If not set the TILEBOX_API_KEY
environment variable will be used.
Sub clients
The workflows client exposes sub clients for interacting with different parts of the Tilebox workflows API.
A client for interacting with jobs.
A client for managing clusters.
A client for scheduling recurrent tasks.
Task runners
A client is also used to instantiate task runners. Check out the Client.runner
API reference for more information.
Was this page helpful?