public enum DenseScannIndex.FeatureNormType extends Enum<DenseScannIndex.FeatureNormType> implements ProtocolMessageEnumFeature norm type for ScaNN index.
Protobuf enum google.cloud.vectorsearch.v1.DenseScannIndex.FeatureNormType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
FEATURE_NORM_TYPE_UNSPECIFIED |
Unspecified feature norm type. |
FEATURE_NORM_TYPE_UNSPECIFIED_VALUE |
Unspecified feature norm type. |
NONE |
No norm applied. |
NONE_VALUE |
No norm applied. |
UNIT_L2_NORM |
Unit L2 norm. |
UNIT_L2_NORM_VALUE |
Unit L2 norm. |
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() |
|