GoogleCloudAiplatformV1Value constructor

GoogleCloudAiplatformV1Value({
  1. double? doubleValue,
  2. String? intValue,
  3. String? stringValue,
})

Implementation

GoogleCloudAiplatformV1Value({
  this.doubleValue,
  this.intValue,
  this.stringValue,
});