Ray AIR Checkpoint
Contents
Ray AIR Checkpoint#
See also
See this API reference section for framework-specific checkpoints used with AIR’s library integrations.
Constructor Options#
|
Ray AIR Checkpoint. |
|
Create checkpoint object from dictionary. |
|
Create a checkpoint from the given byte string. |
Create checkpoint object from directory. |
|
|
Create checkpoint object from location URI (e.g. |
|
Create a checkpoint from a generic |
Checkpoint Properties#
Return checkpoint URI, if available. |
|
Return tuple of (type, data) for the internal representation. |
|
Return the saved preprocessor, if one exists. |
|
|
Saves the provided preprocessor to this Checkpoint. |
Checkpoint Format Conversions#
Return checkpoint data as dictionary. |
|
Return Checkpoint serialized as bytes object. |
|
|
Write checkpoint data to directory. |
Return checkpoint directory path in a context. |
|
|
Write checkpoint data to location URI (e.g. |