GoogleCloudAiplatformV1CreateFeatureRequest constructor

GoogleCloudAiplatformV1CreateFeatureRequest({
  1. GoogleCloudAiplatformV1Feature? feature,
  2. String? featureId,
  3. String? parent,
})

Implementation

GoogleCloudAiplatformV1CreateFeatureRequest({
  this.feature,
  this.featureId,
  this.parent,
});