Gemini Enterprise for Customer Experience v1beta API - Enum EvaluationRunCachingSettings.Types.EvaluationRunCachingMode (1.0.0-beta09)

public enum EvaluationRunCachingSettings.Types.EvaluationRunCachingMode

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API enum EvaluationRunCachingSettings.Types.EvaluationRunCachingMode.

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

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Fields

Name Description
ForceRun

Always execute a full live simulation regardless of whether changelogs exist.

SkipIfUnchanged

Skip execution and copy previous verified results if no dependencies have mutated, the evaluation channel/run method are the same.

Unspecified

The run caching mode is unspecified.