RestoreMemory, when non-nil, overrides the server default for whether to resume the sandbox from its captured memory snapshot.
public Optional<Boolean> restoreMemory()RestoreMemory, when non-nil, overrides the server default for whether to resume the sandbox from its captured memory snapshot. true → resume from the memory snapshot if it exists; cold-boot the sandbox otherwise. false → always cold-boot, even if a memory snapshot exists. nil → use the server default. Applies to this request only; a later stop+start of the same sandbox reverts to the server default.
LangChainInvalidDataException: if the JSON field has an unexpected type (e.g. if
the server responded with an unexpected value).