Interface DenseScannIndexOrBuilder (0.8.0)

public interface DenseScannIndexOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureNormType()

public abstract DenseScannIndex.FeatureNormType getFeatureNormType()

Optional. Feature norm type.

.google.cloud.vectorsearch.v1.DenseScannIndex.FeatureNormType feature_norm_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DenseScannIndex.FeatureNormType

The featureNormType.

getFeatureNormTypeValue()

public abstract int getFeatureNormTypeValue()

Optional. Feature norm type.

.google.cloud.vectorsearch.v1.DenseScannIndex.FeatureNormType feature_norm_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for featureNormType.