GoogleCloudAiplatformV1DataItem constructor

GoogleCloudAiplatformV1DataItem({
  1. String? createTime,
  2. String? etag,
  3. Map<String, String>? labels,
  4. String? name,
  5. Object? payload,
  6. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1DataItem({
  this.createTime,
  this.etag,
  this.labels,
  this.name,
  this.payload,
  this.updateTime,
});