GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries.fromJson constructor

GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries.fromJson(core.Map json_)
    : this(
        timestampColumn: json_['timestampColumn'] as core.String?,
      );