GoogleCloudAiplatformV1FeatureViewBigQuerySource.fromJson constructor
GoogleCloudAiplatformV1FeatureViewBigQuerySource.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1FeatureViewBigQuerySource.fromJson(core.Map json_)
: this(
entityIdColumns: (json_['entityIdColumns'] as core.List?)
?.map((value) => value as core.String)
.toList(),
uri: json_['uri'] as core.String?,
);