GoogleCloudAiplatformV1FeatureGroupBigQuery class
Input source type for BigQuery Tables and Views.
Constructors
-
GoogleCloudAiplatformV1FeatureGroupBigQuery.new({GoogleCloudAiplatformV1BigQuerySource? bigQuerySource, bool? dense, List<
String> ? entityIdColumns, bool? staticDataSource, GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries? timeSeries}) - GoogleCloudAiplatformV1FeatureGroupBigQuery.fromJson(Map json_)
Properties
- bigQuerySource ↔ GoogleCloudAiplatformV1BigQuerySource?
-
The BigQuery source URI that points to either a BigQuery Table or View.
getter/setter pair
- dense ↔ bool?
-
If set, all feature values will be fetched from a single row per unique
entityId including nulls.
getter/setter pair
-
entityIdColumns
↔ List<
String> ? -
Columns to construct entity_id / row keys.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- staticDataSource ↔ bool?
-
Set if the data source is not a time-series.
getter/setter pair
- timeSeries ↔ GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries?
-
If the source is a time-series source, this can be set to control how
downstream sources (ex: FeatureView ) will treat time-series sources.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited