Interface VertexAiFeatureGroupFeatureConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
VertexAiFeatureGroupFeatureConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.947Z") @Stability(Stable) public interface VertexAiFeatureGroupFeatureConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiFeatureGroupFeatureConfig.BuilderA builder forVertexAiFeatureGroupFeatureConfigstatic classVertexAiFeatureGroupFeatureConfig.Jsii$ProxyAn implementation forVertexAiFeatureGroupFeatureConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VertexAiFeatureGroupFeatureConfig.Builderbuilder()default StringgetDescription()The description of the FeatureGroup.StringgetFeatureGroup()The name of the Feature Group.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group_feature#id VertexAiFeatureGroupFeature#id}.default Map<String,String>getLabels()The labels with user-defined metadata to organize your FeatureGroup.StringgetName()The resource name of the Feature Group Feature.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group_feature#project VertexAiFeatureGroupFeature#project}.StringgetRegion()The region for the resource.default VertexAiFeatureGroupFeatureTimeoutsgetTimeouts()timeouts block.default StringgetVersionColumnName()The name of the BigQuery Table/View column hosting data for this version.
-
-
-
Method Detail
-
getFeatureGroup
@Stability(Stable) @NotNull String getFeatureGroup()
The name of the Feature Group.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group_feature#feature_group VertexAiFeatureGroupFeature#feature_group}
-
getName
@Stability(Stable) @NotNull String getName()
The resource name of the Feature Group Feature.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group_feature#name VertexAiFeatureGroupFeature#name}
-
getRegion
@Stability(Stable) @NotNull String getRegion()
The region for the resource. It should be the same as the feature group's region.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group_feature#region VertexAiFeatureGroupFeature#region}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
The description of the FeatureGroup.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group_feature#description VertexAiFeatureGroupFeature#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group_feature#id VertexAiFeatureGroupFeature#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
The labels with user-defined metadata to organize your FeatureGroup.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group_feature#labels VertexAiFeatureGroupFeature#labels}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group_feature#project VertexAiFeatureGroupFeature#project}.
-
getTimeouts
@Stability(Stable) @Nullable default VertexAiFeatureGroupFeatureTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group_feature#timeouts VertexAiFeatureGroupFeature#timeouts}
-
getVersionColumnName
@Stability(Stable) @Nullable default String getVersionColumnName()
The name of the BigQuery Table/View column hosting data for this version.If no value is provided, will use featureId. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group_feature#version_column_name VertexAiFeatureGroupFeature#version_column_name}
-
builder
@Stability(Stable) static VertexAiFeatureGroupFeatureConfig.Builder builder()
-
-