Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1 KB

checkpoint.rst

File metadata and controls

52 lines (37 loc) · 1 KB

Ray AIR Checkpoint

.. seealso::

    See :ref:`this API reference section <train-framework-specific-ckpts>` for
    framework-specific checkpoints used with AIR's library integrations.

Constructor Options

.. currentmodule:: ray.air.checkpoint

.. autosummary::
    :toctree: doc/
    :template: autosummary/class_with_autosummary.rst

    Checkpoint

.. autosummary::
    :toctree: doc/

    Checkpoint.from_dict
    Checkpoint.from_bytes
    Checkpoint.from_directory
    Checkpoint.from_uri
    Checkpoint.from_checkpoint

Checkpoint Properties

.. autosummary::
    :toctree: doc/

    Checkpoint.uri
    Checkpoint.get_internal_representation
    Checkpoint.get_preprocessor
    Checkpoint.set_preprocessor

Checkpoint Format Conversions

.. autosummary::
    :toctree: doc/

    Checkpoint.to_dict
    Checkpoint.to_bytes
    Checkpoint.to_directory
    Checkpoint.as_directory
    Checkpoint.to_uri