Google Cloud Vector Search V1 Client - Class FeatureNormType (0.1.0)

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 \ DenseScannIndex

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

FEATURE_NORM_TYPE_UNSPECIFIED

Value: 0

Unspecified feature norm type.

Generated from protobuf enum FEATURE_NORM_TYPE_UNSPECIFIED = 0;

NONE

Value: 1

No norm applied.

Generated from protobuf enum NONE = 1;

UNIT_L2_NORM

Value: 2

Unit L2 norm.

Generated from protobuf enum UNIT_L2_NORM = 2;