GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList constructor

GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList({
  1. List<GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair>? features,
})

Implementation

GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList({
  this.features,
});