Reference documentation and code samples for the Google Cloud Vector Search V1 Client class Mode.
Mode of the dedicated infrastructure.
Protobuf type google.cloud.vectorsearch.v1.DedicatedInfrastructure.Mode
Namespace
Google \ Cloud \ VectorSearch \ V1 \ DedicatedInfrastructureMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODE_UNSPECIFIED
Value: 0Default will use PERFORMANCE_OPTIMIZED.
Generated from protobuf enum MODE_UNSPECIFIED = 0;
STORAGE_OPTIMIZED
Value: 1This is storage optimized variation.
Generated from protobuf enum STORAGE_OPTIMIZED = 1;
PERFORMANCE_OPTIMIZED
Value: 2This is Performance optimized on E2 or equivalent family.
Generated from protobuf enum PERFORMANCE_OPTIMIZED = 2;