GoogleCloudAiplatformV1FetchFeatureValuesRequest constructor

GoogleCloudAiplatformV1FetchFeatureValuesRequest({
  1. String? dataFormat,
  2. GoogleCloudAiplatformV1FeatureViewDataKey? dataKey,
})

Implementation

GoogleCloudAiplatformV1FetchFeatureValuesRequest({
  this.dataFormat,
  this.dataKey,
});