GoogleCloudAiplatformV1StructFieldValue constructor

GoogleCloudAiplatformV1StructFieldValue({
  1. String? name,
  2. GoogleCloudAiplatformV1FeatureValue? value,
})

Implementation

GoogleCloudAiplatformV1StructFieldValue({
  this.name,
  this.value,
});