Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API module Google::Cloud::Ces::V1beta::EvaluationRunCachingSettings::EvaluationRunCachingMode.
The evaluation result caching behavior. Controls whether to return the last completed evaluation result (if existing) or to execute a new evaluation.
Constants
EVALUATION_RUN_CACHING_MODE_UNSPECIFIED
value: 0
The run caching mode is unspecified.
FORCE_RUN
value: 1
Always execute a full live simulation regardless of whether changelogs
exist.
SKIP_IF_UNCHANGED
value: 2
Skip execution and copy previous verified results if no dependencies have
mutated, the evaluation channel/run method are the same.