GoogleCloudAiplatformV1FetchFeatureValuesResponse constructor

GoogleCloudAiplatformV1FetchFeatureValuesResponse({
  1. GoogleCloudAiplatformV1FeatureViewDataKey? dataKey,
  2. GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList? keyValues,
  3. Map<String, Object?>? protoStruct,
})

Implementation

GoogleCloudAiplatformV1FetchFeatureValuesResponse({
  this.dataKey,
  this.keyValues,
  this.protoStruct,
});