EvaluationRunCachingSettings

Settings for evaluation run caching.

JSON representation
{
  "runCachingMode": enum (EvaluationRunCachingSettings.EvaluationRunCachingMode)
}
Fields
runCachingMode

enum (EvaluationRunCachingSettings.EvaluationRunCachingMode)

Optional. The caching mode to use for the evaluation run. If not set, default to FORCE_RUN.

EvaluationRunCachingSettings.EvaluationRunCachingMode

The evaluation result caching behavior. Controls whether to return the last completed evaluation result (if existing) or to execute a new evaluation.

Enums
EVALUATION_RUN_CACHING_MODE_UNSPECIFIED The run caching mode is unspecified.
FORCE_RUN Always execute a full live simulation regardless of whether changelogs exist.
SKIP_IF_UNCHANGED Skip execution and copy previous verified results if no dependencies have mutated, the evaluation channel/run method are the same.