Uses of Interface
com.hashicorp.cdktf.providers.google.vertex_ai_feature_group.VertexAiFeatureGroupConfig
-
Packages that use VertexAiFeatureGroupConfig Package Description com.hashicorp.cdktf.providers.google.vertex_ai_feature_group google_vertex_ai_feature_group -
-
Uses of VertexAiFeatureGroupConfig in com.hashicorp.cdktf.providers.google.vertex_ai_feature_group
Classes in com.hashicorp.cdktf.providers.google.vertex_ai_feature_group that implement VertexAiFeatureGroupConfig Modifier and Type Class Description static classVertexAiFeatureGroupConfig.Jsii$ProxyAn implementation forVertexAiFeatureGroupConfigMethods in com.hashicorp.cdktf.providers.google.vertex_ai_feature_group that return VertexAiFeatureGroupConfig Modifier and Type Method Description VertexAiFeatureGroupConfigVertexAiFeatureGroupConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.vertex_ai_feature_group with parameters of type VertexAiFeatureGroupConfig Constructor Description VertexAiFeatureGroup(software.constructs.Construct scope, String id, VertexAiFeatureGroupConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group google_vertex_ai_feature_group} Resource.
-