getCurrentState

abstract suspend fun getCurrentState(): KarlContainerState(source)

Retrieves the current, serializable state of the learning model for persistence.

The implementation is responsible for converting its internal model representation (e.g., model architecture, weights, parameters) into a ByteArray.

Return

The current KarlContainerState of the model.