GoogleCloudAiplatformV1FeatureValue constructor

GoogleCloudAiplatformV1FeatureValue({
  1. GoogleCloudAiplatformV1BoolArray? boolArrayValue,
  2. bool? boolValue,
  3. String? bytesValue,
  4. GoogleCloudAiplatformV1DoubleArray? doubleArrayValue,
  5. double? doubleValue,
  6. GoogleCloudAiplatformV1Int64Array? int64ArrayValue,
  7. String? int64Value,
  8. GoogleCloudAiplatformV1FeatureValueMetadata? metadata,
  9. GoogleCloudAiplatformV1StringArray? stringArrayValue,
  10. String? stringValue,
})

Implementation

GoogleCloudAiplatformV1FeatureValue({
  this.boolArrayValue,
  this.boolValue,
  this.bytesValue,
  this.doubleArrayValue,
  this.doubleValue,
  this.int64ArrayValue,
  this.int64Value,
  this.metadata,
  this.stringArrayValue,
  this.stringValue,
});