public enum GoldenRunMethodReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API enum GoldenRunMethod.
The method used to run the evaluation.
Namespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Fields |
|
|---|---|
| Name | Description |
Naive |
Run the evaluation as naive replay, where the run is a single session with no context injected. |
Stable |
Run the evaluation as stable replay, where each turn is a unique session with the previous expected turns injected as context. |
Unspecified |
Run method is not specified. |