Google Cloud Vector Search V1 Client - Class Mode (0.2.0)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MODE_UNSPECIFIED

Value: 0

Default will use PERFORMANCE_OPTIMIZED.

Generated from protobuf enum MODE_UNSPECIFIED = 0;

STORAGE_OPTIMIZED

Value: 1

This is storage optimized variation.

Generated from protobuf enum STORAGE_OPTIMIZED = 1;

PERFORMANCE_OPTIMIZED

Value: 2

This is Performance optimized on E2 or equivalent family.

Generated from protobuf enum PERFORMANCE_OPTIMIZED = 2;