Interface VertexAiFeatureGroupBigQuery
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiFeatureGroupBigQuery.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.934Z") @Stability(Stable) public interface VertexAiFeatureGroupBigQuery extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiFeatureGroupBigQuery.BuilderA builder forVertexAiFeatureGroupBigQuerystatic classVertexAiFeatureGroupBigQuery.Jsii$ProxyAn implementation forVertexAiFeatureGroupBigQuery
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static VertexAiFeatureGroupBigQuery.Builderbuilder()VertexAiFeatureGroupBigQueryBigQuerySourcegetBigQuerySource()big_query_source block.default List<String>getEntityIdColumns()Columns to construct entityId / row keys.
-
-
-
Method Detail
-
getBigQuerySource
@Stability(Stable) @NotNull VertexAiFeatureGroupBigQueryBigQuerySource 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_group#big_query_source VertexAiFeatureGroup#big_query_source}
-
getEntityIdColumns
@Stability(Stable) @Nullable default List<String> getEntityIdColumns()
Columns to construct entityId / row keys. If not provided defaults to entityId.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group#entity_id_columns VertexAiFeatureGroup#entity_id_columns}
-
builder
@Stability(Stable) static VertexAiFeatureGroupBigQuery.Builder builder()
-
-