Interface VertexAiFeaturestoreEntitytypeConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
VertexAiFeaturestoreEntitytypeConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.961Z") @Stability(Stable) public interface VertexAiFeaturestoreEntitytypeConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiFeaturestoreEntitytypeConfig.BuilderA builder forVertexAiFeaturestoreEntitytypeConfigstatic classVertexAiFeaturestoreEntitytypeConfig.Jsii$ProxyAn implementation forVertexAiFeaturestoreEntitytypeConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VertexAiFeaturestoreEntitytypeConfig.Builderbuilder()default StringgetDescription()Optional.StringgetFeaturestore()The name of the Featurestore to use, in the format projects/{project}/locations/{location}/featurestores/{featurestore}.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#id VertexAiFeaturestoreEntitytype#id}.default Map<String,String>getLabels()A set of key/value label pairs to assign to this EntityType.default VertexAiFeaturestoreEntitytypeMonitoringConfiggetMonitoringConfig()monitoring_config block.default StringgetName()The name of the EntityType.default VertexAiFeaturestoreEntitytypeTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getFeaturestore
@Stability(Stable) @NotNull String getFeaturestore()
The name of the Featurestore to use, in the format projects/{project}/locations/{location}/featurestores/{featurestore}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#featurestore VertexAiFeaturestoreEntitytype#featurestore}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Optional. Description of the EntityType.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#description VertexAiFeaturestoreEntitytype#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_featurestore_entitytype#id VertexAiFeaturestoreEntitytype#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()
A set of key/value label pairs to assign to this EntityType.**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_featurestore_entitytype#labels VertexAiFeaturestoreEntitytype#labels}
-
getMonitoringConfig
@Stability(Stable) @Nullable default VertexAiFeaturestoreEntitytypeMonitoringConfig getMonitoringConfig()
monitoring_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#monitoring_config VertexAiFeaturestoreEntitytype#monitoring_config}
-
getName
@Stability(Stable) @Nullable default String getName()
The name of the EntityType.This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#name VertexAiFeaturestoreEntitytype#name}
-
getTimeouts
@Stability(Stable) @Nullable default VertexAiFeaturestoreEntitytypeTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_featurestore_entitytype#timeouts VertexAiFeaturestoreEntitytype#timeouts}
-
builder
@Stability(Stable) static VertexAiFeaturestoreEntitytypeConfig.Builder builder()
-
-