GoogleCloudAiplatformV1TensorboardExperiment constructor

GoogleCloudAiplatformV1TensorboardExperiment({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. String? etag,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? source,
  8. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1TensorboardExperiment({
  this.createTime,
  this.description,
  this.displayName,
  this.etag,
  this.labels,
  this.name,
  this.source,
  this.updateTime,
});