automations
less than a minute
module wandb.apis.public
W&B Public API for Automation objects.
class Automations
An iterable collection of Automation
objects.
method Automations.__init__
__init__(
client: '_Client',
variables: 'Mapping[str, Any]',
per_page: 'int' = 50,
_query: 'Document | None' = None
)
property Automations.cursor
The start cursor to use for the next page.
property Automations.more
Whether there are more items to fetch.
method Automations.convert_objects
convert_objects() → Iterable[Automation]
Parse the page data into a list of objects.
Feedback
Was this page helpful?
Glad to hear it! If you have more to say, please let us know.
Sorry to hear that. Please tell us how we can improve.