Interface VertexAiFeatureGroupBigQueryBigQuerySource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
VertexAiFeatureGroupBigQueryBigQuerySource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.934Z") @Stability(Stable) public interface VertexAiFeatureGroupBigQueryBigQuerySource extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVertexAiFeatureGroupBigQueryBigQuerySource.BuilderA builder forVertexAiFeatureGroupBigQueryBigQuerySourcestatic classVertexAiFeatureGroupBigQueryBigQuerySource.Jsii$ProxyAn implementation forVertexAiFeatureGroupBigQueryBigQuerySource
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static VertexAiFeatureGroupBigQueryBigQuerySource.Builderbuilder()StringgetInputUri()BigQuery URI to a table, up to 2000 characters long.
-
-
-
Method Detail
-
getInputUri
@Stability(Stable) @NotNull String getInputUri()
BigQuery URI to a table, up to 2000 characters long. For example: 'bq://projectId.bqDatasetId.bqTableId.'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_group#input_uri VertexAiFeatureGroup#input_uri}
-
builder
@Stability(Stable) static VertexAiFeatureGroupBigQueryBigQuerySource.Builder builder()
-
-