automations

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.