GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup constructor

GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup({
  1. String? featureGroupId,
  2. List<String>? featureIds,
})

Implementation

GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup({
  this.featureGroupId,
  this.featureIds,
});