Interface VertexAiFeatureGroupConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
VertexAiFeatureGroupConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.935Z") @Stability(Stable) public interface VertexAiFeatureGroupConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiFeatureGroupConfig.BuilderA builder forVertexAiFeatureGroupConfigstatic classVertexAiFeatureGroupConfig.Jsii$ProxyAn implementation forVertexAiFeatureGroupConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static VertexAiFeatureGroupConfig.Builderbuilder()default VertexAiFeatureGroupBigQuerygetBigQuery()big_query block.default StringgetDescription()The description of the FeatureGroup.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group#id VertexAiFeatureGroup#id}.default Map<String,String>getLabels()The labels with user-defined metadata to organize your FeatureGroup.default StringgetName()The resource name of the Feature Group.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group#project VertexAiFeatureGroup#project}.default StringgetRegion()The region of feature group.default VertexAiFeatureGroupTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getBigQuery
@Stability(Stable) @Nullable default VertexAiFeatureGroupBigQuery getBigQuery()
big_query block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group#big_query VertexAiFeatureGroup#big_query}
-
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#description VertexAiFeatureGroup#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#id VertexAiFeatureGroup#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#labels VertexAiFeatureGroup#labels}
-
getName
@Stability(Stable) @Nullable default String getName()
The resource 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#name VertexAiFeatureGroup#name}
-
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#project VertexAiFeatureGroup#project}.
-
getRegion
@Stability(Stable) @Nullable default String getRegion()
The region of feature group. eg us-central1.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group#region VertexAiFeatureGroup#region}
-
getTimeouts
@Stability(Stable) @Nullable default VertexAiFeatureGroupTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group#timeouts VertexAiFeatureGroup#timeouts}
-
builder
@Stability(Stable) static VertexAiFeatureGroupConfig.Builder builder()
- Returns:
- a
VertexAiFeatureGroupConfig.BuilderofVertexAiFeatureGroupConfig
-
-