treeAhConfig

@JvmName(name = "jgnhsalnahrmyeao")
suspend fun treeAhConfig(value: Output<AiIndexMetadataConfigAlgorithmConfigTreeAhConfigArgs>)
@JvmName(name = "accploxipaeywuhq")
suspend fun treeAhConfig(value: AiIndexMetadataConfigAlgorithmConfigTreeAhConfigArgs?)

Parameters

value

Configuration options for using the tree-AH algorithm (Shallow tree + Asymmetric Hashing). Please refer to this paper for more details: https://arxiv.org/abs/1908.10396 Structure is documented below.


@JvmName(name = "tdkhwgnamsifuncs")
suspend fun treeAhConfig(argument: suspend AiIndexMetadataConfigAlgorithmConfigTreeAhConfigArgsBuilder.() -> Unit)

Parameters

argument

Configuration options for using the tree-AH algorithm (Shallow tree + Asymmetric Hashing). Please refer to this paper for more details: https://arxiv.org/abs/1908.10396 Structure is documented below.