public enum GoldenRunMethod extends Enum<GoldenRunMethod> implements ProtocolMessageEnumThe method used to run the evaluation.
Protobuf enum google.cloud.ces.v1beta.GoldenRunMethod
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
GOLDEN_RUN_METHOD_UNSPECIFIED |
Run method is not specified. |
GOLDEN_RUN_METHOD_UNSPECIFIED_VALUE |
Run method is not specified. |
NAIVE |
Run the evaluation as naive replay, where the run is a single session with no context injected. |
NAIVE_VALUE |
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. |
STABLE_VALUE |
Run the evaluation as stable replay, where each turn is a unique session with the previous expected turns injected as context. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|