GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbANN class
Config for ANN search.
RagManagedDb uses a tree-based structure to partition data and facilitate faster searches. As a tradeoff, it requires longer indexing time and manual triggering of index rebuild via the ImportRagFiles and UpdateRagCorpus API.
Constructors
- GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbANN.new({int? leafCount, int? treeDepth})
- GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDbANN.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- leafCount ↔ int?
-
Number of leaf nodes in the tree-based structure.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- treeDepth ↔ int?
-
The depth of the tree-based structure.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited