GoogleCloudAiplatformV1Event constructor

GoogleCloudAiplatformV1Event({
  1. String? artifact,
  2. String? eventTime,
  3. String? execution,
  4. Map<String, String>? labels,
  5. String? type,
})

Implementation

GoogleCloudAiplatformV1Event({
  this.artifact,
  this.eventTime,
  this.execution,
  this.labels,
  this.type,
});