Class VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_index.VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig
@Stability(Stable) @Internal public static final class VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig
An implementation forVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.vertex_ai_index.VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig
VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.Builder, VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetLeafNodeEmbeddingCount()Number of embeddings on each leaf node.NumbergetLeafNodesToSearchPercent()The default percentage of leaf nodes that any query may be searched.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig.Builder.
-
-
Method Detail
-
getLeafNodeEmbeddingCount
public final Number getLeafNodeEmbeddingCount()
Description copied from interface:VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigNumber 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}
- Specified by:
getLeafNodeEmbeddingCountin interfaceVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig
-
getLeafNodesToSearchPercent
public final Number getLeafNodesToSearchPercent()
Description copied from interface:VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfigThe 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}
- Specified by:
getLeafNodesToSearchPercentin interfaceVertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-