Interface VertexAiFeatureOnlineStoreFeatureviewConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
VertexAiFeatureOnlineStoreFeatureviewConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.954Z") @Stability(Stable) public interface VertexAiFeatureOnlineStoreFeatureviewConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiFeatureOnlineStoreFeatureviewConfig.BuilderA builder forVertexAiFeatureOnlineStoreFeatureviewConfigstatic classVertexAiFeatureOnlineStoreFeatureviewConfig.Jsii$ProxyAn implementation forVertexAiFeatureOnlineStoreFeatureviewConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VertexAiFeatureOnlineStoreFeatureviewConfig.Builderbuilder()default VertexAiFeatureOnlineStoreFeatureviewBigQuerySourcegetBigQuerySource()big_query_source block.StringgetFeatureOnlineStore()The name of the FeatureOnlineStore to use for the featureview.default VertexAiFeatureOnlineStoreFeatureviewFeatureRegistrySourcegetFeatureRegistrySource()feature_registry_source block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#id VertexAiFeatureOnlineStoreFeatureview#id}.default Map<String,String>getLabels()A set of key/value label pairs to assign to this FeatureView.default StringgetName()Name of the FeatureView.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#project VertexAiFeatureOnlineStoreFeatureview#project}.StringgetRegion()The region for the resource.default VertexAiFeatureOnlineStoreFeatureviewSyncConfiggetSyncConfig()sync_config block.default VertexAiFeatureOnlineStoreFeatureviewTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getFeatureOnlineStore
@Stability(Stable) @NotNull String getFeatureOnlineStore()
The name of the FeatureOnlineStore to use for the featureview.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#feature_online_store VertexAiFeatureOnlineStoreFeatureview#feature_online_store}
-
getRegion
@Stability(Stable) @NotNull String getRegion()
The region for the resource. It should be the same as the featureonlinestore region.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#region VertexAiFeatureOnlineStoreFeatureview#region}
-
getBigQuerySource
@Stability(Stable) @Nullable default VertexAiFeatureOnlineStoreFeatureviewBigQuerySource getBigQuerySource()
big_query_source block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#big_query_source VertexAiFeatureOnlineStoreFeatureview#big_query_source}
-
getFeatureRegistrySource
@Stability(Stable) @Nullable default VertexAiFeatureOnlineStoreFeatureviewFeatureRegistrySource getFeatureRegistrySource()
feature_registry_source block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#feature_registry_source VertexAiFeatureOnlineStoreFeatureview#feature_registry_source}
-
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_online_store_featureview#id VertexAiFeatureOnlineStoreFeatureview#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 FeatureView.**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_online_store_featureview#labels VertexAiFeatureOnlineStoreFeatureview#labels}
-
getName
@Stability(Stable) @Nullable default String getName()
Name of the FeatureView.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_feature_online_store_featureview#name VertexAiFeatureOnlineStoreFeatureview#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_online_store_featureview#project VertexAiFeatureOnlineStoreFeatureview#project}.
-
getSyncConfig
@Stability(Stable) @Nullable default VertexAiFeatureOnlineStoreFeatureviewSyncConfig getSyncConfig()
sync_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#sync_config VertexAiFeatureOnlineStoreFeatureview#sync_config}
-
getTimeouts
@Stability(Stable) @Nullable default VertexAiFeatureOnlineStoreFeatureviewTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#timeouts VertexAiFeatureOnlineStoreFeatureview#timeouts}
-
builder
@Stability(Stable) static VertexAiFeatureOnlineStoreFeatureviewConfig.Builder builder()
-
-