Google Cloud Ai Platform V1 Client - Class Query (0.28.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Query.

Preset option controlling parameters for query speed-precision trade-off

Protobuf type google.cloud.aiplatform.v1.Presets.Query

Namespace

Google \ Cloud \ AIPlatform \ V1 \ Presets

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

PRECISE

Value: 0

More precise neighbors as a trade-off against slower response.

Generated from protobuf enum PRECISE = 0;

FAST

Value: 1

Faster response as a trade-off against less precise neighbors.

Generated from protobuf enum FAST = 1;