Class VertexAiIndexMetadataConfigAlgorithmConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_index.VertexAiIndexMetadataConfigAlgorithmConfig.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiIndexMetadataConfigAlgorithmConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiIndexMetadataConfigAlgorithmConfig
@Stability(Stable) @Internal public static final class VertexAiIndexMetadataConfigAlgorithmConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiIndexMetadataConfigAlgorithmConfig
An implementation forVertexAiIndexMetadataConfigAlgorithmConfig
-
-
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.VertexAiIndexMetadataConfigAlgorithmConfig
VertexAiIndexMetadataConfigAlgorithmConfig.Builder, VertexAiIndexMetadataConfigAlgorithmConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiIndexMetadataConfigAlgorithmConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiIndexMetadataConfigAlgorithmConfig.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)VertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfiggetBruteForceConfig()brute_force_config block.VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfiggetTreeAhConfig()tree_ah_config block.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(VertexAiIndexMetadataConfigAlgorithmConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiIndexMetadataConfigAlgorithmConfig.Builder.
-
-
Method Detail
-
getBruteForceConfig
public final VertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfig getBruteForceConfig()
Description copied from interface:VertexAiIndexMetadataConfigAlgorithmConfigbrute_force_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index#brute_force_config VertexAiIndex#brute_force_config}
- Specified by:
getBruteForceConfigin interfaceVertexAiIndexMetadataConfigAlgorithmConfig
-
getTreeAhConfig
public final VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig getTreeAhConfig()
Description copied from interface:VertexAiIndexMetadataConfigAlgorithmConfigtree_ah_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_index#tree_ah_config VertexAiIndex#tree_ah_config}
- Specified by:
getTreeAhConfigin interfaceVertexAiIndexMetadataConfigAlgorithmConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-