Class VertexAiIndexMetadataConfigAlgorithmConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.vertex_ai_index.VertexAiIndexMetadataConfigAlgorithmConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VertexAiIndexMetadataConfigAlgorithmConfig>
- Enclosing interface:
- VertexAiIndexMetadataConfigAlgorithmConfig
@Stability(Stable) public static final class VertexAiIndexMetadataConfigAlgorithmConfig.Builder extends Object implements software.amazon.jsii.Builder<VertexAiIndexMetadataConfigAlgorithmConfig>
A builder forVertexAiIndexMetadataConfigAlgorithmConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexAiIndexMetadataConfigAlgorithmConfig.BuilderbruteForceConfig(VertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfig bruteForceConfig)Sets the value ofVertexAiIndexMetadataConfigAlgorithmConfig.getBruteForceConfig()VertexAiIndexMetadataConfigAlgorithmConfigbuild()Builds the configured instance.VertexAiIndexMetadataConfigAlgorithmConfig.BuildertreeAhConfig(VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig treeAhConfig)Sets the value ofVertexAiIndexMetadataConfigAlgorithmConfig.getTreeAhConfig()
-
-
-
Method Detail
-
bruteForceConfig
@Stability(Stable) public VertexAiIndexMetadataConfigAlgorithmConfig.Builder bruteForceConfig(VertexAiIndexMetadataConfigAlgorithmConfigBruteForceConfig bruteForceConfig)
Sets the value ofVertexAiIndexMetadataConfigAlgorithmConfig.getBruteForceConfig()- Parameters:
bruteForceConfig- brute_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}- Returns:
this
-
treeAhConfig
@Stability(Stable) public VertexAiIndexMetadataConfigAlgorithmConfig.Builder treeAhConfig(VertexAiIndexMetadataConfigAlgorithmConfigTreeAhConfig treeAhConfig)
Sets the value ofVertexAiIndexMetadataConfigAlgorithmConfig.getTreeAhConfig()- Parameters:
treeAhConfig- tree_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}- Returns:
this
-
build
@Stability(Stable) public VertexAiIndexMetadataConfigAlgorithmConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VertexAiIndexMetadataConfigAlgorithmConfig>- Returns:
- a new instance of
VertexAiIndexMetadataConfigAlgorithmConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-