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
    • 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}