Enum EvaluationRun.EvaluationType (0.3.0)

public enum EvaluationRun.EvaluationType extends Enum<EvaluationRun.EvaluationType> implements ProtocolMessageEnum

The type of the evaluations in this run. Additional values may be added in the future.

Protobuf enum google.cloud.ces.v1beta.EvaluationRun.EvaluationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
EVALUATION_TYPE_UNSPECIFIED

Evaluation type is not specified.

EVALUATION_TYPE_UNSPECIFIED = 0;

EVALUATION_TYPE_UNSPECIFIED_VALUE

Evaluation type is not specified.

EVALUATION_TYPE_UNSPECIFIED = 0;

GOLDEN

Golden evaluation.

GOLDEN = 1;

GOLDEN_VALUE

Golden evaluation.

GOLDEN = 1;

MIXED

Indicates the run includes a mix of golden and scenario evaluations.

MIXED = 3;

MIXED_VALUE

Indicates the run includes a mix of golden and scenario evaluations.

MIXED = 3;

SCENARIO

Scenario evaluation.

SCENARIO = 2;

SCENARIO_VALUE

Scenario evaluation.

SCENARIO = 2;

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