Reference documentation and code samples for the Google Cloud Vector Search V1 Client class FeatureNormType.
Feature norm type for ScaNN index.
Protobuf type google.cloud.vectorsearch.v1.DenseScannIndex.FeatureNormType
Namespace
Google \ Cloud \ VectorSearch \ V1 \ DenseScannIndexMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FEATURE_NORM_TYPE_UNSPECIFIED
Value: 0Unspecified feature norm type.
Generated from protobuf enum FEATURE_NORM_TYPE_UNSPECIFIED = 0;
NONE
Value: 1No norm applied.
Generated from protobuf enum NONE = 1;
UNIT_L2_NORM
Value: 2Unit L2 norm.
Generated from protobuf enum UNIT_L2_NORM = 2;