GoogleCloudAiplatformV1WriteFeatureValuesPayload constructor

GoogleCloudAiplatformV1WriteFeatureValuesPayload({
  1. String? entityId,
  2. Map<String, GoogleCloudAiplatformV1FeatureValue>? featureValues,
})

Implementation

GoogleCloudAiplatformV1WriteFeatureValuesPayload({
  this.entityId,
  this.featureValues,
});