public enum EvaluationRun.EvaluationType extends Enum<EvaluationRun.EvaluationType> implements ProtocolMessageEnumThe type of the evaluations in this run. Additional values may be added in the future.
Protobuf enum google.cloud.ces.v1beta.EvaluationRun.EvaluationType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
EVALUATION_TYPE_UNSPECIFIED |
Evaluation type is not specified. |
EVALUATION_TYPE_UNSPECIFIED_VALUE |
Evaluation type is not specified. |
GOLDEN |
Golden evaluation. |
GOLDEN_VALUE |
Golden evaluation. |
MIXED |
Indicates the run includes a mix of golden and scenario evaluations. |
MIXED_VALUE |
Indicates the run includes a mix of golden and scenario evaluations. |
SCENARIO |
Scenario evaluation. |
SCENARIO_VALUE |
Scenario evaluation. |
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() |
|