Type of the checkpointer to use for a subgraph.
True enables persistent checkpointing for this subgraph.False disables checkpointing, even if the parent graph has a checkpointer.None inherits checkpointer from the parent graph.Checkpointer = None | bool | BaseCheckpointSaver