Class VertexAiFeatureGroupBigQuery.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.vertex_ai_feature_group.VertexAiFeatureGroupBigQuery.Jsii$Proxy
-
- All Implemented Interfaces:
VertexAiFeatureGroupBigQuery,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VertexAiFeatureGroupBigQuery
@Stability(Stable) @Internal public static final class VertexAiFeatureGroupBigQuery.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VertexAiFeatureGroupBigQuery
An implementation forVertexAiFeatureGroupBigQuery
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.vertex_ai_feature_group.VertexAiFeatureGroupBigQuery
VertexAiFeatureGroupBigQuery.Builder, VertexAiFeatureGroupBigQuery.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VertexAiFeatureGroupBigQuery.Builder builder)Constructor that initializes the object based on literal property values passed by theVertexAiFeatureGroupBigQuery.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)VertexAiFeatureGroupBigQueryBigQuerySourcegetBigQuerySource()big_query_source block.List<String>getEntityIdColumns()Columns to construct entityId / row keys.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(VertexAiFeatureGroupBigQuery.Builder builder)
Constructor that initializes the object based on literal property values passed by theVertexAiFeatureGroupBigQuery.Builder.
-
-
Method Detail
-
getBigQuerySource
public final VertexAiFeatureGroupBigQueryBigQuerySource getBigQuerySource()
Description copied from interface:VertexAiFeatureGroupBigQuerybig_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}
- Specified by:
getBigQuerySourcein interfaceVertexAiFeatureGroupBigQuery
-
getEntityIdColumns
public final List<String> getEntityIdColumns()
Description copied from interface:VertexAiFeatureGroupBigQueryColumns 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}
- Specified by:
getEntityIdColumnsin interfaceVertexAiFeatureGroupBigQuery
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-