Reference documentation and code samples for the Google Cloud Vector Search V1 Client class DenseScannIndex.
Dense ScaNN index configuration.
Generated from protobuf message google.cloud.vectorsearch.v1.DenseScannIndex
Namespace
Google \ Cloud \ VectorSearch \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ feature_norm_type |
int
Optional. Feature norm type. |
getFeatureNormType
Optional. Feature norm type.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type FeatureNormType. |
setFeatureNormType
Optional. Feature norm type.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type FeatureNormType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|