GoogleCloudAiplatformV1FeatureViewDataKey constructor

GoogleCloudAiplatformV1FeatureViewDataKey({
  1. GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey? compositeKey,
  2. String? key,
})

Implementation

GoogleCloudAiplatformV1FeatureViewDataKey({
  this.compositeKey,
  this.key,
});