GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView constructor

GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView({
  1. List<GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData>? data,
  2. String? entityId,
})

Implementation

GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView({
  this.data,
  this.entityId,
});