Model State

Noun · AI & Machine Learning

Definitions

  1. The current state associated with a model or model session, such as loaded weights, cached context, runtime settings, or internal serving condition. The exact meaning depends on the system, but it usually concerns model-related statefulness beyond a pure stateless call.

    In plain English: The current stored condition or runtime state associated with a model.

    Example: "They cleared model state between tenant sessions so cached context could not leak across customers."

Related Terms