Interface VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.980Z") @Stability(Stable) public interface VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.BuilderA builder forVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigstatic classVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.Jsii$ProxyAn implementation forVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.Builderbuilder()default NumbergetLeafNodeEmbeddingCount()Number of embeddings on each leaf node.default NumbergetLeafNodesToSearchPercent()The default percentage of leaf nodes that any query may be searched.
-
-
-
Method Detail
-
getLeafNodeEmbeddingCount
@Stability(Stable) @Nullable default Number getLeafNodeEmbeddingCount()
Number of embeddings on each leaf node. The default value is 1000 if not set.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index#leaf_node_embedding_count VertexAiIndex#leaf_node_embedding_count}
-
getLeafNodesToSearchPercent
@Stability(Stable) @Nullable default Number getLeafNodesToSearchPercent()
The default percentage of leaf nodes that any query may be searched.Must be in range 1-100, inclusive. The default value is 10 (means 10%) if not set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index#leaf_nodes_to_search_percent VertexAiIndex#leaf_nodes_to_search_percent}
-
builder
@Stability(Stable) static VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.Builder builder()
-
-