public enum ComputationBasedMetricSpec.ComputationBasedMetricType extends Enum<ComputationBasedMetricSpec.ComputationBasedMetricType> implements ProtocolMessageEnumTypes of computation based metrics.
Protobuf enum
google.cloud.aiplatform.v1beta1.ComputationBasedMetricSpec.ComputationBasedMetricType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BLEU |
BLEU metric. |
BLEU_VALUE |
BLEU metric. |
COMPUTATION_BASED_METRIC_TYPE_UNSPECIFIED |
Unspecified computation based metric type. |
COMPUTATION_BASED_METRIC_TYPE_UNSPECIFIED_VALUE |
Unspecified computation based metric type. |
EXACT_MATCH |
Exact match metric. |
EXACT_MATCH_VALUE |
Exact match metric. |
ROUGE |
ROUGE metric. |
ROUGE_VALUE |
ROUGE metric. |
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() |
|