• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. _events-api:
2
3Events
4============================
5
6.. automodule:: torch.distributed.elastic.events
7
8API Methods
9------------
10
11.. autofunction:: torch.distributed.elastic.events.record
12
13.. autofunction:: torch.distributed.elastic.events.construct_and_record_rdzv_event
14
15.. autofunction:: torch.distributed.elastic.events.get_logging_handler
16
17Event Objects
18-----------------
19
20.. currentmodule:: torch.distributed.elastic.events.api
21
22.. autoclass:: torch.distributed.elastic.events.api.Event
23
24.. autoclass:: torch.distributed.elastic.events.api.EventSource
25
26.. autoclass:: torch.distributed.elastic.events.api.EventMetadataValue
27