Enum GoldenRunMethod (0.3.0)

public enum GoldenRunMethod extends Enum<GoldenRunMethod> implements ProtocolMessageEnum

The method used to run the evaluation.

Protobuf enum google.cloud.ces.v1beta.GoldenRunMethod

Implements

ProtocolMessageEnum

Static Fields

Name Description
GOLDEN_RUN_METHOD_UNSPECIFIED

Run method is not specified.

GOLDEN_RUN_METHOD_UNSPECIFIED = 0;

GOLDEN_RUN_METHOD_UNSPECIFIED_VALUE

Run method is not specified.

GOLDEN_RUN_METHOD_UNSPECIFIED = 0;

NAIVE

Run the evaluation as naive replay, where the run is a single session with no context injected.

NAIVE = 2;

NAIVE_VALUE

Run the evaluation as naive replay, where the run is a single session with no context injected.

NAIVE = 2;

STABLE

Run the evaluation as stable replay, where each turn is a unique session with the previous expected turns injected as context.

STABLE = 1;

STABLE_VALUE

Run the evaluation as stable replay, where each turn is a unique session with the previous expected turns injected as context.

STABLE = 1;

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()