GoogleCloudAiplatformV1IndexDatapointNumericRestriction constructor

GoogleCloudAiplatformV1IndexDatapointNumericRestriction({
  1. String? namespace,
  2. String? op,
  3. double? valueDouble,
  4. double? valueFloat,
  5. String? valueInt,
})

Implementation

GoogleCloudAiplatformV1IndexDatapointNumericRestriction({
  this.namespace,
  this.op,
  this.valueDouble,
  this.valueFloat,
  this.valueInt,
});